mirror of
https://github.com/yuliskov/SmartTube.git
synced 2026-05-08 05:49:59 -05:00
add new color scheme
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user