From aaf6d4a717e3a4655e66bcfe806b4a0060132cd7 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 16 Oct 2012 10:17:11 +0200 Subject: .emacs.d/themes/new-theme.el --- .emacs.d/themes/new-theme.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.emacs.d/themes') diff --git a/.emacs.d/themes/new-theme.el b/.emacs.d/themes/new-theme.el index 1d5a454..da9df4a 100644 --- a/.emacs.d/themes/new-theme.el +++ b/.emacs.d/themes/new-theme.el @@ -30,9 +30,9 @@ (custom-theme-set-faces 'new '(default ((t (:background "#111113" :foreground "#eeeeec")))) - '(flymake-errline ((t (:background nil :underline (:color "#ff5555" :style wave))))) - '(flymake-infoline ((t (:background nil :underline (:color "#55ff55" :style wave))))) - '(flymake-warnline ((t (:background nil :underline (:color "#5555ff" :style wave))))) + '(flymake-errline ((t (:background nil :underline (:color "#d16979" :style wave))))) + '(flymake-infoline ((t (:background nil :underline (:color "#4da5d1" :style wave))))) + '(flymake-warnline ((t (:background nil :underline (:color "#d19317" :style wave))))) '(font-lock-comment-delimiter-face ((t (:foreground "#a9a9a9" :slant italic :weight bold)))) '(font-lock-comment-face ((t (:foreground "#a9a9a9" :slant italic)))) '(font-lock-constant-face ((t (:foreground "#93d8d8")))) -- cgit v1.2.3-54-g00ecf From 0d9865695446e9db150c49d7d39b7f92570f6eb3 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 17 Oct 2012 00:38:47 +0200 Subject: .emacs.d/themes/new-theme.el --- .emacs.d/themes/new-theme.el | 2 ++ 1 file changed, 2 insertions(+) (limited to '.emacs.d/themes') diff --git a/.emacs.d/themes/new-theme.el b/.emacs.d/themes/new-theme.el index da9df4a..04f9930 100644 --- a/.emacs.d/themes/new-theme.el +++ b/.emacs.d/themes/new-theme.el @@ -44,10 +44,12 @@ '(font-lock-variable-name-face ((t (:foreground "#c39cc3")))) '(highlight ((t (:background "#171719")))) '(ido-subdir ((t (:foreground "#ff5d55")))) + '(italic ((t (:slant italic)))) '(jabber-chat-prompt-foreign ((t (:foreground "#ff5d55")))) '(jabber-chat-prompt-local ((t (:foreground "#78a2c1")))) '(jabber-roster-user-online ((t (:foreground "#769ff2")))) '(link ((t (:foreground "#ffbb56" :underline t)))) + '(magit-item-highlight ((t (:weight bold)))) '(minibuffer-prompt ((t (:foreground "#78a2c1")))) '(mode-line ((t (:background "#222224" :foreground "#eeeeec" :box nil)))) '(mode-line-inactive ((t (:background "#171719" :foreground "#999999" :box nil)))) -- cgit v1.2.3-54-g00ecf