mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 11:25:51 +01:00
.emacs.d/themes/new-theme.el
This commit is contained in:
parent
d200e57a13
commit
8d733ea0a7
1 changed files with 5 additions and 1 deletions
|
@ -34,6 +34,7 @@
|
||||||
'(font-lock-comment-face ((t (:foreground "#a9a9a9" :slant italic))))
|
'(font-lock-comment-face ((t (:foreground "#a9a9a9" :slant italic))))
|
||||||
'(font-lock-keyword-face ((t (:foreground "#cfce29"))))
|
'(font-lock-keyword-face ((t (:foreground "#cfce29"))))
|
||||||
'(font-lock-type-face ((t (:foreground "#78a2c1"))))
|
'(font-lock-type-face ((t (:foreground "#78a2c1"))))
|
||||||
|
'(highlight ((t (:background "#171719"))))
|
||||||
'(ido-subdir ((t (:foreground "#ff5d55"))))
|
'(ido-subdir ((t (:foreground "#ff5d55"))))
|
||||||
'(jabber-chat-prompt-foreign ((t (:foreground "#ff5d55"))))
|
'(jabber-chat-prompt-foreign ((t (:foreground "#ff5d55"))))
|
||||||
'(jabber-chat-prompt-local ((t (:foreground "#78a2c1"))))
|
'(jabber-chat-prompt-local ((t (:foreground "#78a2c1"))))
|
||||||
|
@ -43,7 +44,10 @@
|
||||||
'(mode-line ((t (:background "#222224" :foreground "#eeeeec" :box nil))))
|
'(mode-line ((t (:background "#222224" :foreground "#eeeeec" :box nil))))
|
||||||
'(mode-line-inactive ((t (:background "#171719" :foreground "#999999" :box nil))))
|
'(mode-line-inactive ((t (:background "#171719" :foreground "#999999" :box nil))))
|
||||||
'(region ((t (:background "#2729b6"))))
|
'(region ((t (:background "#2729b6"))))
|
||||||
'(highlight ((t (:background "#171719"))))
|
'(flymake-errline ((t (:background "#8b1a1a"))))
|
||||||
|
'(flymake-infoline ((t (:background "#00008b"))))
|
||||||
|
'(flymake-warnline ((t (:background "#be3e00"))))
|
||||||
|
'(font-lock-string-face ((t (:foreground "#ff9800"))))
|
||||||
)
|
)
|
||||||
|
|
||||||
(provide-theme 'new)
|
(provide-theme 'new)
|
||||||
|
|
Loading…
Reference in a new issue