Re: [O] dynamically set face [was: semi-visible stars?]

2016-12-01 Thread John Kitchin
Try: `background light)) (:foreground ,(format (face-attribute 'default :background)) )) (((background dark)) (:foreground ,(format (face-attribute 'default :background) Note the backtick and the commas. The functions in your list are treated like data and not evaluated. The

[O] dynamically set face [was: semi-visible stars?]

2016-12-01 Thread Matt Price
On Thu, Dec 1, 2016 at 10:22 AM, Matt Price wrote: > > > On Wed, Nov 30, 2016 at 3:41 PM, Matt Price wrote: > >> I have been fooling around a little bit with color-themes and also the >> new emacs 24+ custom themes, and find that (perhaps because of using