1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 03:15:52 +01:00
A theme named after my cat
Find a file
Tom Willemse 430e73dfa2 Make markdown faces work without Org loaded
If markdown mode was run without Org mode loaded the markdown header
faces would remain colorless until Org mode was loaded and markdown mode
was re-run.
2015-11-20 10:06:05 +01:00
.bumpversion.cfg Update bumpversion config 2015-11-15 00:55:27 +01:00
.gitignore Add .gitignore 2012-11-10 20:14:22 +01:00
CHANGELOG.org Make markdown faces work without Org loaded 2015-11-20 10:06:05 +01:00
COPYING Add license 2014-12-27 22:10:49 +01:00
README.org Add list of themed modes to README 2015-11-14 23:43:32 +01:00
screenshot.png Add screenshot to README 2014-12-27 21:26:16 +01:00
yoshi-theme.el Make markdown faces work without Org loaded 2015-11-20 10:06:05 +01:00

Yoshi theme

My cat is named Yoshi and I was just working on a random new theme, which was new-theme for a while. I couldn't think of a name so I named it after him.

Screenshot

/ryuslash/yoshi-theme/media/commit/430e73dfa21ee46b5d3980f8185cb321e4d9d0fd/screenshot.png

Themed modes

Here is a list of the themed major and minor modes. Certain modes may only have been themed partially and this list may not be complete.

  • Circe
  • Compilation mode
  • CSS mode
  • Diff
  • Dired
  • Ediff
  • ERC
  • ERT Test results
  • Eshell
  • Flycheck
  • Gnus
  • Helm
  • Highlight indent
  • Hydra
  • Identica
  • Ido
  • Jabber
  • JS2 Mode
  • Magit
  • Markdown
  • Message mode
  • Org mode
  • Outline mode
  • Rainbow delimiters
  • ReStructured Text mode
  • Sh mode
  • Slime repl
  • Smerge
  • Term mode
  • Texinfo mode
  • Whitespace mode

License

This project is licensed under the GNU General Public License version 3 or (at your option) any later version. You can read the terms of this license here.

Installation

Installation comes in two flavors.

Installation with ELPA

To install Yoshi theme using the built-in Emacs package manager you should have Marmalade in your package-archives list. When that's ready you can M-x list-packages, find yoshi-theme, press i and x and you're done.

Installation from git

To use a version from the latest git checkout you should clone the repository and then add the directory to your custom-theme-load-path.

In a shell execute:

cd ~/
git clone git://github.com/ryuslash/yoshi-theme.git

Then add to your ~/.emacs.d/init.el:

  (add-to-list 'custom-theme-load-path (expand-file-name "~/yoshi-theme"))

Enabling Yoshi theme

Once you've installed Yoshi theme you can either use M-x load-theme to enable it interactively for the current session, or put the following in your ~/.emacs.d/init.el:

  (load-theme 'yoshi :no-confirm)