From 8e6c33de657e11c8283e92477cface0e089b9669 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Wed, 27 Dec 2023 14:08:45 +0100 Subject: [PATCH] Define mode-line-inactive face --- bundle/bundle--gui.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bundle/bundle--gui.el b/bundle/bundle--gui.el index 167c42f5..a764a635 100644 --- a/bundle/bundle--gui.el +++ b/bundle/bundle--gui.el @@ -75,6 +75,10 @@ :box '(:line-width (1 . 8) :color "#1d2026" :style flat-button) :weight 'bold) +(set-face-attribute 'mode-line-inactive nil + :box '(:line-width (1 . 8) :style flat-button) + :weight 'normal) + (use-package all-the-icons :if (display-graphic-p) :commands all-the-icons-install-fonts