branch: externals/modus-themes commit 792ebec01a07e8428f9d78daec5ce69b9aa34c1f Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Make small refinements to modus-vivendi-tinted bg-paren-match value --- modus-vivendi-tinted-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modus-vivendi-tinted-theme.el b/modus-vivendi-tinted-theme.el index 7f99329c12..5c7920b5e4 100644 --- a/modus-vivendi-tinted-theme.el +++ b/modus-vivendi-tinted-theme.el @@ -212,7 +212,7 @@ which corresponds to a minimum contrast in relative luminance of ;;; Paren match - (bg-paren-match "#5f789f") + (bg-paren-match "#4f7f9f") (fg-paren-match fg-main) (bg-paren-expression "#453040") (underline-paren-match unspecified)