diff options
Diffstat (limited to 'yoshi-theme.el')
| -rw-r--r-- | yoshi-theme.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el index 380da00..a1e7f68 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -94,6 +94,10 @@ `(trailing-whitespace ((t (:background ,fgred)))) `(warning ((t (:foreground ,fgorange :weight unspecified)))) +;;; Cider + `(cider-test-success-face ((t (:foreground ,fggreen :background unspecified :weight bold)))) + `(cider-test-failure-face ((t (:foreground ,fgred :background unspecified :weight bold)))) + ;;; Circe `(circe-highlight-nick-face ((t (:foreground ,fgred :weight bold)))) `(circe-server-face ((t (:foreground ,yoshi-4)))) |
