From d6b731fcea1e9968c1b43e63ffc89951f893c702 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 7 Jun 2025 18:32:56 +0200 Subject: [PATCH] Make active mode-line stand out more I often struggle to find the currently active window, so let's try this. --- init.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 6d50801..2e89a37 100644 --- a/init.el +++ b/init.el @@ -2135,9 +2135,10 @@ Note that this workaround is incomplete, as explained in this comment." (use-package solarized-theme :ensure t - :init (setq solarized-use-less-bold t - solarized-emphasize-indicators t - solarized-use-variable-pitch nil)) + :init (setopt solarized-use-less-bold t + solarized-emphasize-indicators t + solarized-use-variable-pitch nil + solarized-high-contrast-mode-line t)) (use-package solarized-dark-theme :defer t