aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.org4
-rw-r--r--yoshi-theme.el4
2 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 6707590..d9885ec 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -48,6 +48,10 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
Add the face =fill-column-indicator=.
+** ADDED A couple of cider faces
+
+Add the cider faces: ~cider-test-success-face~ and ~cider-test-failure-face~.
+
* [[https://github.com/ryuslash/yoshi-theme/compare/v6.1.0...v6.2.0][6.2.0]] -- 2019-05-05
:PROPERTIES:
:CUSTOM_ID: release-6.2.0
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))))