Questions tagged [face-attributes]

3 questions
0
votes
0 answers

Changing colour typeface for outline-minor-mode-highlight

I am using outline-minor-mode-highlight but want to set different colours to the typeface according to same contrast levels not provided by the default settings of outline-minor-mode. What can I do?
Dilna
  • 1,173
  • 3
  • 10
0
votes
0 answers

Change face using dir locals file

I am trying to set face for org blocks to invisible for certain folders, so that it is nicer to read the org files with code. I am using .dir-locals.el file. So, this example for the begin line works: ((org-mode . ((eval . (face-remap-add-relative…
Arktik
  • 932
  • 4
  • 15
0
votes
2 answers

How do I get foreground and background colors of a face?

I would like to print face color attribute, below code just print the name. how to print the foreground color and background color? (print 'font-lock-function-name-face)
lucky1928
  • 1,622
  • 8
  • 28