summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-01-24 14:31:35 +0100
committerGravatar Tom Willemsen2012-01-24 14:31:35 +0100
commit232c9ba1d926907baf757dd941bd3151744ee525 (patch)
tree1bf463965815874263201da8cf60d02704abfb95
parent8dadd4a2e2c81d810340f8b3f7ee10c09df74d81 (diff)
downloadtron-theme-232c9ba1d926907baf757dd941bd3151744ee525.tar.gz
tron-theme-232c9ba1d926907baf757dd941bd3151744ee525.zip
Change modeline colors
-rw-r--r--tron-theme.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/tron-theme.el b/tron-theme.el
index 4170e53..a48238b 100644
--- a/tron-theme.el
+++ b/tron-theme.el
@@ -50,9 +50,9 @@
'(info-xref-visited ((t (:inherit 'mouse :underline t))))
;; mode-line
- '(mode-line ((t (:inherit 'default :box (:line-width 1 :color "#19cdea")))))
- '(mode-line-buffer-id ((t (:inherit 'font-lock-string-face :weight bold))))
- '(mode-line-inactive ((t (:inherit 'mode-line :box (:color "#0c191c")))))
+ '(mode-line ((t (:background "#e0c625" :foreground "#000000" :box nil))))
+ '(mode-line-buffer-id ((t (:weight bold))))
+ '(mode-line-inactive ((t (:inherit 'mode-line :background "#15abc3"))))
;; rainbow-delimiters
'(rainbow-delimiters-depth-1-face ((t (:foreground "#a3e8ef"))))