diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2023-07-22 07:50:07 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2023-07-22 07:50:07 +0300 |
| commit | 646e0ceaec48a105d2a964355771dc77daead13c (patch) | |
| tree | 4048fd57ec1127aec13960a387b864b809533f5b /ef-maris-light-theme.el | |
| parent | f7ad098f5c02e7148615c7c69924e67cc41799d6 (diff) | |
ef-maris-light: tweak bg-dim, bg-alt, bg-active
Diffstat (limited to 'ef-maris-light-theme.el')
| -rw-r--r-- | ef-maris-light-theme.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ef-maris-light-theme.el b/ef-maris-light-theme.el index e97bc5f..565d76b 100644 --- a/ef-maris-light-theme.el +++ b/ef-maris-light-theme.el @@ -46,12 +46,12 @@ (bg-main "#edf4f8") (fg-main "#151a27") - (bg-dim "#dce2ef") + (bg-dim "#e0e7ef") (fg-dim "#676470") - (bg-alt "#cdd4de") + (bg-alt "#cfd8e3") (fg-alt "#3f4f99") - (bg-active "#adb4be") + (bg-active "#afb8c3") (bg-inactive "#e6ecf2") ;;; Basic hues for foreground values |
