Change visible-mark color to goldenrod

master
Jacopo De Simoi 12 years ago
parent 612c1d9ba1
commit 010958aa26
  1. 3
      init.el

@ -33,7 +33,8 @@
'(menu ((t (:inverse-video t))))
'(mouse ((t (:background "orchid"))))
'(tooltip ((t (:inherit default :background "lightyellow" :foreground "black" :foundry "xos4" :family "terminus"))))
'(variable-pitch ((t (:family "default")))))
'(variable-pitch ((t (:family "default"))))
'(visible-mark-face ((t (:background "goldenrod2" :foreground "darkslategrey")))))
(setq-default display-buffer-reuse-frames t)

Loading…
Cancel
Save