summaryrefslogtreecommitdiff
path: root/themes/sd-light-theme.el
diff options
context:
space:
mode:
authorMarius Peter <marius.peter@tutanota.com>2021-08-14 21:42:55 -0700
committerMarius Peter <marius.peter@tutanota.com>2021-08-14 21:42:55 -0700
commit515558c11defeee18b107325cc14d7f7d70a38aa (patch)
tree63127ef1bccd26d18f9170befb65183cd50b4b52 /themes/sd-light-theme.el
parentfcfa872b95c6dec033fc396d9d4ce00c4d66e5ef (diff)
Themes.
Diffstat (limited to 'themes/sd-light-theme.el')
-rw-r--r--themes/sd-light-theme.el10
1 files changed, 7 insertions, 3 deletions
diff --git a/themes/sd-light-theme.el b/themes/sd-light-theme.el
index 404f5fa..6ad85c5 100644
--- a/themes/sd-light-theme.el
+++ b/themes/sd-light-theme.el
@@ -1,5 +1,9 @@
(deftheme sd-light
- "Created 2021-05-16.")
+ "Created 2021-08-13.")
+
+(custom-theme-set-variables
+ 'sd-light
+ '(cursor-type 'bar))
(custom-theme-set-faces
'sd-light
@@ -29,7 +33,7 @@
'(font-lock-variable-name-face ((t (:foreground "DarkOrchid3" :weight bold))))
'(font-lock-warning-face ((t (:inherit (error)))))
'(fringe ((t (:background "gainsboro"))))
- '(header-line ((t (:inherit org-meta-line :weight extra-bold :height 1.8))))
+ '(header-line ((t (:height 1.8 :weight extra-bold :inherit org-meta-line))))
'(highlight ((t (:background "LightSkyBlue1"))))
'(homoglyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown"))))
'(isearch ((t (:background "DodgerBlue1" :foreground "white"))))
@@ -97,6 +101,6 @@
'(swiper-background-match-face-3 ((t (:background "orange"))))
'(swiper-background-match-face-4 ((t (:background "magenta"))))
'(org-headline-done ((t (:foreground "LightSteelBlue3" :height 1.6))))
- '(default ((t (:background "white" :foreground "dark slate blue" :height 142 :family "Hack")))))
+ '(default ((t (:background "white" :foreground "black" :height 142 :family "Hack")))))
(provide-theme 'sd-light)
Copyright 2019--2024 Marius PETER