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

Add CSS faces

This commit is contained in:
Tom Willemse 2015-11-14 20:47:07 +01:00
parent 191f0518be
commit 1c5bdf8945
2 changed files with 8 additions and 0 deletions

View file

@ -25,6 +25,11 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
Add the lui faces: =lui-button-face=, =lui-time-stamp-face=. 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 * [[https://github.com/ryuslash/yoshi-theme/compare/v5.13.0...v6.0.0][6.0.0]] -- 2015-08-31
** ADDED =js2-function-param= face. ** ADDED =js2-function-param= face.

View file

@ -50,6 +50,9 @@
`(circe-highlight-nick-face ((t (:foreground ,fgred :weight bold)))) `(circe-highlight-nick-face ((t (:foreground ,fgred :weight bold))))
`(circe-server-face ((t (:foreground ,fgdim)))) `(circe-server-face ((t (:foreground ,fgdim))))
`(compilation-info ((t (:foreground ,fgblue :inherit unspecified)))) `(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)))) `(cursor ((t (:background ,fgdim))))
`(default ((t (:background ,bgdefault :foreground ,fgdefault)))) `(default ((t (:background ,bgdefault :foreground ,fgdefault))))
`(diff-added ((t (:background ,bggreen :inherit unspecified)))) `(diff-added ((t (:background ,bggreen :inherit unspecified))))