(Emacs/config|elisp)+custom light theme with switches in config.org
This commit is contained in:
@@ -73,8 +73,9 @@
|
||||
'(orderless-match-face-1 ((t (:weight bold :foreground "light green"))))
|
||||
'(orderless-match-face-2 ((t (:weight bold :foreground "forest green"))))
|
||||
'(orderless-match-face-3 ((t (:weight bold :foreground "dark green"))))
|
||||
'(org-block ((t (:inherit shadow))))
|
||||
'(org-block ((t (:inherit default))))
|
||||
'(org-code ((t (:foreground "green3"))))
|
||||
'(org-hide ((t (:foreground "black"))))
|
||||
'(org-quote ((t (:slant italic))))
|
||||
'(org-verbatim ((t (:foreground "red3"))))
|
||||
'(outline-1 ((t (:inherit default :foreground "#db5823"))))
|
||||
@@ -102,15 +103,12 @@
|
||||
'(rainbow-delimiters-unmatched-face ((t (:extend t :foreground "white" :background "red3"))))
|
||||
'(region ((t (:extend t :background "grey25"))))
|
||||
'(secondary-selection ((t (:extend t :background "SkyBlue4"))))
|
||||
'(shadow ((((class color grayscale) (min-colors 88) (background light)) (:foreground "grey50"))
|
||||
(((class color grayscale) (min-colors 88) (background dark)) (:foreground "grey70"))
|
||||
(((class color) (min-colors 8) (background light)) (:foreground "green"))
|
||||
(((class color) (min-colors 8) (background dark)) (:foreground "yellow"))))
|
||||
'(shadow ((t (:foreground "grey70"))))
|
||||
'(show-paren-match ((t (:foreground unspecified :foreground "#55ec55" :weight bold))))
|
||||
'(show-paren-mismatch ((t (:foreground "#01323d" :background "#ec1111" :weight bold))))
|
||||
'(tab-bar ((t (:background "grey13"))))
|
||||
'(tab-bar-tab ((t (:background "grey20" :foreground "white" :box (:color )))))
|
||||
'(tab-bar-tab-inactive ((t (:background "grey13" :foreground "DimGrey"))))
|
||||
'(tab-bar ((t (:background "black"))))
|
||||
'(tab-bar-tab ((t (:background "grey5" :foreground "white" :box (:line-width 2 :color "grey19")))))
|
||||
'(tab-bar-tab-inactive ((t (:background "black" :foreground "DimGrey"))))
|
||||
'(tooltip ((t (:foreground "black" :background "lightyellow" :inherit (variable-pitch)))))
|
||||
'(trailing-whitespace ((t (:background "red1"))))
|
||||
'(whitespace-line ((t (:background "black" :foreground "violet"))))
|
||||
|
||||
Reference in New Issue
Block a user