Commit Graph

307 Commits

Author SHA1 Message Date
andersjohansson 20ad40b7e1 Added some definitions for font-latex and flyspell. 2012-05-17 13:02:45 +03:00
Greg Pfeil d929ae829e Fix the cursor color for color-theme.
Fixes issue #59.
2012-05-07 17:52:52 -06:00
Greg Pfeil 1d83105039 Fix docstring highlighting.
Fixes issue #57.
2012-05-01 08:45:10 -06:00
Greg Pfeil f41e9e4db6 Fixes related to the low-color terminal modes.
Fixes some broken logic, and also sets variables properly for color-theme version.
2012-04-28 19:05:16 -06:00
Greg Pfeil 6948f4f8b7 Try to improve appearance on low-color terminals.
This also removes the `solarized-termcolors` custom variable, as we now try to detect the number of terminal colors automatically.

Hopefully, this fixes issues #22, #30, and #54.
2012-04-25 09:19:47 -06:00
Bradley Wright 76b1bdbe9e Add styles for `whitespace-line` face.
I've tried to mimick Emacs's existing styles as much as possible - it's
magenta on base03.
2012-04-13 06:54:35 +01:00
Greg Pfeil 1aba0ed693 Override the default background colors for Flymake.
Fixes issue #52.
2012-04-09 16:33:00 -06:00
Greg Pfeil 6a7b7d4f43 Bring Flymake highlighting in line with VIM definitions.
Fixes issue #52.
2012-04-09 07:29:50 -06:00
Greg Pfeil 348a923c55 Don't let hl-line stomp on formatting. 2012-04-04 19:04:25 -06:00
Greg Pfeil 1cea97bd0d Add outline faces.
Fixes issue #51.
2012-03-24 18:06:50 -06:00
Greg Pfeil e39988b743 Improve some error faces. 2012-03-23 19:26:29 -06:00
Greg Pfeil c0334aaa10 Change `font-lock-doc[-string]-face` to match VIM’s `Special` highlight. 2012-03-23 15:38:01 -06:00
Greg Pfeil db8df93912 Some minor changes to font-lock faces to enforce formatting. 2012-03-16 17:52:23 -06:00
Greg Pfeil 25e28fa2c1 Merge pull request #50 from ryuslash/master
jabber and column-markers
2012-03-16 16:47:42 -07:00
Greg Pfeil 750645233a Merge pull request #42 from ardekantur/rcirc
rcirc-mode face colors.
2012-03-16 16:38:39 -07:00
Greg Pfeil 48c0f1345c Fall back to one-arg require if searching fails.
This is necessary during compilation, when both `load-file-name` and `buffer-file-name` are nil. Fixes issue #41.
2012-03-16 17:27:17 -06:00
Greg Pfeil 193d29ae89 Fix loading on pre-Emacs 24.
Fixes issue #48 and #49 thanks to @mamciek.
2012-03-16 15:57:35 -06:00
Greg Pfeil 35de4c7395 Add parenface highlighting. 2012-03-16 15:52:54 -06:00
Tom Willemsen 077d95878b Add colors for jabber.el 2012-03-14 09:28:55 +01:00
Tom Willemsen 4312b0b8b6 Add colors for column-marker 2012-03-14 09:27:15 +01:00
Greg Pfeil ca29827639 Merge pull request #47 from bostonaholic/master
add to custom-theme-load-path
2012-03-01 10:21:20 -08:00
Matthew Boston b04fee1e57 use a function for loading into emacs 24 load path 2012-03-01 12:42:53 -05:00
Matthew Boston dc3c44e123 add the solarized theme directory to custom-theme-load-path via autoload 2012-03-01 11:11:04 -05:00
Greg Pfeil c5918938d7 Merge pull request #45 from mamciek/master
Adjusted color-theme dependency to 6.5.5
2012-02-29 19:05:47 -08:00
Maciej Mazur 2ad5fd9f0a Adjusted color-theme dependency 2012-02-29 22:10:42 +01:00
Greg Pfeil f27c7bf68e Fix a typo in the Emacs 24 instructions
Fixes issue #44.
2012-02-29 12:36:26 -07:00
Matthew Snyder b6178c8fc9 rcirc-mode face colors. 2012-02-18 17:09:35 -05:00
Greg Pfeil af13628ee9 Improve paren-mode colors.
Fixes issue #41.
2012-02-17 22:13:01 -07:00
Greg Pfeil f78cdd21d4 Add a section to help people reporting bugs. 2012-02-17 09:07:30 -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 607de3b0c7 Update the README to instruct Emacs 24 users to use `custom-theme-load-path` rather than `load-path`.
Fixes issue #18.
2012-02-10 16:49:49 -07:00
Greg Pfeil f476294a37 Whoops – the fix for #25 that I had for the Emacs 24 themes doesn't work for color theme. This fixes color theme. 2012-02-10 16:37:55 -07:00