diff options
author | Blendoit <blendoit@gmail.com> | 2020-11-08 20:41:54 -0800 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2020-11-08 20:41:54 -0800 |
commit | d0beff09dbb3aa059de1ead0f155c3756c5f9d7d (patch) | |
tree | 30e27b79e9df0755f553695d49cff0ed63edb529 /themes | |
parent | ec44b98d11c787d115983c068938819e5b1deda6 (diff) |
Minor changes that escaped vc :trollface:
Diffstat (limited to 'themes')
-rw-r--r-- | themes/blendoit-light-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/blendoit-light-theme.el b/themes/blendoit-light-theme.el index 2d916ea..269279f 100644 --- a/themes/blendoit-light-theme.el +++ b/themes/blendoit-light-theme.el @@ -29,7 +29,7 @@ '(font-lock-variable-name-face ((t (:foreground "DarkOrchid3" :weight bold)))) '(font-lock-warning-face ((t (:inherit (error))))) '(fringe ((t (:background "grey95")))) - '(header-line ((t (:weight extra-bold :height 1.8 :family "Jost*")))) + '(header-line ((t (:family "Jost*" :height 1.8 :weight extra-bold)))) '(tooltip ((t (:inherit variable-pitch :background "lightyellow" :foreground "black")))) '(mode-line ((t (:box (:line-width -1 :style released-button) :foreground "white" :background "steel blue" :family "Hermit" :height 1.2)))) '(mode-line-buffer-id ((t (:weight bold)))) |