mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-08 01:10:01 +02:00
Update preferences.json
Add color & fill of audio wave preferences
This commit is contained in:
parent
1eeb17f2b6
commit
70eabfa9c9
1 changed files with 19 additions and 1 deletions
|
@ -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%)"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue