summaryrefslogtreecommitdiff
path: root/blendoit/themes/blendoit-light-theme.el
diff options
context:
space:
mode:
authorBlendoit <blendoit@gmail.com>2020-08-11 18:30:03 -0700
committerBlendoit <blendoit@gmail.com>2020-08-11 18:30:03 -0700
commit0898dcd51db89960e9bd44bed98ca138d51c8969 (patch)
tree5a2c035a6df7f796efa180a10818df3bba2266c2 /blendoit/themes/blendoit-light-theme.el
parenta69ff789a488a31f6f6b4f7fc34ef32a3a667a0d (diff)
Roll templates from ~/org/ to ~/.emacs.d
Diffstat (limited to 'blendoit/themes/blendoit-light-theme.el')
-rw-r--r--blendoit/themes/blendoit-light-theme.el23
1 files changed, 13 insertions, 10 deletions
diff --git a/blendoit/themes/blendoit-light-theme.el b/blendoit/themes/blendoit-light-theme.el
index 9131a6c..d9b93f4 100644
--- a/blendoit/themes/blendoit-light-theme.el
+++ b/blendoit/themes/blendoit-light-theme.el
@@ -1,5 +1,5 @@
(deftheme blendoit-light
- "Created 2020-08-09.")
+ "Created 2020-08-11.")
(custom-theme-set-faces
'blendoit-light
@@ -10,12 +10,12 @@
'(minibuffer-prompt ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "medium blue"))))
'(highlight ((t (:underline nil :foreground "#ffffff" :background "#454545"))))
'(region ((t (:background "light gray"))))
- '(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 "dark gray"))))
'(secondary-selection ((((class color) (min-colors 88) (background light)) (:background "yellow1")) (((class color) (min-colors 88) (background dark)) (:background "SkyBlue4")) (((class color) (min-colors 16) (background light)) (:background "yellow")) (((class color) (min-colors 16) (background dark)) (:background "SkyBlue4")) (((class color) (min-colors 8)) (:foreground "black" :background "cyan")) (t (:inverse-video t))))
'(trailing-whitespace ((((class color) (background light)) (:background "red1")) (((class color) (background dark)) (:background "red1")) (t (:inverse-video t))))
'(font-lock-builtin-face ((((class grayscale) (background light)) (:weight bold :foreground "LightGray")) (((class grayscale) (background dark)) (:weight bold :foreground "DimGray")) (((class color) (min-colors 88) (background light)) (:foreground "dark slate blue")) (((class color) (min-colors 88) (background dark)) (:foreground "LightSteelBlue")) (((class color) (min-colors 16) (background light)) (:foreground "Orchid")) (((class color) (min-colors 16) (background dark)) (:foreground "LightSteelBlue")) (((class color) (min-colors 8)) (:weight bold :foreground "blue")) (t (:weight bold))))
- '(font-lock-comment-delimiter-face ((t (:inherit font-lock-comment-face :foreground "dim gray"))))
- '(font-lock-comment-face ((t (:foreground "dark gray" :slant italic))))
+ '(font-lock-comment-delimiter-face ((t (:foreground "dim gray" :inherit font-lock-comment-face))))
+ '(font-lock-comment-face ((t (:inherit variable-pitch :foreground "slate gray" :slant italic))))
'(font-lock-constant-face ((t (:foreground "dark cyan"))))
'(font-lock-function-name-face ((((class color) (min-colors 88) (background light)) (:foreground "Blue1")) (((class color) (min-colors 88) (background dark)) (:foreground "LightSkyBlue")) (((class color) (min-colors 16) (background light)) (:foreground "Blue")) (((class color) (min-colors 16) (background dark)) (:foreground "LightSkyBlue")) (((class color) (min-colors 8)) (:weight bold :foreground "blue")) (t (:weight bold :inverse-video t))))
'(font-lock-keyword-face ((t (:foreground "DodgerBlue4"))))
@@ -23,7 +23,7 @@
'(font-lock-preprocessor-face ((t (:inherit (font-lock-builtin-face)))))
'(font-lock-regexp-grouping-backslash ((t (:inherit (bold)))))
'(font-lock-regexp-grouping-construct ((t (:inherit (bold)))))
- '(font-lock-string-face ((t (:foreground "DeepSkyBlue3"))))
+ '(font-lock-string-face ((t (:foreground "DodgerBlue1"))))
'(font-lock-type-face ((t (:foreground "ForestGreen"))))
'(font-lock-variable-name-face ((t (:foreground "sienna"))))
'(font-lock-warning-face ((t (:inherit (error)))))
@@ -58,11 +58,14 @@
'(link ((t (:foreground "blue" :underline t))))
'(org-document-info-keyword ((t (:inherit org-meta-line))))
'(dashboard-heading ((t (:inherit font-lock-keyword-face))))
- '(org-todo ((t (:weight bold :box nil :foreground "Red1"))))
- '(org-done ((t (:weight bold :box nil :foreground "ForestGreen"))))
- '(font-lock-doc-face ((t (:foreground "steel blue" :inherit default))))
+ '(org-todo ((t (:foreground "Red1" :box 2 :weight bold))))
+ '(org-done ((t (:foreground "ForestGreen" :box 2 :weight bold))))
'(org-code ((t (:inherit default :background "light grey" :foreground "black"))))
- '(org-verbatim ((t (:inherit org-meta-line))))
- '(default ((t (:background "white" :foreground "black" :height 142 :family "Liberation Mono")))))
+ '(org-checkbox-statistics-todo ((t (:inherit org-todo :box nil))))
+ '(org-checkbox-statistics-done ((t (:inherit org-done :box nil))))
+ '(org-verbatim ((t (:inherit shadow))))
+ '(font-lock-doc-face ((t (:inherit font-lock-string-face))))
+ '(default ((t (:background "white" :foreground "black" :height 120 :family "Liberation Mono"))))
+ '(cursor ((t (:background "orange red")))))
(provide-theme 'blendoit-light)
Copyright 2019--2024 Marius PETER