.emacs.d/themes/new-theme.el
This commit is contained in:
parent
4631acd02d
commit
0d98656954
1 changed files with 2 additions and 0 deletions
|
@ -44,10 +44,12 @@
|
||||||
'(font-lock-variable-name-face ((t (:foreground "#c39cc3"))))
|
'(font-lock-variable-name-face ((t (:foreground "#c39cc3"))))
|
||||||
'(highlight ((t (:background "#171719"))))
|
'(highlight ((t (:background "#171719"))))
|
||||||
'(ido-subdir ((t (:foreground "#ff5d55"))))
|
'(ido-subdir ((t (:foreground "#ff5d55"))))
|
||||||
|
'(italic ((t (:slant italic))))
|
||||||
'(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"))))
|
||||||
'(jabber-roster-user-online ((t (:foreground "#769ff2"))))
|
'(jabber-roster-user-online ((t (:foreground "#769ff2"))))
|
||||||
'(link ((t (:foreground "#ffbb56" :underline t))))
|
'(link ((t (:foreground "#ffbb56" :underline t))))
|
||||||
|
'(magit-item-highlight ((t (:weight bold))))
|
||||||
'(minibuffer-prompt ((t (:foreground "#78a2c1"))))
|
'(minibuffer-prompt ((t (:foreground "#78a2c1"))))
|
||||||
'(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))))
|
||||||
|
|
Loading…
Reference in a new issue