Merge pull request #1547 from Kaedriz/main

[UPDATE] Audio Indicator Enhanced
This commit is contained in:
mr. m 2025-05-28 11:30:32 +02:00 committed by GitHub
commit 454b226055
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 325 additions and 66 deletions

File diff suppressed because one or more lines are too long

View file

@ -7,7 +7,7 @@
},
{
"property": "zen.mods.AudioIndicatorEnhanced.returnOldIcons",
"label": "Bring back default Firefox icons",
"label": "Bring back default Firefox icons (Not applicable to Audio Wave mode)",
"type": "checkbox",
"defaultValue": true
},
@ -16,5 +16,29 @@
"label": "Audio Wave: Brings new look for audio indicator.",
"type": "checkbox",
"defaultValue": false
}
},
{
"property": "zen.mods.AudioIndicatorEnhanced.reverseAudioIcons",
"label": "Reverse audio icons.",
"type": "checkbox",
"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%)"
}
]

View file

@ -7,9 +7,9 @@
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/image.png",
"author": "Kaedriz",
"version": "1.2.0",
"version": "1.3.0",
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/preferences.json",
"tags": [],
"createdAt": "2024-12-06",
"updatedAt": "2025-03-07"
"updatedAt": "2025-05-24"
}