From 7baceef03edbd950c9e16742500e386e7b423806 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 23 Mar 2025 15:45:39 +1100 Subject: config: add vibrant option Adds extra vibrancy (i.e. extra saturation) --- config.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'config.ts') diff --git a/config.ts b/config.ts index 86f0f4e..308202e 100644 --- a/config.ts +++ b/config.ts @@ -48,6 +48,7 @@ export const initConfig = () => { const DEFAULTS = { style: { transparency: "normal", // One of "off", "normal", "high" + vibrant: false, // Extra saturation }, // Modules bar: { -- cgit v1.2.3-freya