branch: externals/standard-themes commit cd1829badf6b80e123c8a9ec0aa9d807c2bda3c9 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Revise bg-alt, bg-active hues --- standard-dark-theme.el | 4 ++-- standard-light-theme.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/standard-dark-theme.el b/standard-dark-theme.el index 9e24fc660d..60ddf15a84 100644 --- a/standard-dark-theme.el +++ b/standard-dark-theme.el @@ -49,10 +49,10 @@ (fg-main "#ffffff") (bg-dim "#202020") (fg-dim "#a6a6a6") - (bg-alt "#323232") + (bg-alt "#363636") (fg-alt "#a0afef") - (bg-active "#424242") + (bg-active "#606060") (bg-inactive "#141414") ;; Basic hues for foreground values diff --git a/standard-light-theme.el b/standard-light-theme.el index ab13152003..1cd8387e25 100644 --- a/standard-light-theme.el +++ b/standard-light-theme.el @@ -49,7 +49,7 @@ (fg-main "#000000") (bg-dim "#ededed") (fg-dim "#7f7f7f") - (bg-alt "#e5e5e5") + (bg-alt "#dcdcdc") (fg-alt "#193f8f") (bg-active "#bfbfbf")