View Single Post
Posts: 73 | Thanked: 33 times | Joined on Nov 2010
#82
Originally Posted by rayson View Post
can I change the background color to blank and font to green? pro-long time looking at it makes eye tired
Add this to ~/.emacs
Code:
(add-to-list 'default-frame-alist '(background-color . "black"))
(add-to-list 'default-frame-alist '(foreground-color . "green"))