From b7cc8edcaed17db0e06011c35651dc31bbaf0d9f Mon Sep 17 00:00:00 2001 From: Matthias Metelka <62722460+kleinerpirat@users.noreply.github.com> Date: Mon, 29 Aug 2022 16:04:08 +0200 Subject: [PATCH] Saturate highlight-bg in light theme --- sass/_vars.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/_vars.scss b/sass/_vars.scss index c8ea5a08f..a19c62c24 100644 --- a/sass/_vars.scss +++ b/sass/_vars.scss @@ -137,7 +137,7 @@ $vars: ( ), highlight: ( bg: ( - light: color(cyan, 2), + light: color(cyan, 4), dark: color(cyan, 2), ), fg: (