From c99b35bddb57bc2fc93eb80371f298f976a4a88e Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 31 Jan 2021 22:03:18 -0800 Subject: [PATCH] Add a couple of cider faces --- CHANGELOG.org | 4 ++++ yoshi-theme.el | 4 ++++ 2 files changed, 8 insertions(+) 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))))