mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-02-07 05:25:51 +01:00
Add some circe and lui faces
This commit is contained in:
parent
7a6c702e54
commit
e5c35cedca
2 changed files with 13 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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))))
|
||||
|
|
Loading…
Reference in a new issue