diff options
author | jao <jao@gnu.org> | 2015-03-10 04:43:54 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2015-03-10 04:43:54 +0100 |
commit | 86cc7d92a4a8f39ac3ed99aa60314263ad074334 (patch) | |
tree | 04d2142818654db596dd99c7802a5daf03b7d625 | |
parent | f09b5cb57863232f3a6766278bfbe0c3b2b8a5eb (diff) | |
download | elibs-86cc7d92a4a8f39ac3ed99aa60314263ad074334.tar.gz elibs-86cc7d92a4a8f39ac3ed99aa60314263ad074334.tar.bz2 |
themes: a few cider faces
-rw-r--r-- | themes/jao-themes.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/jao-themes.el b/themes/jao-themes.el index 26bd15a..8e0e301 100644 --- a/themes/jao-themes.el +++ b/themes/jao-themes.el @@ -193,6 +193,9 @@ (change-log-function (p function)) (change-log-list (p f11)) (change-log-name (p keyword)) + (cider-test-error-face (p warning)) + (cider-test-failure-face (p error)) + (cider-test-success-face (p f01)) (comint-highlight-input (p f01) nbf) (comint-highlight-prompt (p f00)) (company-tooltip (~ highlight)) @@ -662,6 +665,7 @@ (rcirc-prompt bf) (rcirc-server (p dimm)) (rcirc-timestamp (p dimm)) + (rcirc-track-keyword (p warning)) (rcirc-track-nick (~ rcirc-my-nick) niv) (rcirc-url nbf link) (reb-match-0 (p hilite)) |