Change some colors and styles

master
Jacopo De Simoi 10 years ago
parent 06d8ac9818
commit 7962ee3af8
  1. 5
      init.el

@ -78,7 +78,10 @@
'(default ((t (:inherit nil :stipple nil :background "#182828" :foreground "cornsilk1" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "xos4" :family "terminus"))))
'(bold ((t (:weight normal))))
'(cursor ((t (:background "orchid3" :foreground "#182828"))))
'(error ((t (:foreground "orangered" :weight normal))))
'(fixed-pitch ((t (:family "Bitstream Vera Sans Mono"))))
'(flyspell-duplicate ((t (:strike-through t))))
'(flyspell-incorrect ((t (:foreground "Orange"))))
'(font-latex-italic-face ((t (:inherit italic :foreground "SpringGreen"))))
'(font-lock-comment-delimiter-face ((t (:foreground "lightslategray"))))
'(font-lock-comment-face ((t (:foreground "SlateGray"))))
@ -87,6 +90,8 @@
'(italic ((((supports :underline t)) nil)))
'(linum-highlight-face ((t (:inherit (highlight default)))))
'(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))))
'(mouse ((t (:background "orchid"))))
'(org-pomodoro-mode-line ((t (:foreground "tomato3"))))
'(paren-face-match ((t (:background "turquoise" :foreground "black"))))

Loading…
Cancel
Save