branch: externals/ef-themes commit 6f807d9daff945a4c25b9919759d90fefba34c25 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
ef-dark-theme: increase brightness of bg-region This brings it closer to how other themes in the collection are. --- ef-dark-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ef-dark-theme.el b/ef-dark-theme.el index 15c85a8a6c..a1b5f93066 100644 --- a/ef-dark-theme.el +++ b/ef-dark-theme.el @@ -126,7 +126,7 @@ (bg-hover "#004a5f") (bg-hover-alt "#551f5a") (bg-hl-line "#002435") - (bg-region "#25164a") + (bg-region "#2a234a") (bg-paren "#20577a") (bg-err "#330d09") ; check with err (bg-warning "#332600") ; check with warning