summaryrefslogtreecommitdiff
path: root/themes/sd-light-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'themes/sd-light-theme.el')
-rw-r--r--themes/sd-light-theme.el26
1 files changed, 13 insertions, 13 deletions
diff --git a/themes/sd-light-theme.el b/themes/sd-light-theme.el
index b466c8a..87c3cac 100644
--- a/themes/sd-light-theme.el
+++ b/themes/sd-light-theme.el
@@ -15,11 +15,11 @@
'(fixed-pitch ((t (:family "Hack"))))
'(font-lock-builtin-face ((t (:foreground "medium purple"))))
'(font-lock-comment-delimiter-face ((t (:inherit fixed-pitch :foreground "slate gray"))))
- '(font-lock-comment-face ((t (:foreground "light slate gray" :slant italic))))
+ '(font-lock-comment-face ((t (:inherit fixed-pitch :foreground "light slate gray" :slant italic))))
'(font-lock-constant-face ((t (:foreground "MediumOrchid4"))))
- '(font-lock-doc-face ((t (:inherit variable-pitch :foreground "black"))))
- '(font-lock-function-name-face ((t (:foreground "DarkOrchid4" :weight bold))))
- '(font-lock-keyword-face ((t (:foreground "medium violet red"))))
+ '(font-lock-doc-face ((t (:weight normal :inherit variable-pitch :foreground "black"))))
+ '(font-lock-function-name-face ((t (:foreground "medium violet red" :weight bold))))
+ '(font-lock-keyword-face ((t (:foreground "violet"))))
'(font-lock-negation-char-face ((t nil)))
'(font-lock-preprocessor-face ((t (:inherit font-lock-builtin-face))))
'(font-lock-regexp-grouping-backslash ((t (:inherit bold :foreground "dark orange"))))
@@ -46,7 +46,7 @@
'(mode-line-buffer-id ((t (:weight bold))))
'(mode-line-emphasis ((t (:weight bold))))
'(mode-line-highlight ((t (:box (:line-width 2 :color "grey40" :style released-button)))))
- '(mode-line-inactive ((t (:box (:line-width -1 :color "gainsboro") :foreground "gainsboro" :background "SteelBlue4" :family "Hack" :height 1.2))))
+ '(mode-line-inactive ((t (:height 1.2 :family "Hack" :background "SteelBlue4" :foreground "gainsboro" :box (:line-width -1 :color "gainsboro")))))
'(next-error ((t (:inherit region))))
'(org-block ((t (:foreground "light slate blue" :background "smoke" :inherit fixed-pitch))))
'(org-checkbox ((t (:weight bold :inherit org-meta-line))))
@@ -63,19 +63,19 @@
'(org-level-1 ((t (:weight bold :height 1.8))))
'(org-level-2 ((t (:height 1.6))))
'(org-level-3 ((t (:height 1.4))))
- '(org-level-4 ((t (:height 1.2))))
- '(org-level-5 ((t (:height 1.1))))
- '(org-level-6 ((t (:inherit org-level-5))))
- '(org-level-7 ((t (:inherit org-level-5))))
- '(org-level-8 ((t (:inherit org-level-5))))
+ '(org-level-4 ((t (:height 1.0))))
+ '(org-level-5 ((t (:inherit org-level-4))))
+ '(org-level-6 ((t (:inherit org-level-4))))
+ '(org-level-7 ((t (:inherit org-level-4))))
+ '(org-level-8 ((t (:inherit org-level-4))))
'(org-meta-line ((t (:foreground "SteelBlue" :family "Hermit"))))
'(org-priority ((t (:background "white" :inherit org-meta-line))))
'(org-quote ((t (:inherit variable-pitch :slant italic))))
'(org-special-keyword ((t (:background "white" :weight bold :inherit org-meta-line))))
'(org-table ((t (:family "Hack"))))
- '(org-tag ((t (:inherit link))))
+ '(org-tag ((t (:inherit (link fixed-pitch)))))
'(org-todo ((t (:background "coral" :foreground "white" :weight bold :height 1.4 :family "Hermit"))))
- '(org-verbatim ((t (:foreground "DodgerBlue1" :foundry "Hack"))))
+ '(org-verbatim ((t (:foreground "DodgerBlue1" :weight normal :foundry "Hack"))))
'(query-replace ((t (:inherit (isearch)))))
'(region ((t (:background "gainsboro"))))
'(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))))
@@ -91,6 +91,6 @@
'(show-paren-match ((t (:inherit highlight))))
'(show-paren-mismatch ((t (:background "red" :foreground "white"))))
'(widget-field ((t (:extend t :background "LightSteelBlue2"))))
- '(default ((t (:background "white" :foreground "black" :height 140 :family "Hack")))))
+ '(default ((t (:background "white" :foreground "black" :height 142 :family "Hack")))))
(provide-theme 'sd-light)
Copyright 2019--2024 Marius PETER