Browse Source

Settings: add another subtitle color preset

Was suggested by a forum user.
Vincent Lang 8 years ago
parent
commit
8783e0bb30
1 changed files with 2 additions and 1 deletions
  1. 2 1
      resources/settings/settings_description.json

+ 2 - 1
resources/settings/settings_description.json

@@ -336,7 +336,8 @@
           [ "#CCCCCC,#000000", "subtitles.blendedLightGrey" ],
           [ "#FBF93E,#000000", "subtitles.yellow" ],
           [ "#FFFFCC,#000000", "subtitles.lightYellow" ],
-          [ "#EEEDB8,#000000", "subtitles.blendedLightYellow" ]
+          [ "#EEEDB8,#000000", "subtitles.blendedLightYellow" ],
+          [ "#FFFFFF,#000000", "subtitles.blackWhite" ]
         ]
       },
       {