Commit Graph

10 Commits

Author SHA1 Message Date
Greg Pfeil cfa6d87355 Add the solarized-contrast custom variable.
As requested in issue #32. I hadn’t added it previously, due to the description attached to it: “Stick with normal! It's been carefully tested. Setting this option to high or low does use the same Solarized palette but simply shifts some values up or down in order to expand or compress the tonal range displayed.”
2011-11-02 10:30:50 -06:00
Greg Pfeil 4a597821a5 Merge branch 'master' of https://github.com/mads379/emacs-color-theme-solarized into mads379-master 2011-05-18 07:55:48 -04:00
Greg Pfeil d4a524db32 Change `MAKE-SYMBOL` back to `INTERN`. This should fix issue #16. 2011-05-18 07:49:36 -04:00
Greg Pfeil 9cf0ddaad5 Replaced my broken `create-solarized-theme` with a working one provided by @davidsantiago. 2011-05-06 08:05:56 -04:00
Greg Pfeil be6084bb20 Added a necessary `(require 'cl)`, per @plathrop’s pull request. 2011-05-06 08:00:07 -04:00
Mads Hartmann d56f387ebc Ido colors 2011-05-05 12:20:57 +02:00
Mads Hartmann 9a8e6553c7 Styling of linum so it looks as you would expect. Works best with (setq linum-format %4d) IMO 2011-05-03 21:55:19 +02:00
Mads Hartmann c9e1eb8c2e When using the theme as a customs theme the background didn't get set properly. 2011-04-30 23:13:57 +02:00
Huy 56276c9844 Implemented Solarized for terminal emulators.
Implemented the 16-color mode for emacs in terminal mode, just as the
vim colorscheme does: with the same default and the same configuration
variable.
Updated the README accordingly.
2011-04-30 01:44:38 +10:00
Greg Pfeil 94f1fc6cd6 Major refactoring to unify definitions between color-theme and both light and dark Emacs 24 themes. 2011-04-24 20:00:05 -04:00