Check if doom-one theme exists then set color

This commit is contained in:
Marcus Kammer 2023-12-29 15:39:33 +01:00
parent db385ce691
commit f2c0f3d359
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -74,8 +74,9 @@
(set-face-attribute 'mode-line nil
:background (face-attribute 'default :background)
:foreground
;; (face-attribute 'mode-line-inactive :foreground nil 'default)
(if (member 'doom-one custom-enabled-themes)
"#5B6268"
(face-attribute 'mode-line-inactive :foreground nil 'default))
:box '(:line-width (1 . 8) :style flat-button) :weight 'bold)
(set-face-attribute 'mode-line-inactive nil