aboutsummaryrefslogtreecommitdiff
path: root/ef-winter-theme.el
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2022-08-18 06:59:19 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2022-08-18 06:59:19 +0300
commit3afbd686efbab9d12da4a4d52ff3fb24b3bb6d64 (patch)
tree25bea3ba8f2533580c2f98a6cc67da67fdd9f70f /ef-winter-theme.el
parentca5ecc3402eff77a88741b936b9772d9a930878d (diff)
Add inactive background; apply it to code blocks
Diffstat (limited to 'ef-winter-theme.el')
-rw-r--r--ef-winter-theme.el16
1 files changed, 9 insertions, 7 deletions
diff --git a/ef-winter-theme.el b/ef-winter-theme.el
index 72c23ad..46ff16b 100644
--- a/ef-winter-theme.el
+++ b/ef-winter-theme.el
@@ -43,12 +43,15 @@
(defconst ef-winter-palette
'(;; Basic tones
- (bg-main "#0f0b15")
- (fg-main "#b8c6d5")
- (bg-dim "#161926")
- (fg-dim "#807c9f")
- (bg-alt "#202234")
- (fg-alt "#bf8f8f")
+ (bg-main "#0f0b15")
+ (fg-main "#b8c6d5")
+ (bg-dim "#161926")
+ (fg-dim "#807c9f")
+ (bg-alt "#202234")
+ (fg-alt "#bf8f8f")
+
+ (bg-active "#353554")
+ (bg-inactive "#14121a")
;; Basic hues for foreground values
(red "#f47359")
@@ -105,7 +108,6 @@
(bg-hover-alt "#600f5a")
(bg-hl-line "#003045")
(bg-region "#342464")
- (bg-active "#353554")
(bg-paren "#2f608e")
(bg-err "#330d06") ; check with err
(bg-info "#0f2a10") ; check with info