Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I set the most commonly used color options from my `.emacs instead of from my `.Xdefaults?

color Commonly Options Used
0
Posted

How can I set the most commonly used color options from my `.emacs instead of from my `.Xdefaults?

0

(set-face-background ‘default “bisque”) ; frame background (set-face-foreground ‘default “black”) ; normal text (set-face-background ‘zmacs-region “red”) ; When selecting w/ ; mouse (set-face-foreground ‘zmacs-region “yellow”) (set-face-font ‘default “*courier-bold-r*120-100-100*”) (set-face-background ‘highlight “blue”) ; Ie when selecting buffers (set-face-foreground ‘highlight “yellow”) (set-face-background ‘modeline “blue”) ; Line at bottom of buffer (set-face-foreground ‘modeline “white”) (set-face-font ‘modeline “*bold-r-normal*140-100-100*”) (set-face-background ‘isearch “yellow”) ; When highlighting while ; searching (set-face-foreground ‘isearch “red”) (setq x-pointer-foreground-color “black”) ; Adds to bg color, ; so keep black (setq x-pointer-background-color “blue”) ; This is color you really ; want ptr/crsr

Related Questions

Thanksgiving questions

*Sadly, we had to bring back ads too. Hopefully more targeted.