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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user