aboutsummaryrefslogtreecommitdiff
path: root/Emacs
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-07-01 04:11:23 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-07-01 04:16:05 +0100
commit257d6ab99de21c26f5874c5c9b1300cc0798368b (patch)
treec90d035f8cff9dd50d4b3e57b2f0ca9f6c337b3e /Emacs
parent393038643a5dee5adc0d7c084e0a669ffc404269 (diff)
downloaddotfiles-257d6ab99de21c26f5874c5c9b1300cc0798368b.tar.gz
dotfiles-257d6ab99de21c26f5874c5c9b1300cc0798368b.tar.bz2
dotfiles-257d6ab99de21c26f5874c5c9b1300cc0798368b.zip
(Emacs/elisp)~update personal-primary
Diffstat (limited to 'Emacs')
-rw-r--r--Emacs/.config/emacs/elisp/personal-primary-theme.el8
1 files changed, 4 insertions, 4 deletions
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"))