diff options
author | Blendoit <blendoit@gmail.com> | 2020-11-03 18:54:55 -0800 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2020-11-03 18:54:55 -0800 |
commit | b86c38b9a0c01f9488e88e085d8d4eb19e7b3771 (patch) | |
tree | 38ca3e307c559102473def53d77ea775fbf1aae8 /themes | |
parent | 373972407d8200d94731e5bc1f515d3b18c81648 (diff) |
Misc. changes
Diffstat (limited to 'themes')
-rw-r--r-- | themes/blendoit-light-theme.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/blendoit-light-theme.el b/themes/blendoit-light-theme.el index b70a94e..c780c07 100644 --- a/themes/blendoit-light-theme.el +++ b/themes/blendoit-light-theme.el @@ -1,5 +1,5 @@ (deftheme blendoit-light - "Created 2020-10-25.") + "Created 2020-11-03.") (custom-theme-set-faces 'blendoit-light @@ -29,9 +29,9 @@ '(font-lock-variable-name-face ((t (:foreground "sienna")))) '(font-lock-warning-face ((t (:inherit (error))))) '(fringe ((t (:background "grey95")))) - '(header-line ((t (:inherit mode-line :background "grey90" :foreground "grey20" :box nil)))) + '(header-line ((t (:box nil :inherit mode-line :background "grey90" :foreground "grey20")))) '(tooltip ((t (:foreground "black" :background "lightyellow" :inherit (variable-pitch))))) - '(mode-line ((t (:family "Hermit" :background "steel blue" :foreground "white" :box (:line-width -1 :style released-button))))) + '(mode-line ((t (:family "Hack" :background "steel blue" :foreground "white" :box (:line-width -1 :style released-button))))) '(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))))) |