branch: externals/ef-themes commit c706b443bfc037a942e3646a4b8ca97f47134355 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
ef-trio-light: refine bg-dim, bg-inactive --- ef-trio-light-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ef-trio-light-theme.el b/ef-trio-light-theme.el index 5ab44f2d98..83fb266b49 100644 --- a/ef-trio-light-theme.el +++ b/ef-trio-light-theme.el @@ -47,13 +47,13 @@ '(;; Basic tones (bg-main "#f8f5ff") (fg-main "#4f3363") - (bg-dim "#f0ecf4") + (bg-dim "#ebe7f1") (fg-dim "#786e74") (bg-alt "#e3e0e9") (fg-alt "#3f7668") (bg-active "#d3d0d9") - (bg-inactive "#f3f1fa") + (bg-inactive "#efeef7") ;; Basic hues for foreground values (red "#c3303a")