Commit Graph

321 Commits

Author SHA1 Message Date
Greg Pfeil 715b3f6011 Require emacs23 to pass again. 2015-01-07 09:48:42 -07:00
Greg Pfeil 505c7b2e33 Allow emacs23 to fail until I get everything working. 2015-01-07 09:44:52 -07:00
Greg Pfeil 3eb2d656a1 Add an empty test file so tests pass.
Also remove my incorrect `mkdir $(TEST_DIR)`.
2015-01-07 09:37:45 -07:00
Greg Pfeil 0f93724465 Make sure $TEST_DIR is created. 2015-01-07 09:23:30 -07:00
Greg Pfeil 6570538aae Get ready for testing.
This doesn’t really work yet, but I’m getting it together.
2015-01-07 09:11:30 -07:00
Greg Pfeil 602cf3e028 Revert "No longer require 'cl."
This reverts commit 139b566f4d.
2015-01-07 08:43:13 -07:00
Greg Pfeil 6be24f0e49 Re-add the ace-jump-mode faces I accidentally removed. 2015-01-06 23:26:44 -07:00
Greg Pfeil 139b566f4d No longer require 'cl. 2015-01-06 23:25:17 -07:00
Greg Pfeil c677b269bb Reintroduce solarized-termcolors.
Fixes #94.

It now has a different purpose. In a 256-color term, setting this to 16
will try to use the exact Solarized colors, while setting it to 256 will
use the approximations.
2015-01-06 22:36:17 -07:00
Greg Pfeil 3f9e5470fc Add a face for org-block-background.
Fixes #114.
2015-01-06 21:59:53 -07:00
Greg Pfeil f5ee3e616f Don’t let linum inherit the style of the text it’s near.
Fixes #118.
2015-01-06 21:51:24 -07:00
Greg Pfeil 05908ea088 Improve faces related to errors and spelling. 2015-01-06 21:23:48 -07:00
Greg Pfeil 4685912a66 Fixed a mention of the old theme names. 2015-01-06 20:18:57 -07:00
Greg Pfeil eb9100955d Merge pull request #134 from sellout/unified
Overhaul pretty much everything
2015-01-06 20:17:09 -07:00
Greg Pfeil c6fcbf41c9 Merge branch 'master' into unified
Conflicts:
	README.md
	solarized-definitions.el
2015-01-06 20:11:16 -07:00
Greg Pfeil 3aa29fbdd3 Update README.
Add details about solarized-broken-srgb variable.
2015-01-06 19:55:36 -07:00
Greg Pfeil 583f730ea4 Clean up some 3rd-party faces. 2015-01-06 19:48:43 -07:00
Greg Pfeil aeec37af98 Only set ansi-color-names if ansi-color is loaded. 2015-01-06 19:47:41 -07:00
Greg Pfeil baa6dcc24f Restrict non-SRGB setting to fewer Macs. 2015-01-06 19:46:57 -07:00
Greg Pfeil e7b9997d34 Deprecate the old dark/light themes.
There is now a single theme that will use light or dark versions based
on the background-mode of the frame, this allows a mix of light and dark frames.
2015-01-06 19:43:18 -07:00
Greg Pfeil 862edee6cd Merge branch 'unified' of github.com:sellout/emacs-color-theme-solarized into unified 2015-01-06 19:33:40 -07:00
Greg Pfeil a80745bf6b Fix a bad expansion. 2014-06-04 22:29:37 -06:00
Greg Pfeil 42e90dc7ef Set ANSI colors to Solarized colors. 2014-06-04 22:29:22 -06:00
Greg Pfeil b5d1b62c6b Don’t override the background color for whitespace-column. 2014-06-04 22:28:28 -06:00
Greg Pfeil 6a2c7ca018 Merge pull request #112 from csrhodes/master
support for tabbar
2014-04-08 14:09:50 -06:00
Christophe Rhodes 6d734cda7d support for tabbar
foreground / background the "wrong" way round because the tabbar
ends up inheriting inverse video
2014-04-08 18:26:34 +01:00
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