diff options
author | Blendoit <blendoit@gmail.com> | 2021-04-19 20:47:14 -0700 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2021-04-19 20:47:14 -0700 |
commit | 1fb913454b0c5acdf8448129f5029e22b759eb9b (patch) | |
tree | 4a5975b6dfe0cbb211db46ead0802fffbaa6460e | |
parent | 82d2678cfffd780c8fccf25ca3167bfb2d6d2d83 (diff) |
Mirror light theme.
-rw-r--r-- | themes/sd-dark-theme.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/sd-dark-theme.el b/themes/sd-dark-theme.el index 9def71d..c3542d9 100644 --- a/themes/sd-dark-theme.el +++ b/themes/sd-dark-theme.el @@ -60,8 +60,8 @@ '(org-ellipsis ((t (:background "grey20" :inherit shadow)))) '(org-footnote ((t (:inherit (link variable-font))))) '(org-formula ((t (:inherit org-table)))) - '(org-level-1 ((t (:weight bold :height 1.8)))) - '(org-level-2 ((t (:weight normal :height 1.6)))) + '(org-level-1 ((t (:height 1.8)))) + '(org-level-2 ((t (:height 1.6)))) '(org-level-3 ((t (:height 1.4)))) '(org-level-4 ((t (:height 1.0)))) '(org-level-5 ((t (:inherit org-level-4)))) @@ -75,7 +75,7 @@ '(org-table ((t (:family "Hack")))) '(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" :weight normal :foundry "Hack")))) + '(org-verbatim ((t (:background "grey20" :foreground "DodgerBlue1" :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)))) |