aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-11-14 20:47:07 +0100
committerGravatar Tom Willemse2015-11-14 20:47:07 +0100
commit1c5bdf894571cc99ad4a4b4331139e1e041d9b28 (patch)
tree8ea1092ba0dcbd32688582ba3e87f962b6db14dc
parent191f0518be2beb2718d50550d893d85d2f3cae12 (diff)
downloadyoshi-theme-1c5bdf894571cc99ad4a4b4331139e1e041d9b28.tar.gz
yoshi-theme-1c5bdf894571cc99ad4a4b4331139e1e041d9b28.zip
Add CSS faces
-rw-r--r--CHANGELOG.org5
-rw-r--r--yoshi-theme.el3
2 files changed, 8 insertions, 0 deletions
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))))