1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 03:15:52 +01:00

Update/add faces

- Change "#ff756e" to "#e09591" to make it stand out less.
- Make the `font-lock-warning-face' orange to make it stand out more,
  now that the red color has been made to stand out less.
- Add `highlight-80+' face.
- Add `identica-mode' faces.
- Remove the background from `magit-item-highlight'.
This commit is contained in:
Tom Willemsen 2013-01-15 13:12:52 +01:00
parent f0af3f9f63
commit 3c5b675a8c

View file

@ -33,13 +33,13 @@
'yoshi 'yoshi
'(default ((t (:background "#111113" :foreground "#eeeeec")))) '(default ((t (:background "#111113" :foreground "#eeeeec"))))
'(flycheck-error-face ((t (:foreground nil :underline (:color "#ff756e" :style wave))))) '(flycheck-error-face ((t (:foreground nil :underline (:color "#e09591" :style wave)))))
'(flycheck-warning-face ((t (:foreground nil :underline (:color "#ffbb56" :style wave))))) '(flycheck-warning-face ((t (:foreground nil :underline (:color "#ffbb56" :style wave)))))
'(flymake-errline ((t (:background nil :underline (:color "#ff756e" :style wave))))) '(flymake-errline ((t (:background nil :underline (:color "#e09591" :style wave)))))
'(flymake-infoline ((t (:background nil :underline (:color "#78a2c1" :style wave))))) '(flymake-infoline ((t (:background nil :underline (:color "#78a2c1" :style wave)))))
'(flymake-warnline ((t (:background nil :underline (:color "#ffbb56" :style wave))))) '(flymake-warnline ((t (:background nil :underline (:color "#ffbb56" :style wave)))))
'(flyspell-duplicate ((t (:foreground nil :underline (:color "#ffbb56" :style wave))))) '(flyspell-duplicate ((t (:foreground nil :underline (:color "#ffbb56" :style wave)))))
'(flyspell-incorrect ((t (:foreground nil :underline (:color "#ff756e" :style wave))))) '(flyspell-incorrect ((t (:foreground nil :underline (:color "#e09591" :style wave)))))
'(font-lock-comment-delimiter-face ((t (:foreground "#999999" :slant italic :weight bold)))) '(font-lock-comment-delimiter-face ((t (:foreground "#999999" :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"))))
@ -48,25 +48,28 @@
'(font-lock-keyword-face ((t (:foreground "#cfce29")))) '(font-lock-keyword-face ((t (:foreground "#cfce29"))))
'(font-lock-string-face ((t (:foreground "#ffbd5c")))) '(font-lock-string-face ((t (:foreground "#ffbd5c"))))
'(font-lock-type-face ((t (:foreground "#78a2c1" :weight bold)))) '(font-lock-type-face ((t (:foreground "#78a2c1" :weight bold))))
'(font-lock-variable-name-face ((t (:foreground "#ff756e")))) '(font-lock-variable-name-face ((t (:foreground "#e09591"))))
'(font-lock-warning-face ((t (:foreground "#ff756e" :weight bold)))) '(font-lock-warning-face ((t (:foreground "#ff9800"))))
'(highlight ((t (:background "#171719")))) '(highlight ((t (:background "#171719"))))
'(highlight-80+ ((t (:underline (:color "#ff756e" :style wave) :background nil)))) '(highlight-80+ ((t (:underline (:color "#e09591" :style wave) :background nil))))
'(ido-subdir ((t (:foreground "#ff756e")))) '(identica-stripe-face ((t (:background "#222224"))))
'(identica-uri-face ((t (:foreground "#ffbb56" :underline t))))
'(identica-username-face ((t (:foreground "#78a2c1" :weight bold :underline nil))))
'(ido-subdir ((t (:foreground "#e09591"))))
'(italic ((t (:slant italic)))) '(italic ((t (:slant italic))))
'(jabber-chat-prompt-foreign ((t (:foreground "#ff756e")))) '(jabber-chat-prompt-foreign ((t (:foreground "#e09591"))))
'(jabber-chat-prompt-local ((t (:foreground "#78a2c1")))) '(jabber-chat-prompt-local ((t (:foreground "#78a2c1"))))
'(jabber-chat-prompt-system ((t (:foreground "#cfce29")))) '(jabber-chat-prompt-system ((t (:foreground "#cfce29"))))
'(jabber-rare-time-face ((t (:foreground "#63a0a0" :weight bold)))) '(jabber-rare-time-face ((t (:foreground "#63a0a0" :weight bold))))
'(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))))
'(link-visited ((t (:foreground "#ff9800" :underline t)))) '(link-visited ((t (:foreground "#ff9800" :underline t))))
'(magit-item-highlight ((t (:weight bold)))) '(magit-item-highlight ((t (:weight bold :background nil))))
'(markdown-header-face-1 ((t (:foreground "#78a2c1")))) '(markdown-header-face-1 ((t (:foreground "#78a2c1"))))
'(markdown-header-face-2 ((t (:foreground "#93d8d8")))) '(markdown-header-face-2 ((t (:foreground "#93d8d8"))))
'(markdown-header-face-3 ((t (:foreground "#9ad870")))) '(markdown-header-face-3 ((t (:foreground "#9ad870"))))
'(markdown-header-face-4 ((t (:foreground "#c39cc3")))) '(markdown-header-face-4 ((t (:foreground "#c39cc3"))))
'(markdown-header-face-5 ((t (:foreground "#ff756e")))) '(markdown-header-face-5 ((t (:foreground "#e09591"))))
'(markdown-header-face-6 ((t (:foreground "#a9a9a9")))) '(markdown-header-face-6 ((t (: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))))
@ -85,12 +88,12 @@
'(org-level-2 ((t (:foreground "#93d8d8")))) '(org-level-2 ((t (:foreground "#93d8d8"))))
'(org-level-3 ((t (:foreground "#9ad870")))) '(org-level-3 ((t (:foreground "#9ad870"))))
'(org-level-4 ((t (:foreground "#c39cc3")))) '(org-level-4 ((t (:foreground "#c39cc3"))))
'(org-level-5 ((t (:foreground "#ff756e")))) '(org-level-5 ((t (:foreground "#e09591"))))
'(org-level-6 ((t (:foreground "#a9a9a9")))) '(org-level-6 ((t (:foreground "#a9a9a9"))))
'(org-level-7 ((t (:foreground "#ffbb56")))) '(org-level-7 ((t (:foreground "#ffbb56"))))
'(org-level-8 ((t (:foreground "#999999")))) '(org-level-8 ((t (:foreground "#999999"))))
'(org-scheduled ((t (:foreground "#b26900")))) '(org-scheduled ((t (:foreground "#b26900"))))
'(org-scheduled-previously ((t (:foreground "#ff756e" :bold t)))) '(org-scheduled-previously ((t (:foreground "#e09591" :bold t))))
'(org-scheduled-today ((t (:foreground "#ffbb56" :underline t)))) '(org-scheduled-today ((t (:foreground "#ffbb56" :underline t))))
'(org-time-grid ((t (:foreground "#ffbb56")))) '(org-time-grid ((t (:foreground "#ffbb56"))))
'(pp^L-highlight ((t (:box nil :foreground "#555557")))) '(pp^L-highlight ((t (:box nil :foreground "#555557"))))
@ -111,7 +114,7 @@
'(term-color-cyan ((t (:background "#208181" :foreground "#93d8d8")))) '(term-color-cyan ((t (:background "#208181" :foreground "#93d8d8"))))
'(term-color-green ((t (:background "#405c2e" :foreground "#9ad870")))) '(term-color-green ((t (:background "#405c2e" :foreground "#9ad870"))))
'(term-color-magenta ((t (:background "#5e325d" :foreground "#c39cc3")))) '(term-color-magenta ((t (:background "#5e325d" :foreground "#c39cc3"))))
'(term-color-red ((t (:background "#973732" :foreground "#ff756e")))) '(term-color-red ((t (:background "#973732" :foreground "#e09591"))))
'(term-color-white ((t (:background "#222224" :foreground "#a9a9a9")))) '(term-color-white ((t (:background "#222224" :foreground "#a9a9a9"))))
'(term-color-yellow ((t (:background "#835c0e" :foreground "#ffbb56")))) '(term-color-yellow ((t (:background "#835c0e" :foreground "#ffbb56"))))