branch: externals/ef-themes commit a5b763df16d274f6f8ac945949db673dc0b5ade1 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
ef-trio-dark: improve contrast of base backgrounds --- ef-trio-dark-theme.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ef-trio-dark-theme.el b/ef-trio-dark-theme.el index bf809f580e..7ba52839f8 100644 --- a/ef-trio-dark-theme.el +++ b/ef-trio-dark-theme.el @@ -47,13 +47,13 @@ '(;; Basic tones (bg-main "#160f0f") (fg-main "#d8cfd5") - (bg-dim "#251a23") + (bg-dim "#2a2228") (fg-dim "#908890") - (bg-alt "#33252d") + (bg-alt "#362f35") (fg-alt "#afdacf") - (bg-active "#43353d") - (bg-inactive "#1c1416") + (bg-active "#463f45") + (bg-inactive "#1c1719") ;; Basic hues for foreground values (red "#f48359")