diff options
Diffstat (limited to 'themes/WIP-theme.el')
| -rw-r--r-- | themes/WIP-theme.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/WIP-theme.el b/themes/WIP-theme.el index 5f4bda2ae..5411cd4be 100644 --- a/themes/WIP-theme.el +++ b/themes/WIP-theme.el @@ -37,11 +37,11 @@ '(font-lock-misc-punctuation-face ((t (:foreground "#dce0e3")))) '(cursor ((t (:foreground "#100f0f" :background "#bac1c8")))) '(region ((t (:foreground "#100f0f" :background "#ab8d2e")))) - '(hl-line ((t (:background "#222223")))) + '(hl-line ((t (:inherit highlight :background "#222223")))) '(highlight ((t (:foreground "#eddba7" :weight bold)))) '(mode-line ((t (:foreground "#cbd0d6" :background "#424f5e" :box (:line-width 1 :color "#a9b2bb"))))) - '(mode-line-inactive ((t (:foreground "#100f0f" :background "#100f0f")))) '(mode-line-highlight ((t (:foreground "#e6ce88" :background "#424f5e")))) + '(mode-line-inactive ((t (:inherit mode-line :foreground "#100f0f" :background "#100f0f")))) '(fringe ((t (:foreground "#f3e7c5" :background "#100f0f" :weight bold)))) '(line-number ((t (:foreground "#54677d" :background "#100f0f")))) '(line-number-current-line ((t (:foreground "#e6ce88" :background "#100f0f")))) @@ -262,7 +262,7 @@ '(ghostel-color-bright-white ((t (:foreground "#edeff1")))) '(auto-dim-other-buffers ((t (:foreground "#777980")))) '(auto-dim-other-buffers-hide ((t (:foreground "#0a0c0d")))) - '(dashboard-banner-logo-title ((t (:inherit default :foreground "#dab53d" :background "#100f0f" :weight bold :slant italic)))) + '(dashboard-banner-logo-title ((t (:inherit default :foreground "#dab53d" :background "#100f0f" :weight bold :slant italic :height 1.15)))) '(dashboard-text-banner ((t (:inherit default :foreground "#dab53d")))) '(dashboard-heading ((t (:inherit font-lock-keyword-face :foreground "#67809c" :background "#100f0f" :weight bold :slant italic)))) '(dashboard-items-face ((t (:inherit widget-button)))) |
