diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index a9fb1370..ebaf582e 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -412,6 +412,7 @@ "title": "Volume", "type": "float", "columnWidth": 60, + "format": {"type": "color", "args": ["lightness"]}, "sort": true }, { diff --git a/pandora/config.padma.jsonc b/pandora/config.padma.jsonc index 0585fb08..6d48fa19 100644 --- a/pandora/config.padma.jsonc +++ b/pandora/config.padma.jsonc @@ -335,6 +335,7 @@ "title": "Volume", "type": "float", "columnWidth": 60, + "format": {"type": "color", "args": ["lightness"]}, "sort": true }, { diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index 5cd5fa3f..ef4eeac3 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -335,6 +335,7 @@ "title": "Volume", "type": "float", "columnWidth": 60, + "format": {"type": "color", "args": ["lightness"]}, "sort": true }, {