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
@@ -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>