From b171e954b60558f175ea56d5015a23fa4fdeabaf Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 26 Jun 2024 12:43:33 -0500 Subject: Emacs! I copied my files over wrong or something... anyway here's an updated emacs config --- emacs.d/brianna-theme.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'emacs.d/brianna-theme.el') 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 @@ '(header-line ((t (:background "lavender" :inherit variable-pitch)))) '(minibuffer-prompt ((t (:inherit brianna-prompt)))) '(mode-line ((t (:background "lavender" :inherit variable-pitch)))) - '(mode-line-active ((t ( :box t :background "light goldenrod" + '(mode-line-active ((t ( :box "black" :background "light goldenrod" :inherit mode-line)))) '(mode-line-inactive ((t ( :box "pale goldenrod" :background "pale goldenrod" :inherit mode-line)))) '(tab-bar ((t (:inherit mode-line-inactive)))) - '(tab-bar-tab ((t ( :background "light goldenrod" :box t + '(tab-bar-tab ((t ( :weight bold :underline t :inherit variable-pitch)))) '(tab-bar-tab-inactive ((t ( :background "pale goldenrod" :inherit variable-pitch)))) @@ -165,9 +165,12 @@ ;; Sh '(sh-heredoc ((t ( :background "azure" :extend t :inherit font-lock-string-face)))) + '(sh-quoted-exec ((t ()))) ;; Widgets '(widget-field ((t (:inherit brianna-input-field)))) '(widget-single-line-field ((t (:inherit brianna-input-field)))) + ;; Whitespace-mode + '(whitespace-tab ((t (:foreground "#888")))) ) (provide-theme 'brianna) -- cgit 1.4.1-21-gabe81