1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 03:15:52 +01:00

Add a couple of cider faces

This commit is contained in:
Tom Willemse 2021-01-31 22:03:18 -08:00
parent f5a4a4ef39
commit c99b35bddb
2 changed files with 8 additions and 0 deletions

View file

@ -48,6 +48,10 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
Add the face =fill-column-indicator=. 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 * [[https://github.com/ryuslash/yoshi-theme/compare/v6.1.0...v6.2.0][6.2.0]] -- 2019-05-05
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: release-6.2.0 :CUSTOM_ID: release-6.2.0

View file

@ -94,6 +94,10 @@
`(trailing-whitespace ((t (:background ,fgred)))) `(trailing-whitespace ((t (:background ,fgred))))
`(warning ((t (:foreground ,fgorange :weight unspecified)))) `(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
`(circe-highlight-nick-face ((t (:foreground ,fgred :weight bold)))) `(circe-highlight-nick-face ((t (:foreground ,fgred :weight bold))))
`(circe-server-face ((t (:foreground ,yoshi-4)))) `(circe-server-face ((t (:foreground ,yoshi-4))))