diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-11-27 16:41:40 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2022-11-27 16:41:40 +0200 |
| commit | 6842ddf95938639b4bcc34aea85d05156015580d (patch) | |
| tree | 4521d93cfe27935933e9a60fb9edc39f56f82808 /ef-dark-theme.el | |
| parent | 3642b045e7967a128f2f008b1e67bb13471205af (diff) | |
ef-dark: make bg-inactive more noticeable
Diffstat (limited to 'ef-dark-theme.el')
| -rw-r--r-- | ef-dark-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ef-dark-theme.el b/ef-dark-theme.el index a79ebdd..eca9b81 100644 --- a/ef-dark-theme.el +++ b/ef-dark-theme.el @@ -53,7 +53,7 @@ (fg-alt "#89afef") (bg-active "#3b3b3b") - (bg-inactive "#0c0c0c") + (bg-inactive "#121212") ;; Basic hues for foreground values (red "#ef6560") |
