diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2026-02-17 09:55:52 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2026-02-17 09:55:52 +0200 |
| commit | f3f074d5fbeb0c3cf9622205c22e012120761390 (patch) | |
| tree | 636eff750ac899f0c6b9e5b1ac3d7541dba5a7f8 /ef-owl-theme.el | |
| parent | e6653f5345e95499fc1789ed491bbfe2597fc58f (diff) | |
Revise the bg-inactive value in most themes
It was too subtle.
Diffstat (limited to 'ef-owl-theme.el')
| -rw-r--r-- | ef-owl-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ef-owl-theme.el b/ef-owl-theme.el index 768e3a5..49e5552 100644 --- a/ef-owl-theme.el +++ b/ef-owl-theme.el @@ -44,7 +44,7 @@ (fg-dim "#857f8f") (fg-alt "#aab9af") (bg-active "#60676b") - (bg-inactive "#333539") + (bg-inactive "#3f3f46") (border "#4f5f66") (red "#d67869") |
