about summary refs log tree commit diff stats
path: root/emacs.d/brianna-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/brianna-theme.el')
-rw-r--r--emacs.d/brianna-theme.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/emacs.d/brianna-theme.el b/emacs.d/brianna-theme.el index 0b16a41..43223f6 100644 --- a/emacs.d/brianna-theme.el +++ b/emacs.d/brianna-theme.el
@@ -93,12 +93,12 @@
93 '(header-line ((t (:background "lavender" :inherit variable-pitch)))) 93 '(header-line ((t (:background "lavender" :inherit variable-pitch))))
94 '(minibuffer-prompt ((t (:inherit brianna-prompt)))) 94 '(minibuffer-prompt ((t (:inherit brianna-prompt))))
95 '(mode-line ((t (:background "lavender" :inherit variable-pitch)))) 95 '(mode-line ((t (:background "lavender" :inherit variable-pitch))))
96 '(mode-line-active ((t ( :box t :background "light goldenrod" 96 '(mode-line-active ((t ( :box "black" :background "light goldenrod"
97 :inherit mode-line)))) 97 :inherit mode-line))))
98 '(mode-line-inactive ((t ( :box "pale goldenrod" :background "pale goldenrod" 98 '(mode-line-inactive ((t ( :box "pale goldenrod" :background "pale goldenrod"
99 :inherit mode-line)))) 99 :inherit mode-line))))
100 '(tab-bar ((t (:inherit mode-line-inactive)))) 100 '(tab-bar ((t (:inherit mode-line-inactive))))
101 '(tab-bar-tab ((t ( :background "light goldenrod" :box t 101 '(tab-bar-tab ((t ( :weight bold :underline t
102 :inherit variable-pitch)))) 102 :inherit variable-pitch))))
103 '(tab-bar-tab-inactive ((t ( :background "pale goldenrod" 103 '(tab-bar-tab-inactive ((t ( :background "pale goldenrod"
104 :inherit variable-pitch)))) 104 :inherit variable-pitch))))
@@ -165,9 +165,12 @@
165 ;; Sh 165 ;; Sh
166 '(sh-heredoc ((t ( :background "azure" :extend t 166 '(sh-heredoc ((t ( :background "azure" :extend t
167 :inherit font-lock-string-face)))) 167 :inherit font-lock-string-face))))
168 '(sh-quoted-exec ((t ())))
168 ;; Widgets 169 ;; Widgets
169 '(widget-field ((t (:inherit brianna-input-field)))) 170 '(widget-field ((t (:inherit brianna-input-field))))
170 '(widget-single-line-field ((t (:inherit brianna-input-field)))) 171 '(widget-single-line-field ((t (:inherit brianna-input-field))))
172 ;; Whitespace-mode
173 '(whitespace-tab ((t (:foreground "#888"))))
171 ) 174 )
172 175
173(provide-theme 'brianna) 176(provide-theme 'brianna)