1
0
mirror of https://github.com/sellout/emacs-color-theme-solarized.git synced 2024-06-26 07:39:07 +02:00
Commit Graph

131 Commits

Author SHA1 Message Date
Greg Pfeil
af13628ee9 Improve paren-mode colors.
Fixes issue #41.
2012-02-17 22:13:01 -07:00
Greg Pfeil
edd7ab5e28 Reorder some sections. 2012-02-17 08:53:28 -07:00
Greg Pfeil
4f9a200dae Change gnus highlighting.
Hopefully this won't piss anyone off …
2012-02-17 08:47:57 -07:00
Greg Pfeil
11bc7379be Fix diff highlighting. 2012-02-17 08:47:28 -07:00
Greg Pfeil
4c7a6dd236 Add fmt-none to override default formatting we don't want. 2012-02-17 08:46:24 -07:00
Greg Pfeil
7cf2017f3f Fix the header-line face. 2012-02-16 18:10:19 -07:00
Greg Pfeil
f39a9c2ee4 Make style definitions stricter.
Turns off bold/italic/underline/inverse in faces where we don't explicitly set it.
2012-02-16 17:55:29 -07:00
Greg Pfeil
c003d9a45c Bring more colors in line with VIM faces. 2012-02-16 17:54:40 -07:00
Greg Pfeil
26bd3f777d Define some vars so that our definitions look more like the VIM ones. 2012-02-16 09:33:29 -07:00
Greg Pfeil
230c0e4e20 Make region highlighting match VIM.
Fixes issue #40.
2012-02-16 08:39:49 -07:00
Greg Pfeil
072d5b4fef Try to bring diff-mode into sync with current VIM highlighting.
Addresses issue #31.
2012-02-13 17:28:25 -07:00
Greg Pfeil
5334941f95 Fix flymake faces.
This fixes issue #23 and #28.
2012-02-13 16:19:18 -07:00
Greg Pfeil
9a33d6c429 Merge branch 'rainbow-delimiters-mode' of https://github.com/santamon/emacs-color-theme-solarized into santamon-rainbow-delimiters-mode
Conflicts:
	solarized-definitions.el
2012-02-13 16:03:52 -07:00
Greg Pfeil
ffaa826c47 Add faces for flymake.
This is for issue #23, but they don't seem to work.
2012-02-13 14:24:40 -07:00
Greg Pfeil
f2f3e7f1b2 Improve colors for custom faces. 2012-02-13 14:11:12 -07:00
Greg Pfeil
bb8ff0785d Add definitions for eshell-ls.
Fixes issue #29.
2012-02-13 14:10:26 -07:00
Greg Pfeil
cc46e20d96 Update degraded colors to match VIM. 2012-02-13 14:09:25 -07:00
Greg Pfeil
ad41bd572c Fix some bad line wrapping when customizing variables. 2012-02-13 14:08:36 -07:00
Greg Pfeil
043b3e42df Add a definition for eshell-prompt.
Should at least improve issue #29.
2012-02-12 09:45:30 -07:00
Greg Pfeil
0127faafbe Add solarized-broken-srgb custom variable.
This allows real sRGB colors where it's supported and Gen RGB where it's not. Fixes issue #19.

Adapted from a patch by @hdhoang.
2012-02-12 09:26:13 -07:00
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
Szymon Witamborski
b974fa3190 Added support for rainbow-delimiters-mode. 2011-06-30 17:53:29 +02: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