diff options
| author | 2021-01-31 22:03:18 -0800 | |
|---|---|---|
| committer | 2021-01-31 22:03:18 -0800 | |
| commit | c99b35bddb57bc2fc93eb80371f298f976a4a88e (patch) | |
| tree | 23389b0897c6d55f906bd9d3e7b4c247b47312cb /yoshi-theme.el | |
| parent | f5a4a4ef39262b2bfc3faef792a6c5620caec730 (diff) | |
| download | yoshi-theme-c99b35bddb57bc2fc93eb80371f298f976a4a88e.tar.gz yoshi-theme-c99b35bddb57bc2fc93eb80371f298f976a4a88e.zip | |
Add a couple of cider faces
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)))) |
