diff options
-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)) |