From 83221130cb12be47a38a3748dc8fb00cd2bc6740 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 25 Apr 2020 13:03:18 -0400 Subject: [PATCH] Tweak mode-line appearance * refinery-theme.el: Set subtly different backgrounds for the active and inactive mode-line. --- refinery-theme.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/refinery-theme.el b/refinery-theme.el index 23fda2b..41e0be2 100644 --- a/refinery-theme.el +++ b/refinery-theme.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2020 Amin Bandali ;; Author: Amin Bandali -;; Version: 0.1.0 +;; Version: 0.1.1 ;; Keywords: faces ;; This program is free software; you can redistribute it and/or modify @@ -74,7 +74,7 @@ Message, EBDB, and Ivy.") (layer+4b-inv `((,class (:foreground ,grey :background ,red :weight bold)))) ;; box - (box `((,class (:box (:line-width -1 :style released-button)))))) + (box `(:line-width -1 :style released-button))) (custom-theme-set-faces 'refinery @@ -118,9 +118,9 @@ Message, EBDB, and Ivy.") `(font-lock-keyword-face ,layer-2) ;; Mode line and minibuffer prompt - `(mode-line ,box) - `(mode-line-inactive ,box) - `(minibuffer-prompt ,layer+2) + `(mode-line ((,class (:background ,grey :box ,box)))) + `(mode-line-inactive ((,class (:background "#e1e1e1" :box ,box)))) + `(minibuffer-prompt ,layer+2) ;; Characters displayed as sequences using `^' or `\' `(escape-glyph ,layer+3) -- 2.20.1