I have the following code that changes mode-line
colours. When using the :box
property I want to use a variable. But I get an error using :color fglamp
because I need to evaluate the colour variable. How may I solve this ?
(set-face-attribute 'mode-line nil
:background bglamp
:foreground fglamp
:inverse-video nil
:box '(:line-width 3 :color fglamp :style nil)) )