1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Added "Light Grey" and "Dark Grey" subtitle colors

For OLED screens and HDR content, where white subtitles would be blinding.
This commit is contained in:
lucaperl 2023-01-28 19:13:50 +01:00 committed by GitHub
parent 9b248f41f3
commit 25e4d37843
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,6 +102,8 @@
<div class="selectContainer hide">
<select is="emby-select" id="selectTextColor" label="${LabelTextColor}">
<option value="#ffffff">${White}</option>
<option value="#dadada">${Light Grey}</option>
<option value="#787878">${Dark Grey}</option>
<option value="#ffff00">${Yellow}</option>
<option value="#008000">${Green}</option>
<option value="#00ffff">${Cyan}</option>