diff --git a/CHANGELOG.org b/CHANGELOG.org index 01df7e9..563be0e 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -15,6 +15,15 @@ This project adheres to [[http://semver.org][Semantic Versioning]]. =helm-buffer-size=, =helm-match=, =helm-selection= and =helm-source-header=. +** ADDED Some circe faces + + Add the circe faces: =circe-highlight-nick-face= and + =circe-server-face=. + +** ADDED Some lui faces + + Add the lui faces: =lui-button-face=, =lui-time-stamp-face=. + * [[https://github.com/ryuslash/yoshi-theme/compare/v5.13.0...v6.0.0][6.0.0]] -- 2015-08-31 ** ADDED =js2-function-param= face. diff --git a/yoshi-theme.el b/yoshi-theme.el index 282a32c..376cdf2 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -47,6 +47,8 @@ (custom-theme-set-faces 'yoshi + `(circe-highlight-nick-face ((t (:foreground ,fgred :weight bold)))) + `(circe-server-face ((t (:foreground ,fgdim)))) `(compilation-info ((t (:foreground ,fgblue :inherit unspecified)))) `(cursor ((t (:background ,fgdim)))) `(default ((t (:background ,bgdefault :foreground ,fgdefault)))) @@ -199,6 +201,8 @@ `(js2-function-param ((t (:foreground ,fggreen)))) `(link ((t (:foreground ,fgorange :underline t)))) `(link-visited ((t (:foreground ,fgmagenta :underline t)))) + `(lui-button-face ((t (:foreground unspecified :underline unspecified :inherit button)))) + `(lui-time-stamp-face ((t (:foreground ,fggreen :weight unspecified)))) `(magit-bisect-bad ((t (:foreground ,fgred)))) `(magit-bisect-good ((t (:foreground ,fggreen)))) `(magit-bisect-skip ((t (:foreground ,fgdim))))