Greg Pfeil
0f93724465
Make sure $TEST_DIR is created.
11 years ago
Greg Pfeil
6570538aae
Get ready for testing.
...
This doesn’t really work yet, but I’m getting it together.
11 years ago
Greg Pfeil
602cf3e028
Revert "No longer require 'cl."
...
This reverts commit 139b566f4d .
11 years ago
Greg Pfeil
6be24f0e49
Re-add the ace-jump-mode faces I accidentally removed.
11 years ago
Greg Pfeil
139b566f4d
No longer require 'cl.
11 years ago
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.
11 years ago
Greg Pfeil
3f9e5470fc
Add a face for org-block-background.
...
Fixes #114 .
11 years ago
Greg Pfeil
f5ee3e616f
Don’t let linum inherit the style of the text it’s near.
...
Fixes #118 .
11 years ago
Greg Pfeil
05908ea088
Improve faces related to errors and spelling.
11 years ago
Greg Pfeil
4685912a66
Fixed a mention of the old theme names.
11 years ago
Greg Pfeil
eb9100955d
Merge pull request #134 from sellout/unified
...
Overhaul pretty much everything
11 years ago
Greg Pfeil
c6fcbf41c9
Merge branch 'master' into unified
...
Conflicts:
README.md
solarized-definitions.el
11 years ago
Greg Pfeil
3aa29fbdd3
Update README.
...
Add details about solarized-broken-srgb variable.
11 years ago
Greg Pfeil
583f730ea4
Clean up some 3rd-party faces.
11 years ago
Greg Pfeil
aeec37af98
Only set ansi-color-names if ansi-color is loaded.
11 years ago
Greg Pfeil
baa6dcc24f
Restrict non-SRGB setting to fewer Macs.
11 years ago
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.
11 years ago
Greg Pfeil
862edee6cd
Merge branch 'unified' of github.com:sellout/emacs-color-theme-solarized into unified
11 years ago
Greg Pfeil
a80745bf6b
Fix a bad expansion.
12 years ago
Greg Pfeil
42e90dc7ef
Set ANSI colors to Solarized colors.
12 years ago
Greg Pfeil
b5d1b62c6b
Don’t override the background color for whitespace-column.
12 years ago
Greg Pfeil
6a2c7ca018
Merge pull request #112 from csrhodes/master
...
support for tabbar
12 years ago
Christophe Rhodes
6d734cda7d
support for tabbar
...
foreground / background the "wrong" way round because the tabbar
ends up inheriting inverse video
12 years ago
Greg Pfeil
bb0ac4860e
Merge pull request #111 from dato/ace-jump
...
Define colors for ace-jump-mode
12 years ago
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
12 years ago
Greg Pfeil
bc2d2f630b
Merge pull request #102 from dato/master
...
Add support for ‘match’ (used by Occur).
12 years ago
Greg Pfeil
97a8d40e04
Merge pull request #110 from dato/cl-flet
...
Fix which-flet logic
12 years ago
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.
12 years ago
Greg Pfeil
b31773f6c8
Merge pull request #109 from ibraimgm/let-star-fix
...
Changed `let*` to `let` on solarized-definitions.el
12 years ago
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
12 years ago
Greg Pfeil
467f233586
Improve “broken sRGB” handling.
...
Fixes issue #103 .
12 years ago
Dato Simó
5eb6ff07d2
Add support for ‘match’ (used by Occur).
...
Color is background yellow, same as ‘lazy-highlight’.
12 years ago
Greg Pfeil
0d189230e8
Merge pull request #106 from BryanCuneo/master
...
Use cl-flet instead of flet in Emacs version >= 24.3
12 years ago
Bryan Cuneo
daff304468
Use cl-flet instead of flet in Emacs version >= 24.3
12 years ago
Greg Pfeil
95eb621dee
Update color-theme setup instructions
13 years ago
Greg Pfeil
dc8ef43724
Ignore byte-compiled files.
13 years ago
Greg Pfeil
6ac824f501
Merge @hadronzoo’s faces from master.
13 years ago
Greg Pfeil
ec7dc87285
Merge pull request #83 from hadronzoo/master
...
Add support for git-gutter and bm.el
13 years ago
Greg Pfeil
4765ca08aa
Merge @leea’s term-color faces from master.
13 years ago
Greg Pfeil
4679874ae0
Merge pull request #78 from leea/shell-term-colors
...
Use solarized colors for shell-mode and term-mode
13 years ago
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.
13 years ago
Joshua Griffith
e0a5180a76
Add support for bm.el
13 years ago
Joshua Griffith
52608343b5
Add support for git-gutter
13 years ago
Greg Pfeil
c4b1bc3ed3
Some more info for bug reporting.
13 years ago
Greg Pfeil
bbb826a49a
Merge pull request #79 from iainbeeston/patch-1
...
Added instructions for installing via marmalade
13 years ago
Iain Beeston
77786883f9
Added instructions for installing via marmalade
13 years ago
Allen Lee
b60a4d0722
Adding colors for shell-mode and term-mode
13 years ago
Greg Pfeil
bb4897a3d7
Merge pull request #69 from lewang/fix-widget-border
...
tone down widget-field border brightness
13 years ago
Greg Pfeil
0721cb2f91
Merge pull request #74 from mwolson/master
...
Add support for ERC
13 years ago
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.
13 years ago