;; Copyright (C) 2020 Amin Bandali
;; Author: Amin Bandali <bandali@gnu.org>
-;; Version: 0.1.0
+;; Version: 0.1.1
;; Keywords: faces
;; This program is free software; you can redistribute it and/or modify
(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
`(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)