Mercurial > hg > dotemacs
changeset 136:a5726c52b761
mode-line: change its colour to something more garish that really jumps out
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Thu, 25 Feb 2016 15:21:15 -0500 |
parents | 26d2c6663109 |
children | edc837667431 |
files | dotemacs.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/dotemacs.el +++ b/dotemacs.el @@ -430,6 +430,7 @@ '(highlight ((((class color) (min-colors 88) (background dark)) (:background "#555")))) '(magit-diff-add ((((class color) (background dark)) (:foreground "lime green")))) '(magit-diff-del ((t (:inherit diff-removed)))) + '(mode-line ((t (:background "#C90" :foreground "#000000" :box (:line-width -1 :style released-button))))) '(monky-header ((t (:background "#666")))) '(rpm-spec-package-face ((((class color) (background dark)) (:foreground "#F88")))) '(rpm-spec-tag-face ((((class color) (background dark)) (:foreground "light blue"))))