diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-05-09 00:02:45 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-05-09 00:02:45 +0100 |
commit | d0605b049853320c94b1558f2e723f81978a1ad1 (patch) | |
tree | 337844dd005ed07fc043f320c18ae0e321d02e85 /Emacs/.config/emacs/elisp/personal-solarized-theme.el | |
parent | 5443f6f6379cafa8dd780bec75eab1884e50337d (diff) | |
download | dotfiles-d0605b049853320c94b1558f2e723f81978a1ad1.tar.gz dotfiles-d0605b049853320c94b1558f2e723f81978a1ad1.tar.bz2 dotfiles-d0605b049853320c94b1558f2e723f81978a1ad1.zip |
Reset-font-size on theme load rather than setting it in theme
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 780af03..d0b4cd9 100644 --- a/Emacs/.config/emacs/elisp/personal-solarized-theme.el +++ b/Emacs/.config/emacs/elisp/personal-solarized-theme.el @@ -81,7 +81,7 @@ '(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 120)))) + :background "black" :inherit (default))))) '(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 |