Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are some good emacs font faces to manually set?

There is alllll kinds of information out there about emacs color schemes, font locks, etc but I am having trouble getting where I want to be. Basically I would like to know what are some of the best font faces to set in order to have a nice solid color theme which is a good cross language solution. I am ending up with lots of language syntax (parens, brackets, operators, etc) not highlighted in some places when I expect them to be.

Below are the faces I am currently setting:

 font-lock-builtin-face
 font-lock-comment-face
 font-lock-comment-delimiter-face
 font-lock-doc-face
 font-lock-doc-string-face
 font-lock-function-name
 font-lock-keyword-face
 font-lock-negation-char-face
 font-lock-preprocessor-face
 font-lock-string-face
 font-lock-type-face
 font-lock-variable-name-face

What if any major faces am I missing here?

like image 373
re5et Avatar asked Jan 21 '23 12:01

re5et


1 Answers

Don't do it like this. Choose a colour-theme that looks "okay" and when you're doing some work and find something unsatisfactory, customise that face to suite your taste.

I once knew someone who actually did an xlsfonts and opened an xterm for each one to decide which one he wanted to use while coding. Not thing kind of way I'd like to spend my time. :)

like image 147
Noufal Ibrahim Avatar answered Jan 28 '23 23:01

Noufal Ibrahim