Commit Graph

395 Commits

Author SHA1 Message Date
Anders Johansson 0b363f4ba6 Add faces for hydra
Hydra package is available at: https://github.com/abo-abo/hydra
2015-04-19 13:32:27 +02:00
Greg Pfeil 5ba8f13371 Merge pull request #149 from schuster/cl-copy-list-bug
Replace cl-copy-list with copy-sequence
2015-04-10 13:48:25 -06:00
Jonathan Schuster 3091c93ca3 Replace cl-copy-list with copy-sequence 2015-04-10 15:25:14 -04:00
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.
2015-04-03 23:10:07 -06:00
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.
2015-04-02 00:04:11 -06:00
Greg Pfeil fbe7554c95 Merge pull request #128 from calve/rst-mode
Support for rst-mode
2015-04-01 21:39:48 -06:00
Greg Pfeil 37526c55eb Merge pull request #143 from bradleywright/smartparens-faces
Add smartparens faces
2015-04-01 21:39:25 -06:00
Greg Pfeil a882127927 Merge pull request #140 from gugek/org-mode-definitions
Org mode definitions
2015-04-01 21:38:55 -06:00
Greg Pfeil 234224118e Merge pull request #129 from calve/company-mode
Company mode
2015-04-01 21:37:10 -06:00
David Holm 0d66c0f796 Adds support for helm 2015-04-01 21:31:54 -06:00
Greg Pfeil 74b7f224f5 Merge pull request #148 from johnmastro/match-face-fix
Fix the `match' face's specification
2015-04-01 20:26:45 -06:00
John Mastro 1c3dbf844a Fix the `match' face's specification 2015-04-01 16:14:40 -07:00
Greg Pfeil 9397c39517 Merge pull request #146 from jramnani/gh-142-docfix
Document how to set the 'background-mode for terminals.
2015-03-05 22:19:50 -07:00
Jeff Ramnani 0e653cba85 Document how to set the 'background-mode for terminals.
This documents a fix for issue #142 where you must set a terminal
parameter in order to enable the solarized-dark theme when running Emacs
in a terminal.
2015-03-05 22:44:00 -06:00
Bradley Wright 17444300cf Add smartparens faces 2015-01-29 09:43:31 +00:00
Sean Chen 1f26826e0d Org mode definitions 2015-01-24 12:55:38 -05:00
calve ae3e0429c1 Better support for company in terminal 2015-01-20 21:34:36 +01:00
John Mastro f5d42cc41b Define colors for company-mode 2015-01-20 21:34:36 +01:00
calve 576c2ced69 Support for rst-mode 2015-01-20 21:19:52 +01:00
Greg Pfeil 31a62c7325 Merge pull request #138 from tam17aki/master
Add col-highlight face.
2015-01-10 10:36:49 -07:00
Greg Pfeil 5d00cfbfad Merge pull request #137 from hostmaster/feature/cl-functions-fix
Fixed CL functions
2015-01-10 10:33:46 -07:00
Igor Khomyakov 14fb49335c Added conditilan prefix thanks to @sellout
Fixed CL functions
2015-01-10 11:18:15 +03:00
Akira Tamamori ea6e7a0e06 Add col-highlight face. 2015-01-09 12:52:42 +09:00
Akira Tamamori 2b7e1a1023 Update solarized-definitions.el 2015-01-09 11:57:59 +09:00
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