From 7962ee3af86362f0bde719d1bf41cb69c4b32634 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Mon, 18 Jan 2016 12:32:25 -0500 Subject: [PATCH] Change some colors and styles --- init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.el b/init.el index 6403cbd..62fafef 100644 --- a/init.el +++ b/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"))))