mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 03:15:52 +01:00
Update colors
This commit is contained in:
parent
bc8f9957e0
commit
6d86c9afca
1 changed files with 37 additions and 36 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemsen <tom@ryuslash.org>
|
;; Author: Tom Willemsen <tom@ryuslash.org>
|
||||||
;; Keywords: faces
|
;; Keywords: faces
|
||||||
;; Version: 5.6.0.3
|
;; Version: 5.6.1
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
;; it under the terms of the GNU General Public License as published by
|
;; it under the terms of the GNU General Public License as published by
|
||||||
|
@ -46,13 +46,13 @@
|
||||||
'yoshi
|
'yoshi
|
||||||
|
|
||||||
`(compilation-info ((t (:foreground ,fgblue :inherit unspecified))))
|
`(compilation-info ((t (:foreground ,fgblue :inherit unspecified))))
|
||||||
`(cursor ((t (:background ,(color-darken-name fgdefault 16)))))
|
`(cursor ((t (:background "#969696"))))
|
||||||
`(default ((t (:background ,bgdefault :foreground ,fgdefault))))
|
`(default ((t (:background ,bgdefault :foreground ,fgdefault))))
|
||||||
`(diff-added ((t (:background ,bggreen :inherit unspecified))))
|
`(diff-added ((t (:background ,bggreen :inherit unspecified))))
|
||||||
`(diff-changed ((t (:background ,bgorange))))
|
`(diff-changed ((t (:background ,bgorange))))
|
||||||
`(diff-file-header ((t (:foreground ,(color-lighten-name fgdefault 18.3) :background unspecified))))
|
`(diff-file-header ((t (:foreground "#ededed" :background unspecified))))
|
||||||
`(diff-function ((t (:inherit unspecified :foreground ,fgorange))))
|
`(diff-function ((t (:inherit unspecified :foreground ,fgorange))))
|
||||||
`(diff-header ((t (:background ,(color-lighten-name bgdefault 17.5)))))
|
`(diff-header ((t (:background "#3d3d3d"))))
|
||||||
`(diff-hl-change ((t (:foreground ,fgyellow :background unspecified :inherit diff-changed))))
|
`(diff-hl-change ((t (:foreground ,fgyellow :background unspecified :inherit diff-changed))))
|
||||||
`(diff-hl-delete ((t (:foreground ,fgred :inherit diff-removed))))
|
`(diff-hl-delete ((t (:foreground ,fgred :inherit diff-removed))))
|
||||||
`(diff-hl-insert ((t (:foreground ,fggreen :inherit diff-added))))
|
`(diff-hl-insert ((t (:foreground ,fggreen :inherit diff-added))))
|
||||||
|
@ -68,8 +68,8 @@
|
||||||
`(erc-input-face ((t (:inherit shadow))))
|
`(erc-input-face ((t (:inherit shadow))))
|
||||||
`(erc-my-nick-face ((t (:inherit erc-current-nick-face))))
|
`(erc-my-nick-face ((t (:inherit erc-current-nick-face))))
|
||||||
`(erc-notice-face ((t (:foreground ,fgblue :weight normal))))
|
`(erc-notice-face ((t (:foreground ,fgblue :weight normal))))
|
||||||
`(erc-prompt-face ((t (:foreground ,(color-lighten-name fgdefault 18.3) :weight bold))))
|
`(erc-prompt-face ((t (:foreground "#ededed" :weight bold))))
|
||||||
`(erc-timestamp-face ((t (:foreground ,(color-darken-name fgdefault 16) :weight normal))))
|
`(erc-timestamp-face ((t (:foreground "#969696" :weight normal))))
|
||||||
`(error ((t (:foreground ,fgred :weight unspecified))))
|
`(error ((t (:foreground ,fgred :weight unspecified))))
|
||||||
`(flycheck-error-face ((t (:inherit unspecified :underline (:color ,fgred :style wave)))))
|
`(flycheck-error-face ((t (:inherit unspecified :underline (:color ,fgred :style wave)))))
|
||||||
`(flycheck-warning-face ((t (:inherit unspecified :underline (:color ,fgorange :style wave)))))
|
`(flycheck-warning-face ((t (:inherit unspecified :underline (:color ,fgorange :style wave)))))
|
||||||
|
@ -79,10 +79,10 @@
|
||||||
`(flyspell-duplicate ((t (:inherit unspecified :underline (:color ,fgorange :style wave)))))
|
`(flyspell-duplicate ((t (:inherit unspecified :underline (:color ,fgorange :style wave)))))
|
||||||
`(flyspell-incorrect ((t (:inherit unspecified :underline (:color ,fgred :style wave)))))
|
`(flyspell-incorrect ((t (:inherit unspecified :underline (:color ,fgred :style wave)))))
|
||||||
`(font-lock-builtin-face ((t (:foreground ,fgcyan))))
|
`(font-lock-builtin-face ((t (:foreground ,fgcyan))))
|
||||||
`(font-lock-comment-delimiter-face ((t (:foreground ,(color-darken-name fgdefault 16) :weight bold :inherit unspecified))))
|
`(font-lock-comment-delimiter-face ((t (:foreground "#969696" :weight bold :inherit unspecified))))
|
||||||
`(font-lock-comment-face ((t (:foreground ,(color-darken-name fgdefault 16) :slant italic))))
|
`(font-lock-comment-face ((t (:foreground "#969696" :slant italic))))
|
||||||
`(font-lock-constant-face ((t (:foreground ,fgred))))
|
`(font-lock-constant-face ((t (:foreground ,fgred))))
|
||||||
`(font-lock-doc-face ((t (:foreground ,(color-darken-name fgdefault 16) :inherit unspecified))))
|
`(font-lock-doc-face ((t (:foreground "#969696" :inherit unspecified))))
|
||||||
`(font-lock-function-name-face ((t (:foreground ,fgblue))))
|
`(font-lock-function-name-face ((t (:foreground ,fgblue))))
|
||||||
`(font-lock-keyword-face ((t (:foreground ,fgorange))))
|
`(font-lock-keyword-face ((t (:foreground ,fgorange))))
|
||||||
`(font-lock-negation-char-face ((t (:foreground ,fgred))))
|
`(font-lock-negation-char-face ((t (:foreground ,fgred))))
|
||||||
|
@ -96,7 +96,7 @@
|
||||||
`(gnus-button ((t (:weight bold))))
|
`(gnus-button ((t (:weight bold))))
|
||||||
`(gnus-cite-1 ((t (:foreground ,fgred))))
|
`(gnus-cite-1 ((t (:foreground ,fgred))))
|
||||||
`(gnus-cite-10 ((t (:foreground ,fgpink))))
|
`(gnus-cite-10 ((t (:foreground ,fgpink))))
|
||||||
`(gnus-cite-11 ((t (:foreground ,(color-lighten-name fgdefault 18.3)))))
|
`(gnus-cite-11 ((t (:foreground "#ededed"))))
|
||||||
`(gnus-cite-2 ((t (:foreground ,fgorange))))
|
`(gnus-cite-2 ((t (:foreground ,fgorange))))
|
||||||
`(gnus-cite-3 ((t (:foreground ,fgyellow))))
|
`(gnus-cite-3 ((t (:foreground ,fgyellow))))
|
||||||
`(gnus-cite-4 ((t (:foreground ,fggreen))))
|
`(gnus-cite-4 ((t (:foreground ,fggreen))))
|
||||||
|
@ -109,14 +109,14 @@
|
||||||
`(gnus-group-mail-3-empty ((t (:foreground ,fgcyan))))
|
`(gnus-group-mail-3-empty ((t (:foreground ,fgcyan))))
|
||||||
`(gnus-group-news-3 ((t (:foreground ,fgred :weight bold))))
|
`(gnus-group-news-3 ((t (:foreground ,fgred :weight bold))))
|
||||||
`(gnus-group-news-3-empty ((t (:foreground ,fgred))))
|
`(gnus-group-news-3-empty ((t (:foreground ,fgred))))
|
||||||
`(gnus-header-content ((t (:foreground ,(color-darken-name fgdefault 16) :slant italic))))
|
`(gnus-header-content ((t (:foreground "#969696" :slant italic))))
|
||||||
`(gnus-header-from ((t (:weight bold))))
|
`(gnus-header-from ((t (:weight bold))))
|
||||||
`(gnus-header-name ((t (:foreground ,fgblue :weight bold))))
|
`(gnus-header-name ((t (:foreground ,fgblue :weight bold))))
|
||||||
`(gnus-header-newsgroups ((t (:foreground ,(color-lighten-name fgdefault 18.3) :weight bold))))
|
`(gnus-header-newsgroups ((t (:foreground "#ededed" :weight bold))))
|
||||||
`(gnus-header-subject ((t (:foreground ,fgyellow))))
|
`(gnus-header-subject ((t (:foreground ,fgyellow))))
|
||||||
`(gnus-signature ((t (:foreground ,(color-lighten-name bgdefault 34.6) :slant italic))))
|
`(gnus-signature ((t (:foreground "#696969" :slant italic))))
|
||||||
`(gnus-splash ((t (:foreground ,fgdefault))))
|
`(gnus-splash ((t (:foreground ,fgdefault))))
|
||||||
`(gnus-summary-cancelled ((t (:foreground ,fgyellow :background ,(color-lighten-name bgdefault 17.5)))))
|
`(gnus-summary-cancelled ((t (:foreground ,fgyellow :background "#3d3d3d"))))
|
||||||
`(gnus-summary-high-ancient ((t (:inherit gnus-summary-normal-ancient :weight bold))))
|
`(gnus-summary-high-ancient ((t (:inherit gnus-summary-normal-ancient :weight bold))))
|
||||||
`(gnus-summary-high-read ((t (:inherit gnus-summary-normal-read :weight bold))))
|
`(gnus-summary-high-read ((t (:inherit gnus-summary-normal-read :weight bold))))
|
||||||
`(gnus-summary-high-ticked ((t (:inherit gnus-summary-normal-ticked :weight bold))))
|
`(gnus-summary-high-ticked ((t (:inherit gnus-summary-normal-ticked :weight bold))))
|
||||||
|
@ -126,13 +126,13 @@
|
||||||
`(gnus-summary-low-ticked ((t (:inherit gnus-summary-normal-ticked :slant italic))))
|
`(gnus-summary-low-ticked ((t (:inherit gnus-summary-normal-ticked :slant italic))))
|
||||||
`(gnus-summary-low-unread ((t (:inherit gnus-summary-normal-unread :slant italic))))
|
`(gnus-summary-low-unread ((t (:inherit gnus-summary-normal-unread :slant italic))))
|
||||||
`(gnus-summary-normal-ancient ((t (:foreground ,fgcyan))))
|
`(gnus-summary-normal-ancient ((t (:foreground ,fgcyan))))
|
||||||
`(gnus-summary-normal-read ((t (:foreground ,fggreen))))
|
`(gnus-summary-normal-read ((t (:foreground "#8c8c8c"))))
|
||||||
`(gnus-summary-normal-ticked ((t (:foreground ,fgred))))
|
`(gnus-summary-normal-ticked ((t (:foreground ,fgred))))
|
||||||
`(gnus-summary-normal-unread ((t (:foreground ,(color-lighten-name fgdefault 18.3)))))
|
`(gnus-summary-normal-unread ((t (:foreground ,fgdefault))))
|
||||||
`(gnus-summary-selected ((t (:background ,bgblue :weight bold))))
|
`(gnus-summary-selected ((t (:background ,bgblue :weight bold))))
|
||||||
`(highlight ((t (:background ,(color-lighten-name bgdefault 17.5) ))))
|
`(highlight ((t (:background "#3d3d3d"))))
|
||||||
`(highlight-80+ ((t (:underline (:color ,fgred :style wave) :background unspecified))))
|
`(highlight-80+ ((t (:underline (:color ,fgred :style wave) :background unspecified))))
|
||||||
`(identica-stripe-face ((t (:background ,(color-lighten-name bgdefault 17.5)))))
|
`(identica-stripe-face ((t (:background "#3d3d3d"))))
|
||||||
`(identica-uri-face ((t (:foreground ,fgorange :underline t))))
|
`(identica-uri-face ((t (:foreground ,fgorange :underline t))))
|
||||||
`(identica-username-face ((t (:foreground ,fgblue :weight bold :underline unspecified))))
|
`(identica-username-face ((t (:foreground ,fgblue :weight bold :underline unspecified))))
|
||||||
`(ido-subdir ((t (:foreground ,fgred))))
|
`(ido-subdir ((t (:foreground ,fgred))))
|
||||||
|
@ -150,7 +150,7 @@
|
||||||
`(jabber-roster-user-chatty ((t (:foreground ,fgpink))))
|
`(jabber-roster-user-chatty ((t (:foreground ,fgpink))))
|
||||||
`(jabber-roster-user-dnd ((t (:foreground ,fgred :weight unspecified :slant unspecified))))
|
`(jabber-roster-user-dnd ((t (:foreground ,fgred :weight unspecified :slant unspecified))))
|
||||||
`(jabber-roster-user-error ((t (:foreground ,fgred :slant unspecified :weight bold))))
|
`(jabber-roster-user-error ((t (:foreground ,fgred :slant unspecified :weight bold))))
|
||||||
`(jabber-roster-user-offline ((t (:foreground ,(color-darken-name fgdefault 16) :slant italic))))
|
`(jabber-roster-user-offline ((t (:foreground "#969696" :slant italic))))
|
||||||
`(jabber-roster-user-online ((t (:foreground ,fgblue))))
|
`(jabber-roster-user-online ((t (:foreground ,fgblue))))
|
||||||
`(jabber-roster-user-xa ((t (:foreground ,fgmagenta))))
|
`(jabber-roster-user-xa ((t (:foreground ,fgmagenta))))
|
||||||
`(js2-external-variable ((t (:foreground ,fgmagenta))))
|
`(js2-external-variable ((t (:foreground ,fgmagenta))))
|
||||||
|
@ -169,19 +169,19 @@
|
||||||
`(markdown-header-face-4 ((t (:inherit org-level-4))))
|
`(markdown-header-face-4 ((t (:inherit org-level-4))))
|
||||||
`(markdown-header-face-5 ((t (:inherit org-level-5))))
|
`(markdown-header-face-5 ((t (:inherit org-level-5))))
|
||||||
`(markdown-header-face-6 ((t (:inherit org-level-6))))
|
`(markdown-header-face-6 ((t (:inherit org-level-6))))
|
||||||
`(message-header-cc ((t (:foreground ,(color-darken-name fgdefault 16)))))
|
`(message-header-cc ((t (:foreground "#969696"))))
|
||||||
`(message-header-name ((t (:inherit gnus-header-name))))
|
`(message-header-name ((t (:inherit gnus-header-name))))
|
||||||
`(message-header-newsgroups ((t (:foreground ,(color-darken-name fgdefault 16) :weight bold))))
|
`(message-header-newsgroups ((t (:foreground "#969696" :weight bold))))
|
||||||
`(message-header-other ((t (:inherit gnus-header-content))))
|
`(message-header-other ((t (:inherit gnus-header-content))))
|
||||||
`(message-header-subject ((t (:inherit gnus-header-subject))))
|
`(message-header-subject ((t (:inherit gnus-header-subject))))
|
||||||
`(message-header-to ((t (:foreground ,(color-darken-name fgdefault 16) :weight bold))))
|
`(message-header-to ((t (:foreground "#96969696" :weight bold))))
|
||||||
`(message-header-xheader ((t (:foreground ,(color-lighten-name bgdefault 34.6)))))
|
`(message-header-xheader ((t (:foreground "#696969"))))
|
||||||
`(message-mml ((t (:foreground ,fggreen))))
|
`(message-mml ((t (:foreground ,fggreen))))
|
||||||
`(message-separator ((t (:foreground ,fgblue))))
|
`(message-separator ((t (:foreground ,fgblue))))
|
||||||
`(minibuffer-prompt ((t (:foreground ,fgblue))))
|
`(minibuffer-prompt ((t (:foreground ,fgblue))))
|
||||||
`(mode-line ((t (:background ,(color-saturate-name bgblue 38) :foreground ,(color-lighten-name fgdefault 18.3) :box (:color ,(color-saturate-name bgblue 38) :line-width 2 :style nil)))))
|
`(mode-line ((t (:background "#12366b" :foreground "#ededed" :box (:color "#12366d" :line-width 2 :style nil)))))
|
||||||
`(mode-line-buffer-id ((t (:foreground ,(color-saturate-name fgorange 38) :weight bold))))
|
`(mode-line-buffer-id ((t (:foreground "#d78f24" :weight bold))))
|
||||||
`(mode-line-inactive ((t (:weight normal :background ,(color-lighten-name bgdefault 17.5) :foreground ,fgdefault :box (:color ,(color-lighten-name bgdefault 17.5) :line-width 2 :style nil) :inherit unspecified))))
|
`(mode-line-inactive ((t (:weight normal :background "#3d3d3d" :foreground ,fgdefault :box (:color "#3d3d3d" :line-width 2 :style nil) :inherit unspecified))))
|
||||||
`(org-agenda-calendar-sexp ((t (:foreground ,fgyellow))))
|
`(org-agenda-calendar-sexp ((t (:foreground ,fgyellow))))
|
||||||
`(org-agenda-current-time ((t (:foreground ,fgorange :weight bold))))
|
`(org-agenda-current-time ((t (:foreground ,fgorange :weight bold))))
|
||||||
`(org-agenda-date ((t (:foreground ,bgcyan))))
|
`(org-agenda-date ((t (:foreground ,bgcyan))))
|
||||||
|
@ -189,13 +189,13 @@
|
||||||
`(org-agenda-date-weekend ((t (:foreground ,fgcyan))))
|
`(org-agenda-date-weekend ((t (:foreground ,fgcyan))))
|
||||||
`(org-agenda-structure ((t (:foreground ,fgblue))))
|
`(org-agenda-structure ((t (:foreground ,fgblue))))
|
||||||
`(org-block-background ((t (:background "#222222"))))
|
`(org-block-background ((t (:background "#222222"))))
|
||||||
`(org-block-begin-line ((t (:foreground ,fgdefault :background "#333333" :slant unspecified :underline ,(color-lighten-name bgdefault 34.6)))))
|
`(org-block-begin-line ((t (:foreground ,fgdefault :background "#333333" :slant unspecified :underline "#696969"))))
|
||||||
`(org-block-end-line ((t (:foreground ,fgdefault :background "#333333" :slant unspecified :overline ,(color-lighten-name bgdefault 34.6)))))
|
`(org-block-end-line ((t (:foreground ,fgdefault :background "#333333" :slant unspecified :overline "#696969"))))
|
||||||
`(org-checkbox-statistics-done ((t (:foreground ,bgcyan))))
|
`(org-checkbox-statistics-done ((t (:foreground ,bgcyan))))
|
||||||
`(org-checkbox-statistics-todo ((t (:foreground ,fgcyan))))
|
`(org-checkbox-statistics-todo ((t (:foreground ,fgcyan))))
|
||||||
`(org-date ((t (:foreground ,fgpink :underline unspecified))))
|
`(org-date ((t (:foreground ,fgpink :underline unspecified))))
|
||||||
`(org-document-title ((t (:foreground ,fgorange :height 1.5))))
|
`(org-document-title ((t (:foreground ,fgorange :height 1.5))))
|
||||||
`(org-headline-done ((t (:foreground ,(color-lighten-name fgdefault 18.3) :strike-through t))))
|
`(org-headline-done ((t (:foreground "#ededed" :strike-through t))))
|
||||||
`(org-level-1 ((t (:foreground ,fgred :height 1.4))))
|
`(org-level-1 ((t (:foreground ,fgred :height 1.4))))
|
||||||
`(org-level-2 ((t (:foreground ,fgorange :height 1.2))))
|
`(org-level-2 ((t (:foreground ,fgorange :height 1.2))))
|
||||||
`(org-level-3 ((t (:foreground ,fgyellow :height 1.1))))
|
`(org-level-3 ((t (:foreground ,fgyellow :height 1.1))))
|
||||||
|
@ -216,7 +216,7 @@
|
||||||
`(outline-6 ((t (:inherit org-level-6))))
|
`(outline-6 ((t (:inherit org-level-6))))
|
||||||
`(outline-7 ((t (:inherit org-level-7))))
|
`(outline-7 ((t (:inherit org-level-7))))
|
||||||
`(outline-8 ((t (:inherit org-level-8))))
|
`(outline-8 ((t (:inherit org-level-8))))
|
||||||
`(pp^L-highlight ((t (:box unspecified :foreground ,(color-lighten-name fgdefault 18.3)))))
|
`(pp^L-highlight ((t (:box unspecified :foreground "#ededed"))))
|
||||||
`(rainbow-delimiters-depth-1-face ((t (:foreground ,fgred))))
|
`(rainbow-delimiters-depth-1-face ((t (:foreground ,fgred))))
|
||||||
`(rainbow-delimiters-depth-10-face ((t (:foreground ,fgpink))))
|
`(rainbow-delimiters-depth-10-face ((t (:foreground ,fgpink))))
|
||||||
`(rainbow-delimiters-depth-2-face ((t (:foreground ,fgorange))))
|
`(rainbow-delimiters-depth-2-face ((t (:foreground ,fgorange))))
|
||||||
|
@ -228,7 +228,7 @@
|
||||||
`(rainbow-delimiters-depth-8-face ((t (:foreground ,fgpurple))))
|
`(rainbow-delimiters-depth-8-face ((t (:foreground ,fgpurple))))
|
||||||
`(rainbow-delimiters-depth-9-face ((t (:foreground ,fgmagenta))))
|
`(rainbow-delimiters-depth-9-face ((t (:foreground ,fgmagenta))))
|
||||||
`(rainbow-delimiters-unmatched-face ((t (:background ,bgred :foreground unspecified))))
|
`(rainbow-delimiters-unmatched-face ((t (:background ,bgred :foreground unspecified))))
|
||||||
`(rebase-mode-description-face ((t (:foreground ,(color-lighten-name fgdefault 18.3)))))
|
`(rebase-mode-description-face ((t (:foreground "#ededed"))))
|
||||||
`(region ((t (:background ,bgblue))))
|
`(region ((t (:background ,bgblue))))
|
||||||
`(rst-level-1 ((t (:background unspecified))))
|
`(rst-level-1 ((t (:background unspecified))))
|
||||||
`(rst-level-2 ((t (:background unspecified))))
|
`(rst-level-2 ((t (:background unspecified))))
|
||||||
|
@ -237,23 +237,24 @@
|
||||||
`(rst-level-5 ((t (:background unspecified))))
|
`(rst-level-5 ((t (:background unspecified))))
|
||||||
`(rst-level-6 ((t (:background unspecified))))
|
`(rst-level-6 ((t (:background unspecified))))
|
||||||
`(sh-heredoc ((t (:foreground ,fgorange))))
|
`(sh-heredoc ((t (:foreground ,fgorange))))
|
||||||
`(shadow ((t (:foreground ,(color-darken-name fgdefault 16)))))
|
`(shadow ((t (:foreground "#969696"))))
|
||||||
`(show-paren-match ((t (:inverse-video t))))
|
`(show-paren-match ((t (:inverse-video t))))
|
||||||
`(show-paren-mismatch ((t (:background unspecified :foreground ,fgred))))
|
`(show-paren-mismatch ((t (:background unspecified :foreground ,fgred))))
|
||||||
`(slime-repl-input-face ((t (:foreground ,(color-lighten-name fgdefault 18.3)))))
|
`(slime-repl-input-face ((t (:foreground "#ededed"))))
|
||||||
`(slime-repl-inputed-output-face ((t (:foreground ,(color-lighten-name fgdefault 18.3)))))
|
`(slime-repl-inputed-output-face ((t (:foreground "#ededed"))))
|
||||||
`(slime-repl-output-face ((t (:foreground ,fgdefault))))
|
`(slime-repl-output-face ((t (:foreground ,fgdefault))))
|
||||||
`(slime-repl-prompt-face ((t (:foreground ,fgblue))))
|
`(slime-repl-prompt-face ((t (:foreground ,fgblue))))
|
||||||
`(success ((t (:foreground ,fggreen :weight bold))))
|
`(success ((t (:foreground ,fggreen :weight bold))))
|
||||||
`(term-color-black ((t (:background ,bgdefault :foreground ,(color-lighten-name fgdefault 18.3)))))
|
`(term-color-black ((t (:background ,bgdefault :foreground "#ededed"))))
|
||||||
`(term-color-blue ((t (:background ,bgblue :foreground ,fgblue))))
|
`(term-color-blue ((t (:background ,bgblue :foreground ,fgblue))))
|
||||||
`(term-color-cyan ((t (:background ,bgcyan :foreground ,fgcyan))))
|
`(term-color-cyan ((t (:background ,bgcyan :foreground ,fgcyan))))
|
||||||
`(term-color-green ((t (:background ,bggreen :foreground ,fggreen))))
|
`(term-color-green ((t (:background ,bggreen :foreground ,fggreen))))
|
||||||
`(term-color-magenta ((t (:background ,bgmagenta :foreground ,fgmagenta))))
|
`(term-color-magenta ((t (:background ,bgmagenta :foreground ,fgmagenta))))
|
||||||
`(term-color-red ((t (:background ,bgred :foreground ,fgred))))
|
`(term-color-red ((t (:background ,bgred :foreground ,fgred))))
|
||||||
`(term-color-white ((t (:background ,(color-lighten-name bgdefault 17.5) :foreground ,fgdefault))))
|
`(term-color-white ((t (:background "#3d3d3d" :foreground ,fgdefault))))
|
||||||
`(term-color-yellow ((t (:background ,bgyellow :foreground ,fgyellow))))
|
`(term-color-yellow ((t (:background ,bgyellow :foreground ,fgyellow))))
|
||||||
`(texinfo-heading ((t (:foreground ,fgpink :inherit unspecified :height 1.3))))
|
`(texinfo-heading ((t (:foreground ,fgpink :inherit unspecified :height 1.3))))
|
||||||
|
`(warning ((t (:foreground ,fgorange :weight unspecified))))
|
||||||
`(which-func ((t (:foreground ,fgblue))))
|
`(which-func ((t (:foreground ,fgblue))))
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue