From a54098a0983555ad517b0e9542c4b7da8908643e Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 20 Dec 2019 20:58:52 -0500 Subject: [PATCH] Fix face-background calls in +modeline-refresh-bars-h Third argument should be a boolean; symbols are treated as references to faces to inherit from. --- modules/ui/modeline/+light.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ui/modeline/+light.el b/modules/ui/modeline/+light.el index 923774324..6e1523737 100644 --- a/modules/ui/modeline/+light.el +++ b/modules/ui/modeline/+light.el @@ -188,12 +188,12 @@ LHS and RHS will accept." (setq +modeline-bar (+modeline--make-xpm (and +modeline-bar-width - (face-background '+modeline-bar nil 'inherit)) + (face-background '+modeline-bar nil t)) width height) +modeline-inactive-bar (+modeline--make-xpm (and +modeline-bar-width - (face-background '+modeline-bar-inactive nil 'inherit)) + (face-background '+modeline-bar-inactive nil t)) width height))))) (add-hook! 'doom-change-font-size-hook