1

Enable adwaita-dark-theme eldoc-frame config

This commit is contained in:
Jessie Hildebrandt 2023-12-08 08:07:32 -05:00
parent 0872c1aaec
commit f1d400ae83

View File

@ -868,6 +868,7 @@ DOCSTRING is an optional form that is discarded upon expansion."
(eval-after-load 'diff-hl #'adwaita-dark-theme-diff-hl-fringe-bmp-enable)
(eval-after-load 'flymake #'adwaita-dark-theme-flymake-fringe-bmp-enable)
(eval-after-load 'neotree #'adwaita-dark-theme-neotree-configuration-enable)
(eval-after-load 'eldoc-frame #'adwaita-dark-theme-eldoc-frame-configuration-enable)
:custom
(adwaita-dark-theme-pad-tab-bar t "Enable visual padding for tab bars")
(adwaita-dark-theme-pad-tab-line t "Enable visual padding for tab lines")