From 232c9ba1d926907baf757dd941bd3151744ee525 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 24 Jan 2012 14:31:35 +0100 Subject: Change modeline colors --- tron-theme.el | 6 +++--- 1 file 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")))) -- cgit v1.2.3-54-g00ecf