From cc8761911930d35c11a1047e3fbba15585eb7fff Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sat, 5 Apr 2025 19:43:50 +0100 Subject: Adjust font size in Emacs --- Emacs/.config/emacs/elisp/personal-solarized-theme.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Emacs/.config/emacs/elisp/personal-solarized-theme.el') diff --git a/Emacs/.config/emacs/elisp/personal-solarized-theme.el b/Emacs/.config/emacs/elisp/personal-solarized-theme.el index dcd4e98..780af03 100644 --- a/Emacs/.config/emacs/elisp/personal-solarized-theme.el +++ b/Emacs/.config/emacs/elisp/personal-solarized-theme.el @@ -80,8 +80,8 @@ '(link-visited ((t (:foreground "violet" :inherit (link))))) '(match ((t (:background "RoyalBlue3")))) '(minibuffer-prompt ((t (:foreground "cyan")))) - '(mode-line ((t (:box (:line-width 1 :color "white") :foreground "LightSkyBlue" - :background "black" :inherit (default) :height 130)))) + `(mode-line ((t (:box (:line-width 1 :color "white") :foreground "LightSkyBlue" + :background "black" :inherit (default) :height 120)))) '(mode-line-buffer-id ((t (:weight bold)))) '(mode-line-emphasis ((t (:weight bold)))) '(mode-line-inactive ((t (:box (:line-width 1 :color "grey10") :weight light @@ -127,7 +127,7 @@ '(region ((t (:extend t :background "grey25")))) '(secondary-selection ((t (:extend t :background "SkyBlue4")))) '(shadow ((t (:foreground "grey70")))) - '(show-paren-match ((t (:foreground unspecified :foreground "#55ec55" + '(show-paren-match ((t (:foreground unspecified :background "green4" :weight bold)))) '(show-paren-mismatch ((t (:foreground "#01323d" :background "#ec1111" :weight bold)))) -- cgit v1.2.3-13-gbd6f