aboutsummaryrefslogtreecommitdiffstats
path: root/etc/themes
diff options
context:
space:
mode:
authorTassilo Horn <[email protected]>2013-04-09 21:18:53 +0200
committerTassilo Horn <[email protected]>2013-04-09 21:18:53 +0200
commit79e04e9e20aa0e1f0652d96cdb6d124aed7f2bf4 (patch)
tree6a29ee0b38ece2576abd5c358c85e17eac00bc59 /etc/themes
parentac2f8659026856e720b4385d85ae33ee3a4967de (diff)
* themes/tsdh-dark-theme.el (tsdh-dark): Add some more faces.
Diffstat (limited to 'etc/themes')
-rw-r--r--etc/themes/tsdh-dark-theme.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/themes/tsdh-dark-theme.el b/etc/themes/tsdh-dark-theme.el
index 011133808a..879f8f10e8 100644
--- a/etc/themes/tsdh-dark-theme.el
+++ b/etc/themes/tsdh-dark-theme.el
@@ -64,7 +64,10 @@ Used and created by Tassilo Horn.")
'(highlight ((t (:background "sea green"))))
'(hl-line ((t (:background "grey25"))))
'(hl-paren-face ((t (:weight bold))) t)
+ '(icomplete-first-match ((t (:foreground "deep sky blue" :weight bold))))
'(lusty-file-face ((t (:foreground "SpringGreen1"))) t)
+ '(magit-header ((t (:box 1 :weight bold))))
+ '(magit-section-title ((t (:inherit magit-header :background "dark slate blue"))))
'(menu ((t (:background "gray30" :foreground "gray70"))))
'(minibuffer-prompt ((t (:background "yellow" :foreground "medium blue" :box (:line-width -1 :color "red" :style released-button) :weight bold))))
'(mode-line ((t (:box (:line-width 1 :color "red") :family "DejaVu Sans"))))