From c99b35bddb57bc2fc93eb80371f298f976a4a88e Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 31 Jan 2021 22:03:18 -0800 Subject: Add a couple of cider faces --- yoshi-theme.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'yoshi-theme.el') 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)))) -- cgit v1.3-2-g0d8e