diff options
Diffstat (limited to 'themes/WIP-theme.el')
| -rw-r--r-- | themes/WIP-theme.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/themes/WIP-theme.el b/themes/WIP-theme.el index 7837f01e..860aa919 100644 --- a/themes/WIP-theme.el +++ b/themes/WIP-theme.el @@ -43,8 +43,8 @@ '(mode-line-highlight ((t (:foreground "#e6ce88" :background "#424f5e")))) '(mode-line-inactive ((t (:inherit mode-line :foreground "#100f0f" :box (:line-width 1 :color "#54677d"))))) '(fringe ((t (:foreground "#f3e7c5" :weight bold)))) - '(line-number ((t (:foreground "#54677d")))) - '(line-number-current-line ((t (:foreground "#e6ce88")))) + '(line-number ((t (:foreground "#54677d" :height 130)))) + '(line-number-current-line ((t (:foreground "#e6ce88" :height 130)))) '(minibuffer-prompt ((t (:foreground "#899bb1" :weight bold)))) '(isearch ((t (:background "#4a4b4f")))) '(lazy-highlight ((t (:background "#4a4b4f")))) @@ -56,6 +56,8 @@ '(warning ((t (:foreground "#ab8d2e" :weight bold)))) '(success ((t (:foreground "#74932f" :weight bold)))) '(vertical-border ((t (:foreground "#4a4b4f")))) + '(tab-bar ((t (:height 130)))) + '(tab-line ((t (:height 130)))) '(org-document-title ((t (:foreground "#ab8d2e" :background "#100f0f" :weight bold :height 1.2)))) '(org-document-info ((t (:foreground "#ab8d2e" :background "#100f0f" :height 1.15)))) '(org-document-info-keyword ((t (:foreground "#7c838a" :background "#100f0f")))) |
