diff options
| author | 2015-09-25 13:46:59 +0200 | |
|---|---|---|
| committer | 2015-09-25 13:46:59 +0200 | |
| commit | e5c35cedca4d44eea09dbf3e3cead5884e7a4161 (patch) | |
| tree | 00815ae720636ce0000c8315d9ec16746641bf21 /yoshi-theme.el | |
| parent | 7a6c702e54cb5d320eab7366a4995bdd108f1a1a (diff) | |
| download | yoshi-theme-e5c35cedca4d44eea09dbf3e3cead5884e7a4161.tar.gz yoshi-theme-e5c35cedca4d44eea09dbf3e3cead5884e7a4161.zip | |
Add some circe and lui faces
Diffstat (limited to 'yoshi-theme.el')
| -rw-r--r-- | yoshi-theme.el | 4 |
1 files changed, 4 insertions, 0 deletions
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)))) |
