diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-11-29 21:38:23 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2022-11-29 21:38:23 +0200 |
| commit | 47724ff91be46d81dbfed20d8e3b75dc0cf43a42 (patch) | |
| tree | 7b8b811463f669d711379bf6186c9da4ff8b7ccc /ef-dark-theme.el | |
| parent | dce4ddb6413a0e1e57b3f99c7dc1a59e35eb9d5f (diff) | |
Make all bg-active 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 eca9b81..a48b007 100644 --- a/ef-dark-theme.el +++ b/ef-dark-theme.el @@ -52,7 +52,7 @@ (bg-alt "#2b2b2b") (fg-alt "#89afef") - (bg-active "#3b3b3b") + (bg-active "#4b344b") (bg-inactive "#121212") ;; Basic hues for foreground values |
