diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-07-31 17:49:52 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-07-31 17:49:52 +0100 |
commit | 714e8d74ec05f44739f865e9389034180392abe7 (patch) | |
tree | 2e0a198e4d6f24e8b6ca6b77797052558330639e /Emacs/.config/emacs/elisp/personal-solarized-theme.el | |
parent | a1b6ba53b612775b70badef722e0c9703dac178c (diff) | |
download | dotfiles-714e8d74ec05f44739f865e9389034180392abe7.tar.gz dotfiles-714e8d74ec05f44739f865e9389034180392abe7.tar.bz2 dotfiles-714e8d74ec05f44739f865e9389034180392abe7.zip |
Big push
Diffstat (limited to 'Emacs/.config/emacs/elisp/personal-solarized-theme.el')
-rw-r--r-- | Emacs/.config/emacs/elisp/personal-solarized-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emacs/.config/emacs/elisp/personal-solarized-theme.el b/Emacs/.config/emacs/elisp/personal-solarized-theme.el index f2c248f..962ab10 100644 --- a/Emacs/.config/emacs/elisp/personal-solarized-theme.el +++ b/Emacs/.config/emacs/elisp/personal-solarized-theme.el @@ -106,7 +106,7 @@ (((class color grayscale) (min-colors 88) (background dark)) (:foreground "grey70")) (((class color) (min-colors 8) (background light)) (:foreground "green")) (((class color) (min-colors 8) (background dark)) (:foreground "yellow")))) - '(show-paren-match ((t (:foreground unspecified :background "#55ec55" :weight bold)))) + '(show-paren-match ((t (:foreground unspecified :foreground "#55ec55" :weight bold)))) '(show-paren-mismatch ((t (:foreground "#01323d" :background "#ec1111" :weight bold)))) '(tab-bar ((t (:background "grey13")))) '(tab-bar-tab ((t (:background "grey20" :foreground "white" :box (:color ))))) |