summaryrefslogtreecommitdiffstats
path: root/.emacs.d/themes
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-17 00:38:47 +0200
committerGravatar Tom Willemsen2012-10-17 00:38:47 +0200
commit0d9865695446e9db150c49d7d39b7f92570f6eb3 (patch)
treed13e6c69be79ebc83cc7520e343cfab3b298ac88 /.emacs.d/themes
parent4631acd02daf4e726ce28b1c7b024789d7a12251 (diff)
downloaddotfiles-0d9865695446e9db150c49d7d39b7f92570f6eb3.tar.gz
dotfiles-0d9865695446e9db150c49d7d39b7f92570f6eb3.zip
.emacs.d/themes/new-theme.el
Diffstat (limited to '.emacs.d/themes')
-rw-r--r--.emacs.d/themes/new-theme.el2
1 files changed, 2 insertions, 0 deletions
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))))