After a little research it came down to the modeline color command:
(set-face-background 'modeline "plum")The problem was "modeline" has been replaced with "mode-line".
(set-face-foreground 'modeline "black")
(set-face-background 'mode-line "plum") (set-face-foreground 'mode-line "black")
Now emacs is happy, and I'm happy too.
Thanks! Helped with my school server settings, did not realize they upgraded various software and your post helped out.
ReplyDeleteI ran into this today. Thanks for your help.
ReplyDeleteThanks a lot
ReplyDeleteTHanks ß Was also wondering what problem was with this.
ReplyDeleteThnak you very much!
ReplyDelete