add new color scheme

This commit is contained in:
Yuriy Liskov
2022-07-31 00:41:34 +03:00
parent b1f0137e7e
commit a4a9f2cc06
5 changed files with 16 additions and 0 deletions
@@ -239,6 +239,12 @@ public class MainUIData {
"App.Theme.Red.Browse",
"App.Theme.Red.Preferences",
mContext));
mColorSchemes.add(new ColorScheme(
R.string.color_scheme_dark_grey_monochrome,
"App.Theme.DarkGrey.OLED.Player",
"App.Theme.DarkGrey2.OLED.Browse",
"App.Theme.DarkGrey.Preferences",
mContext));
mColorSchemes.add(new ColorScheme(
R.string.color_scheme_dark_grey_oled,
"App.Theme.DarkGrey.OLED.Player",
@@ -458,4 +458,5 @@
<string name="subtitle_yellow_semi_transparent">Жёлтые на полупрозрачном фоне</string>
<string name="subtitle_yellow_black">Жёлтые на чёрном фоне</string>
<string name="player_pixel_ratio">Соотношение сторон пикселя</string>
<string name="color_scheme_dark_grey_monochrome">Тёмно-серая (монохромная)</string>
</resources>
@@ -458,4 +458,5 @@
<string name="subtitle_yellow_semi_transparent">Жовті на напівпрозорому фоні</string>
<string name="subtitle_yellow_black">Жовті на чорному фоні</string>
<string name="player_pixel_ratio">Співвідношення сторін пікселя</string>
<string name="color_scheme_dark_grey_monochrome">Темно-сіра (монохромна)</string>
</resources>
+1
View File
@@ -466,4 +466,5 @@
<string name="subtitle_yellow_semi_transparent">Yellow on semitransparent background</string>
<string name="subtitle_yellow_black">Yellow on black background</string>
<string name="player_pixel_ratio">Pixel ratio</string>
<string name="color_scheme_dark_grey_monochrome">Dark Grey (monochrome)</string>
</resources>