.emacs.d/themes/yoshi-theme.el
This commit is contained in:
parent
229865af94
commit
2b8e24fcdf
1 changed files with 11 additions and 3 deletions
|
@ -31,9 +31,11 @@
|
||||||
(custom-theme-set-faces
|
(custom-theme-set-faces
|
||||||
'yoshi
|
'yoshi
|
||||||
'(default ((t (:background "#111113" :foreground "#eeeeec"))))
|
'(default ((t (:background "#111113" :foreground "#eeeeec"))))
|
||||||
'(flymake-errline ((t (:background nil :underline (:color "#d16979" :style wave)))))
|
'(flymake-errline ((t (:background nil :underline (:color "#ff756e" :style wave)))))
|
||||||
'(flymake-infoline ((t (:background nil :underline (:color "#4da5d1" :style wave)))))
|
'(flymake-infoline ((t (:background nil :underline (:color "#78a2c1" :style wave)))))
|
||||||
'(flymake-warnline ((t (:background nil :underline (:color "#d19317" :style wave)))))
|
'(flymake-warnline ((t (:background nil :underline (:color "#ffbb56" :style wave)))))
|
||||||
|
'(flyspell-duplicate ((t (:underline (:color "#ffbb56" :style wave)))))
|
||||||
|
'(flyspell-incorrect ((t (:underline (:color "#ff756e" :style wave)))))
|
||||||
'(font-lock-comment-delimiter-face ((t (:foreground "#a9a9a9" :slant italic :weight bold))))
|
'(font-lock-comment-delimiter-face ((t (:foreground "#a9a9a9" :slant italic :weight bold))))
|
||||||
'(font-lock-comment-face ((t (:foreground "#a9a9a9" :slant italic))))
|
'(font-lock-comment-face ((t (:foreground "#a9a9a9" :slant italic))))
|
||||||
'(font-lock-constant-face ((t (:foreground "#93d8d8"))))
|
'(font-lock-constant-face ((t (:foreground "#93d8d8"))))
|
||||||
|
@ -51,6 +53,12 @@
|
||||||
'(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))))
|
'(magit-item-highlight ((t (:weight bold))))
|
||||||
|
'(markdown-header-face-1 ((t (:height 1.5 :foreground "#78a2c1"))))
|
||||||
|
'(markdown-header-face-2 ((t (:height 1.4 :foreground "#93d8d8"))))
|
||||||
|
'(markdown-header-face-3 ((t (:height 1.3 :foreground "#9ad870"))))
|
||||||
|
'(markdown-header-face-4 ((t (:height 1.2 :foreground "#c39cc3"))))
|
||||||
|
'(markdown-header-face-5 ((t (:height 1.1 :foreground "#ff756e"))))
|
||||||
|
'(markdown-header-face-6 ((t (:height 1.0 :foreground "#a9a9a9"))))
|
||||||
'(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