Change colors (TODO use lunarized palette)

master
Jacopo De Simoi 8 years ago
parent 582c82829a
commit 2a590e3899
  1. 4
      init.el

@ -81,6 +81,10 @@
'(hl-sexp-face ((t (:underline t))) t)
'(italic ((((supports :underline t)) nil)))
'(linum-highlight-face ((t (:inherit (hl-line default)))))
'(magit-diff-file-heading ((t nil)))
'(magit-section-heading ((t (:foreground "LightGoldenrod2"))))
'(magit-section-secondary-heading ((t nil)))
'(magit-signature-bad ((t (:foreground "red"))))
'(menu ((t (:inverse-video t))))
'(mode-line ((t (:background "grey25" :foreground "grey80" :weight normal))))
'(mode-line-inactive ((t (:inherit mode-line :background "grey10" :foreground "grey50" :weight normal))))

Loading…
Cancel
Save