summaryrefslogtreecommitdiffstats
path: root/tron-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'tron-theme.el')
-rw-r--r--tron-theme.el11
1 files changed, 10 insertions, 1 deletions
diff --git a/tron-theme.el b/tron-theme.el
index 41e10f1..50a6d3c 100644
--- a/tron-theme.el
+++ b/tron-theme.el
@@ -56,7 +56,7 @@
'(font-lock-preprocessor-face ((t (:foreground "#c3ab15" :weight bold))))
'(font-lock-string-face ((t (:foreground "#05e4a5"))))
'(font-lock-type-face ((t (:foreground "#035390" :weight bold))))
- '(font-lock-variable-name-face ((t (:foreground "#00915b"))))
+ '(font-lock-variable-name-face ((t (:foreground "#00815b"))))
'(font-lock-warning-face ((t (:foreground "#000000" :background "#e0c624"))))
;; info
@@ -67,6 +67,15 @@
'(info-xref ((t (:inherit 'default :underline t))))
'(info-xref-visited ((t (:inherit 'mouse :underline t))))
+ ;; magit
+ '(magit-header ((t (:foreground "#e0c624" :weight bold))))
+ '(magit-diff-add ((t (:foreground "#00815b"))))
+ '(magit-diff-del ((t (:foreground "OrangeRed"))))
+ '(magit-diff-hunk-header ((t (:background "#101010"))))
+ '(magit-diff-file-header ((t (:weight bold :inherit magit-diff-hunk-header))))
+ '(magit-item-highlight ((t (:background "#101010"))))
+ '(magit-item-mark ((t (:background "#808080"))))
+
;; mode-line
'(mode-line ((t (:background "#e0c625" :foreground "#000000" :box nil))))
'(mode-line-buffer-id ((t (:weight bold))))