diff --git a/CHANGELOG.org b/CHANGELOG.org index abacdf2..b5b4eac 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -25,6 +25,11 @@ This project adheres to [[http://semver.org][Semantic Versioning]]. Add the lui faces: =lui-button-face=, =lui-time-stamp-face=. +** ADDED CSS faces + + Add the CSS faces: =css-property=, =css-selector= and + =css-proprietary-property=. + * [[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 1974d5d..730093a 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -50,6 +50,9 @@ `(circe-highlight-nick-face ((t (:foreground ,fgred :weight bold)))) `(circe-server-face ((t (:foreground ,fgdim)))) `(compilation-info ((t (:foreground ,fgblue :inherit unspecified)))) + `(css-property ((t (:foreground ,fgorange)))) + `(css-proprietary-property ((t (:foreground ,fgred :inherit unspecified :slant italic)))) + `(css-selector ((t (:foreground ,fgblue)))) `(cursor ((t (:background ,fgdim)))) `(default ((t (:background ,bgdefault :foreground ,fgdefault)))) `(diff-added ((t (:background ,bggreen :inherit unspecified))))