From 257d6ab99de21c26f5874c5c9b1300cc0798368b Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 1 Jul 2024 04:11:23 +0100 Subject: (Emacs/elisp)~update personal-primary --- Emacs/.config/emacs/elisp/personal-primary-theme.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Emacs/.config/emacs/elisp/personal-primary-theme.el') diff --git a/Emacs/.config/emacs/elisp/personal-primary-theme.el b/Emacs/.config/emacs/elisp/personal-primary-theme.el index 97b0b3e..59dd7fb 100644 --- a/Emacs/.config/emacs/elisp/personal-primary-theme.el +++ b/Emacs/.config/emacs/elisp/personal-primary-theme.el @@ -37,7 +37,7 @@ '(font-lock-type-face ((t (:weight normal :foreground "deepskyblue")))) '(font-lock-variable-name-face ((nil (:foreground "white")))) '(font-lock-warning-face ((t (:inherit (error))))) - '(fringe ((t (:background "grey4")))) + '(fringe ((t (:inherit (default))))) '(haskell-interactive-face-prompt ((t (:foreground "green")))) '(header-line ((t (:box nil :foreground "grey90" :background "grey20" :inherit (mode-line))))) '(highlight ((t (:extend t :background "#222233")))) @@ -53,7 +53,7 @@ '(match ((t (:background "RoyalBlue3")))) '(minibuffer-prompt ((t (:foreground "cyan")))) '(mode-line ((t (:box t :foreground "LightSkyBlue" :background "black" :inherit (default))))) - '(mode-line-inactive ((t (:box nil :weight light :foreground "CadetBlue" :background "grey7" :inherit (default))))) + '(mode-line-inactive ((t (:box nil :weight light :height 1 :foreground "CadetBlue" :background "grey7" :inherit (default))))) '(mode-line-buffer-id ((t (:weight bold)))) '(mode-line-emphasis ((t (:weight bold)))) '(next-error ((t (:inherit (region))))) @@ -75,8 +75,8 @@ '(rainbow-delimiters-depth-5-face ((t (:extend t :foreground "DeepSkyBlue")))) '(rainbow-delimiters-depth-6-face ((t (:extend t :foreground "purple")))) '(rainbow-delimiters-depth-7-face ((t (:extend t :foreground "violet")))) - '(rainbow-delimiters-mismatched-face ((t (:extend t :foreground "white" :background "red1")))) - '(rainbow-delimiters-unmatched-face ((t (:extend t :foreground "white" :background "red1")))) + '(rainbow-delimiters-mismatched-face ((t (:extend t :foreground "white" :background "red4")))) + '(rainbow-delimiters-unmatched-face ((t (:extend t :foreground "white" :background "red3")))) '(rainbow-delimiters-base-error-face ((t (:extend t :foreground "white" :background "red1")))) '(shadow ((((class color grayscale) (min-colors 88) (background light)) (:foreground "grey50")) (((class color grayscale) (min-colors 88) (background dark)) (:foreground "grey70")) -- cgit v1.2.3-13-gbd6f