summaryrefslogtreecommitdiff
path: root/blendoit/themes/blendoit-light-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'blendoit/themes/blendoit-light-theme.el')
-rw-r--r--blendoit/themes/blendoit-light-theme.el44
1 files changed, 22 insertions, 22 deletions
diff --git a/blendoit/themes/blendoit-light-theme.el b/blendoit/themes/blendoit-light-theme.el
index ae3f14f..033881a 100644
--- a/blendoit/themes/blendoit-light-theme.el
+++ b/blendoit/themes/blendoit-light-theme.el
@@ -1,8 +1,10 @@
(deftheme blendoit-light
- "Created 2020-08-16.")
+ "Created 2020-08-22.")
(custom-theme-set-faces
'blendoit-light
+ '(cursor ((t (:background "red"))))
+ '(fixed-pitch ((t (:family "Hack"))))
'(variable-pitch ((t (:family "Liberation Sans"))))
'(escape-glyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown"))))
'(homoglyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown"))))
@@ -40,28 +42,35 @@
'(match ((t (:background "yellow1"))))
'(next-error ((t (:inherit region))))
'(query-replace ((t (:inherit (isearch)))))
+ '(swiper-match-face-1 ((t (:inherit lazy-highlight))))
+ '(swiper-match-face-2 ((t (:inherit (isearch)))))
+ '(swiper-match-face-3 ((t (:inherit isearch))))
+ '(swiper-match-face-4 ((t (:inherit isearch))))
+ '(ivy-minibuffer-match-face-1 ((t (:inherit swiper-match-face-1))))
+ '(ivy-minibuffer-match-face-2 ((t (:inherit swiper-match-face-2))))
+ '(ivy-minibuffer-match-face-3 ((t (:inherit swiper-match-face-3))))
+ '(ivy-minibuffer-match-face-4 ((t (:inherit swiper-match-face-4))))
+ '(ivy-minibuffer-match-highlight ((t (:inherit highlight))))
'(org-formula ((t (:inherit org-table))))
- '(org-meta-line ((t (:foreground "steel blue" :family "Hermit"))))
- '(org-document-title ((t (:weight bold :height 2.0 :family "Hack"))))
+ '(org-meta-line ((t (:foreground "SteelBlue" :family "Hermit"))))
+ '(org-document-title ((t (:weight bold :height 2.0))))
'(org-footnote ((t (:inherit link))))
- '(org-tag ((t (:foreground "steel blue" :underline t :weight bold :family "Hermit"))))
+ '(org-tag ((t (:foreground "SteelBlue" :underline t :weight bold :family "Hermit"))))
'(org-document-info-keyword ((t (:inherit org-meta-line))))
- '(org-code ((t (:background "light grey" :foreground "black"))))
+ '(org-code ((t (:background "light grey" :foreground "black" :family "Hack"))))
'(org-checkbox-statistics-todo ((t (:foreground "tomato" :inherit org-checkbox))))
'(org-checkbox-statistics-done ((t (:foreground "ForestGreen" :inherit org-checkbox))))
'(org-verbatim ((t (:inherit shadow))))
'(font-lock-doc-face ((t (:Family "Liberation Sans" :inherit font-lock-string-face))))
- '(cursor ((t (:background "red"))))
'(org-document-info ((t (:weight bold))))
- '(fixed-pitch ((t (:family "Hack"))))
'(org-table ((t (:foreground "SteelBlue" :inherit fixed-pitch))))
'(org-block ((t (:family "Hermit"))))
'(org-special-keyword ((t (:inherit org-meta-line))))
- '(org-level-1 ((t (:foreground "dim gray" :weight bold :height 1.6 :family "Hack"))))
- '(org-level-2 ((t (:foreground "dark gray" :weight bold :height 1.4 :family "Hack"))))
- '(org-level-3 ((t (:foreground "gray" :weight bold :height 1.2 :family "Hack"))))
- '(org-level-4 ((t (:foreground "light gray" :weight bold :height 1.1 :family "Hack"))))
- '(org-level-5 ((t (:foreground "gainsboro" :weight bold :height 1.0 :family "Hack"))))
+ '(org-level-1 ((t (:foreground "black" :weight bold :height 1.6))))
+ '(org-level-2 ((t (:foreground "gray30" :weight bold :height 1.4))))
+ '(org-level-3 ((t (:foreground "gray45" :weight bold :height 1.2))))
+ '(org-level-4 ((t (:foreground "gray60" :weight bold :height 1.1))))
+ '(org-level-5 ((t (:foreground "gray75" :weight bold :height 1.0))))
'(org-level-6 ((t (:inherit org-level-5))))
'(org-level-7 ((t (:inherit org-level-5))))
'(org-level-8 ((t (:inherit org-level-5))))
@@ -69,17 +78,8 @@
'(org-todo ((t (:background "tomato" :foreground "White" :weight bold :height 1.2 :family "Hermit"))))
'(org-done ((t (:background "ForestGreen" :foreground "White" :weight bold :height 1.2 :family "Hermit"))))
'(org-date ((t (:inherit org-tag))))
- '(swiper-match-face-1 ((t (:inherit lazy-highlight))))
- '(swiper-match-face-2 ((t (:inherit (isearch)))))
- '(swiper-match-face-4 ((t (:inherit isearch))))
- '(swiper-match-face-3 ((t (:inherit isearch))))
- '(ivy-minibuffer-match-face-1 ((t (:inherit lazy-highlight))))
- '(ivy-minibuffer-match-face-2 ((t (:inherit isearch))))
- '(ivy-minibuffer-match-face-3 ((t (:inherit lazy-highlight))))
- '(ivy-minibuffer-match-face-4 ((t (:inherit isearch))))
- '(ivy-minibuffer-match-highlight ((t (:inherit highlight))))
'(Info-quoted ((t (:inherit org-block))))
'(org-priority ((t (:weight bold :inherit org-meta-line))))
- '(default ((t (:background "white" :foreground "black" :height 120 :family "Hack")))))
+ '(default ((t (:background "white" :foreground "black" :height 140 :family "Hack")))))
(provide-theme 'blendoit-light)
Copyright 2019--2024 Marius PETER