[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master f416352 2/3: Slight adjustment to modeline color
From: |
Matthew Carter |
Subject: |
[elpa] master f416352 2/3: Slight adjustment to modeline color |
Date: |
Tue, 17 May 2016 04:00:09 +0000 (UTC) |
branch: master
commit f4163526c6f603b9dea1d8a3253d31c135fd8876
Author: Matthew Carter <address@hidden>
Commit: Matthew Carter <address@hidden>
Slight adjustment to modeline color
---
ahungry-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ahungry-theme.el b/ahungry-theme.el
index 97ee325..7d10791 100644
--- a/ahungry-theme.el
+++ b/ahungry-theme.el
@@ -100,7 +100,7 @@ Default value:
'(highlight ((t (:background "brown4" :foreground nil))))
'(border ((t (:background "#888a85"))))
'(fringe ((t (:background "#333333"))))
- '(mode-line ((t (:foreground "#0022ff" :bold t :background "#77ff00"
+ '(mode-line ((t (:foreground "#0022aa" :bold t :background "#77ff00"
:box (:line-width 1 :color nil :style
released-button)))))
'(mode-line-inactive ((t (:foreground "#444444" :background "#66ff33"))))
'(mode-line-buffer-id ((t (:bold t :foreground "#ffffff" :background
"#0055ff"))))