Commit Graph

395 Commits

Author SHA1 Message Date
Greg Pfeil bb0ac4860e Merge pull request #111 from dato/ace-jump
Define colors for ace-jump-mode
2014-04-07 19:23:39 -06:00
Dato Simó af8e1b3bf0 Define colors for ace-jump-mode.
I use fg-red and fg-base01 for the red and gray40, respectively, tht
ace-jump-mode.el uses:

https://github.com/winterTTr/ace-jump-mode/blob/07b7137/ace-jump-mode.el#L303
https://github.com/winterTTr/ace-jump-mode/blob/07b7137/ace-jump-mode.el#L297

The original Vim plugin also recommends red and comment (faded), which is
what the above accomplishes:

https://github.com/Lokaltog/vim-easymotion/blob/eaa4af/doc/easymotion.txt#L992
2014-04-08 01:45:52 +01:00
Greg Pfeil bc2d2f630b Merge pull request #102 from dato/master
Add support for ‘match’ (used by Occur).
2014-04-07 16:34:16 -06:00
Greg Pfeil 97a8d40e04 Merge pull request #110 from dato/cl-flet
Fix which-flet logic
2014-04-07 15:46:17 -06:00
Dato Simó b2262b2703 solarized-definitions.el: fix comparison error in which-flet fset logic.
flet was deprecated in 24.3, but daff304 accidentally used > 25.2 instead
of >= 24.3 as a condition. This commit fixes that.
2014-04-07 22:06:44 +01:00
Greg Pfeil b31773f6c8 Merge pull request #109 from ibraimgm/let-star-fix
Changed `let*` to `let` on solarized-definitions.el
2014-04-01 10:57:01 -06:00
Rafael Ibraim a9da9fae2b Changed `let*` to `let` on solarized-definitions.el
Changed a `let*` to `let` on the `solarized-color-definitions` function.
Without this change, the entire definition of the inner function
`find-color` doesn't compile, with the message "Invalid function" from
emacs.

Tested on:
GNU Emacs 24.2.1 (i386-mingw-nt6.1.7601) of 2012-08-28 on MARVIN
2014-04-01 11:56:35 -03:00
Greg Pfeil 467f233586 Improve “broken sRGB” handling.
Fixes issue #103.
2014-03-30 09:31:29 -06:00
Dato Simó 5eb6ff07d2 Add support for ‘match’ (used by Occur).
Color is background yellow, same as ‘lazy-highlight’.
2014-03-25 02:02:37 +00:00
Greg Pfeil 0d189230e8 Merge pull request #106 from BryanCuneo/master
Use cl-flet instead of flet in Emacs version >= 24.3
2014-03-20 08:47:01 -06:00
Bryan Cuneo daff304468 Use cl-flet instead of flet in Emacs version >= 24.3 2014-03-11 00:54:48 -05:00
Greg Pfeil 95eb621dee Update color-theme setup instructions 2013-05-01 12:13:56 -06:00
Greg Pfeil dc8ef43724 Ignore byte-compiled files. 2013-04-29 08:37:14 -06:00
Greg Pfeil 6ac824f501 Merge @hadronzoo’s faces from master. 2013-03-07 14:53:10 -07:00
Greg Pfeil ec7dc87285 Merge pull request #83 from hadronzoo/master
Add support for git-gutter and bm.el
2013-03-07 13:50:50 -08:00
Greg Pfeil 4765ca08aa Merge @leea’s term-color faces from master. 2013-03-07 14:49:55 -07:00
Greg Pfeil 4679874ae0 Merge pull request #78 from leea/shell-term-colors
Use solarized colors for shell-mode and term-mode
2013-03-07 13:42:41 -08:00
Greg Pfeil 2452a929fc Unify light and dark themes.
This also improves emacsclient support, since each theme can use its own color depth and dark/light mode.
2013-03-07 14:00:07 -07:00
Joshua Griffith e0a5180a76 Add support for bm.el 2013-03-05 13:37:23 -06:00
Joshua Griffith 52608343b5 Add support for git-gutter 2013-03-05 13:37:23 -06:00
Greg Pfeil c4b1bc3ed3 Some more info for bug reporting. 2013-03-05 09:06:56 -07:00
Greg Pfeil bbb826a49a Merge pull request #79 from iainbeeston/patch-1
Added instructions for installing via marmalade
2013-01-28 07:30:53 -08:00
Iain Beeston 77786883f9 Added instructions for installing via marmalade 2013-01-28 21:20:44 +11:00
Allen Lee b60a4d0722 Adding colors for shell-mode and term-mode 2013-01-15 08:45:22 -05:00
Greg Pfeil bb4897a3d7 Merge pull request #69 from lewang/fix-widget-border
tone down widget-field border brightness
2012-12-09 12:04:20 -08:00
Greg Pfeil 0721cb2f91 Merge pull request #74 from mwolson/master
Add support for ERC
2012-12-09 12:00:29 -08:00
Michael Olson 86c2994d5a Make keywords orange
Others don't seem to like this quite as much, so keeping it out of the initial pull request.
2012-12-04 16:16:13 -08:00
Michael Olson cb7ebc852d Add support for ERC
* User input is faded in order to focus on messages by others
* Keywords are same color as matched parens
* Nicks of others are unbolded cyan
* Server notices are unbolded blue
* Timestamps are faded, not bright

Looks best with the solarized-dark theme.
2012-12-04 15:57:24 -08:00
Le Wang 2a4d1f9a0b tone down widget-field border brightness 2012-09-02 23:01:57 +08:00
Greg Pfeil 9a0019332c Merge pull request #66 from lewang/unfix-mac-srgb
the sRGB fix is not necessary for Mac build 3.2+, also post Mountain Lion? (need confirmation)
2012-08-30 18:28:09 -07:00
Le Wang fc0fa62d0e remove sRGB color fix for mac build
- in version 3.2 of Mac port, this fix is not necessary
2012-08-29 22:48:47 +08:00
Greg Pfeil 553ce32da3 Fix broken pull request #61.
Fixes issue #65.
2012-07-15 18:45:45 -06:00
Greg Pfeil 18cbd412f6 Merge pull request #61 from andersjohansson/master
Font-latex and flyspell
2012-07-15 07:42:12 -07:00
Greg Pfeil f7149856ec Merge pull request #64 from jturner314/fix-table-cell
Fix cell colors for built-in tables
2012-07-11 12:32:32 -07:00
Jim Turner e49ac91591 Fix cell colors for built-in tables
Before this fix, tables created by `table-insert' or `table-capture'
have cells with a blue background and white foreground.  This fix makes
them blend in with the rest of `emacs-color-theme-solarized'.
2012-06-26 22:09:26 -04:00
Greg Pfeil bd06399738 Merge pull request #63 from jturner314/fix-speedbar-colors
Add colors for speedbar
2012-06-25 07:19:39 -07:00
Jim Turner 8aef0b03bb Add colors for speedbar 2012-06-24 19:07:02 -04:00
Greg Pfeil 7dc178a9e4 Merge pull request #53 from bradleywright/whitespace-line-face
Add styles for `whitespace-line` face.
2012-06-05 07:30:55 -07:00
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