deepak
b93cc72ecb
whitespace fixes
10 years ago
deepak
0ae54d0714
nicer writegood-mode faces
10 years ago
Bradley Wright
6d23149222
Add faces for undo-tree
11 years ago
Bradley Wright
a1b15aa9bd
Fix company-mode selected tooltip
...
The old one had such low contrast that it was invisible. This new scheme
matches the scheme used by ido-mode, and is more readable.
11 years ago
Bradley Wright
2e4c381881
Inherit from diff-{hunk,file}-header instead
...
This is what Magit actually does by default, so it's simpler to change
the base faces than fontify the new ones exclusively.
11 years ago
Bradley Wright
d69a5dd7fd
Add Magit faces
...
This covers all the use cases I commonly hit while using Magit.
11 years ago
Bradley Wright
37edf8228c
Add diff-refine-{added,removed} faces
...
These are used by tools like Magit to show which specific text changed
in a changed line (as opposed to added/removed whole lines, which is
what diff-{added,removed} shows).
In order to mimic the behaviour shown by tools like GitHub I've just
reversed the corresponding whole line faces so they stand out.
11 years ago
Greg Pfeil
0e22554c6b
Add Powerline faces.
...
Fixes #115 .
11 years ago
Anders Johansson
7903ed8964
Add faces for guide-key
...
Guide-key package available at: https://github.com/kai2nenobu/guide-key
11 years ago
Anders Johansson
0b363f4ba6
Add faces for hydra
...
Hydra package is available at: https://github.com/abo-abo/hydra
11 years ago
Jonathan Schuster
3091c93ca3
Replace cl-copy-list with copy-sequence
11 years ago
Greg Pfeil
ba6b17ba9b
Update various faces.
...
* use `:inherit` more to eliminate duplication and improve consistency,
* add support for the alert and markdown packages.
Affects some base faces, as well as info, org-mode, outline, gnus,
parenface, paren-face, rainbow-delimiters, and rst-mode.
11 years ago
Greg Pfeil
5b926875e8
Make the fmt definitions play more nicely with face merging.
...
I fear that this might break things, because I ended up overspecifying
fmts originally due to new facespecs apparently updating (rather than
replacing) old ones. So, perhaps that was older versions of Emacs or
something.
Regardless, we’ll see how this flies.
11 years ago
David Holm
0d66c0f796
Adds support for helm
11 years ago
John Mastro
1c3dbf844a
Fix the `match' face's specification
11 years ago
Bradley Wright
17444300cf
Add smartparens faces
11 years ago
Sean Chen
1f26826e0d
Org mode definitions
11 years ago
calve
ae3e0429c1
Better support for company in terminal
11 years ago
John Mastro
f5d42cc41b
Define colors for company-mode
11 years ago
calve
576c2ced69
Support for rst-mode
11 years ago
Igor Khomyakov
14fb49335c
Added conditilan prefix thanks to @sellout
...
Fixed CL functions
11 years ago
Akira Tamamori
ea6e7a0e06
Add col-highlight face.
11 years ago
Akira Tamamori
2b7e1a1023
Update solarized-definitions.el
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
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
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
Christophe Rhodes
6d734cda7d
support for tabbar
...
foreground / background the "wrong" way round because the tabbar
ends up inheriting inverse video
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
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
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
Bryan Cuneo
daff304468
Use cl-flet instead of flet in Emacs version >= 24.3
12 years ago
Greg Pfeil
6ac824f501
Merge @hadronzoo’s faces from master.
13 years ago
Greg Pfeil
4765ca08aa
Merge @leea’s term-color faces from master.
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
Allen Lee
b60a4d0722
Adding colors for shell-mode and term-mode
13 years ago