Update preferences.json

Add color & fill of audio wave preferences
This commit is contained in:
Kaedriz 2025-05-27 20:50:19 +02:00 committed by GitHub
parent 1eeb17f2b6
commit 70eabfa9c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,5 +22,23 @@
"label": "Reverse audio icons.", "label": "Reverse audio icons.",
"type": "checkbox", "type": "checkbox",
"defaultValue": false "defaultValue": false
} },
{
"property": "zen.mods.AudioIndicatorEnhanced.audioWave.opacity",
"label": "Audio Wave: Opacity of the audio wave.",
"type": "string",
"defaultValue": "0.2"
},
{
"property": "zen.mods.AudioIndicatorEnhanced.audioWave.colorPlaying",
"label": "Audio Wave: Color of the audio wave (When audio is playing).",
"type": "string",
"defaultValue": "-moz-dialogtext"
},
{
"property": "zen.mods.AudioIndicatorEnhanced.audioWave.colorMuted",
"label": "Audio Wave: Color of the audio wave (When audio is muted).",
"type": "string",
"defaultValue": "color-mix(in srgb, -moz-dialogtext 50%, rgb(129, 0, 0) 50%)"
}
] ]