Commit Graph

395 Commits

Author SHA1 Message Date
Mads Hartmann adc0ecbb0d using deftheme in each theme file so you can load the theme with enable-theme 'solarized-dark' or light 2011-05-03 21:37:53 +02:00
Greg Pfeil bd8f688a8b Merge pull request #13 from mads379/master.
When using the theme as a customs theme the background didn't get set properly
2011-04-30 16:20:42 -07: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
Greg Pfeil 096297b463 Merged pull request #11 from huyz/master.
Implemented the 16-color mode for emacs in terminal mode
2011-04-29 12:25:31 -07: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
Greg Pfeil 52b645ee21 Changed hl-line to be base02. Fixes issue #10. 2011-04-24 19:06:04 -04:00
Greg Pfeil e05458f732 Added some widget faces, so that customize text boxes are readable. 2011-04-24 07:54:00 -04:00
Greg Pfeil a312eb93f1 Merge branch 'master' of https://github.com/cycojesus/emacs-color-theme-solarized into cycojesus-master 2011-04-24 06:09:46 -04:00
Gwenhael Le Moine 56a0a4d875 fine-tune mode-line-buffer-id 2011-04-24 14:07:44 +07:00
Gwenhael Le Moine 3bac854be2 mode-line-duffer-id fg and bg were the same 2011-04-24 13:58:21 +07:00
Greg Pfeil 29dc3e5b8f One last rendering error. 2011-04-23 18:03:25 -04:00
Greg Pfeil 8c1cdf399a One more rendering error … 2011-04-23 17:55:27 -04:00
Greg Pfeil 5a314bc1ab Fix some rendering errors. 2011-04-23 17:54:15 -04:00
Greg Pfeil 87c7f8fdb3 Replaced the README with something more Emacs-specific. It still doesn't align with reality 100%, but should be a lot closer. 2011-04-23 17:50:57 -04:00
Greg Pfeil be5fed9e3e Added a "Generic RGB" color set, which will hopefully look more correct than sRGB to most Emacs users. 2011-04-23 11:06:00 -04:00
Greg Pfeil 4615778e1c Added custom variables for bold/underline/italic as in the VIM version (only for the color-theme, not Emacs 24 yet), switched everything to use ":weight bold"/":slant italic" rather than ":bold/:italic t", and changed the group/prefix name from "color-theme-solarized" to "solarized". 2011-04-22 15:08:39 -04:00
Greg Pfeil 4296dbec5a Merge branch 'master' of https://github.com/bkudria/emacs-color-theme-solarized into bkudria-master
Also propagated the changes into the Emacs 24 themes.
2011-04-22 11:37:14 -04:00
Greg Pfeil c24a9dd5c4 Whoops. Did a bad push that sent Emacs 24 stuff out there before I intended. This copies the org-mode changes to the e24 themes. 2011-04-22 11:23:53 -04:00
Greg Pfeil 4052ed48ed Merge branch 'master' of github.com:sellout/emacs-color-theme-solarized into color-additions 2011-04-22 11:18:28 -04:00
Greg Pfeil 5be60e0b59 Moved the emacs24 themes into the main directory, and changed “solarized” into “solarized-dark”. 2011-04-22 10:48:31 -04:00
Greg Pfeil 4d1d1740aa Got the color-theme and emacs24 versions slightly more aligned, although didn't change any colors we differ on. 2011-04-22 10:40:35 -04:00
Gwenhael Le Moine dc3b8133a8 typo and indentation
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
2011-04-21 18:28:03 +07:00
Gwenhael Le moine 7e58b836c6 add emacs24 versions
Signed-off-by: Gwenhael Le moine <gwenhael.le.moine@gmail.com>
2011-04-21 11:02:31 +07:00
Jason F. McBrayer 36b068df8e Added more org-mode faces 2011-04-19 11:28:29 -04:00
Benjamin Kudria 881a5559b3 Misc highlighting support 2011-04-15 13:48:38 -07:00
Benjamin Kudria a5ff4036b8 Whitespace highlighting support 2011-04-15 13:48:17 -07:00
Benjamin Kudria 928309a2b2 Flymake color support 2011-04-15 13:45:40 -07:00
Benjamin Kudria 5c24edf597 Extended font-lock color support 2011-04-15 13:45:15 -07:00
Benjamin Kudria 767b1a8a28 Magit color support 2011-04-15 13:44:57 -07:00
Greg Pfeil 6e7be5236b Added a customizable variable to be able to test the 256-color version in the GUI. 2011-04-15 10:53:42 -04:00
Greg Pfeil a7ea95f281 Merged in @josh's elpa autoload changes 2011-04-15 10:23:40 -04:00
Greg Pfeil c51b75d5f5 This adds in @josh's 256-color changes (for some reason, I couldn't manage to pull any changes from the repo). It also rearranges things a bit to keep all the color definitions in a table. 2011-04-15 10:15:57 -04:00
Greg Pfeil c8e9f41c5c Minor rearrangement of a couple of lines in @cmm’s submission. 2011-04-15 09:06:19 -04:00
Greg Pfeil 310b41d431 Merge branch 'master' of https://github.com/cmm/emacs-color-theme-solarized into cmm-master 2011-04-15 08:57:52 -04:00
Joshua Peek e0d389d2da Add elpa autoload directives 2011-04-14 20:35:21 -05:00
cmm f14af21685 typo: forground -> foreground 2011-04-12 16:29:42 +03:00
Greg Pfeil 147d36e31b Add the themes to the color-themes list. 2011-04-11 12:16:17 -04:00
cmm 5a3d62f93b Even more variety, plus Message 2011-04-10 20:48:31 +03:00
cmm 3b134d334c Better variety in Gnus colors 2011-04-10 10:54:48 +03:00
cmm b578ea8ef8 Gnus (not perfect but does not hurt the eyes any more), font-lock-doc, comint-prompt, diff headers 2011-04-09 00:33:16 +03:00
Greg Pfeil 038c25dfdb Changed the region highlighting to 1) match Ethan's update and 2) not make comments invisible. 2011-04-07 07:17:05 -04:00
Greg Pfeil 6e3332b7bc Removed some commented-out stuff. 2011-04-07 07:16:28 -04:00
Greg Pfeil 1d215f5e23 Merge branch 'master' of github.com:sellout/solarized 2011-04-05 22:35:46 -04:00
Greg Pfeil b42c5a0bdb Merge branch 'master' of https://github.com/icathing/solarized into icathing-master 2011-04-05 22:22:12 -04:00
Greg Pfeil 9cfc98a1ed Added missing newline at end of file. 2011-04-05 22:20:27 -04:00
Bill Stilwell b32576a2f1 Fixing 'foregound' typo 2011-04-05 16:37:28 -07:00
Greg Pfeil 44f8e9e61c Removed all the non-Emacs-specific stuff. 2011-04-05 10:33:04 -04:00
Greg Pfeil 647544c312 Removed “faces” from the section names. 2011-04-03 18:56:38 +02:00
Greg Pfeil 2e58880df8 Merged in antifuchs’ changes from https://gist.github.com/900002 2011-04-03 18:56:09 +02:00