From 50b5967a3723fea9fdc6b3c1b52687c805ff675c Mon Sep 17 00:00:00 2001 From: Bnyro Date: Fri, 2 Dec 2022 13:59:06 +0100 Subject: [PATCH] rename the black/white theme to minimalistic monochrome --- .../com/github/libretube/util/ThemeHelper.kt | 2 +- app/src/main/res/values-night/themes.xml | 54 ++++---- app/src/main/res/values/array.xml | 4 +- app/src/main/res/values/colors.xml | 116 +++++++++--------- app/src/main/res/values/strings.xml | 2 +- app/src/main/res/values/themes.xml | 54 ++++---- 6 files changed, 116 insertions(+), 116 deletions(-) diff --git a/app/src/main/java/com/github/libretube/util/ThemeHelper.kt b/app/src/main/java/com/github/libretube/util/ThemeHelper.kt index 0e61ffb10..12784f34d 100644 --- a/app/src/main/java/com/github/libretube/util/ThemeHelper.kt +++ b/app/src/main/java/com/github/libretube/util/ThemeHelper.kt @@ -47,7 +47,7 @@ object ThemeHelper { "yellow" -> R.style.Theme_Yellow "green" -> R.style.Theme_Green "purple" -> R.style.Theme_Purple - "bw" -> R.style.Theme_BlackWhite + "monochrome" -> R.style.Theme_Monochrome else -> R.style.Theme_Purple } activity.setTheme(theme) diff --git a/app/src/main/res/values-night/themes.xml b/app/src/main/res/values-night/themes.xml index b99d50146..af531111c 100644 --- a/app/src/main/res/values-night/themes.xml +++ b/app/src/main/res/values-night/themes.xml @@ -180,35 +180,35 @@ - diff --git a/app/src/main/res/values/array.xml b/app/src/main/res/values/array.xml index df55e6362..441433553 100644 --- a/app/src/main/res/values/array.xml +++ b/app/src/main/res/values/array.xml @@ -176,7 +176,7 @@ @string/color_yellow @string/color_green @string/color_purple - @string/theme_black_white + @string/theme_monochrome @@ -186,7 +186,7 @@ yellow green purple - bw + monochrome diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 49cd150ca..ad3caac67 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -298,63 +298,63 @@ #FFACE7 #FFACE7 // Colors without comments seem to be not used - #616161 // LibreTube Logo, Hyperlinks and on-off switch (on status: filling) (also influence on the navbar colour) - #FFFFFF // on-off switch (on status: circle) - #DCDCDC - #272727 - #797979 // Headline Text - #B39494 // SponsorBlock marker - #DCDCDC // NavBar Icon Container (selected) - #272727 // Navbar Icon (selected) - #DCDCDC - #272727 - #DCDCDC - #272727 - #DCDCDC - #DCDCDC - #272727 - #272727 - #FFFFFF // Background (Settings and home) - #272727 - #FFFFFF // Navbar and Flyouts (uses also the "primary" color) - #272727 // NavBar Text (selected) and some Flyout Headlines - #DCDCDC // on-off switch (off status: filling) - #353535 // text in Flyouts, Animation color (subscription button) - #797979 // on-off switch (off status: border) - #DCDCDC - #606060 - #C1C1C1 - #000000 - #717171 - #717171 - #AAAAAA // LibreTube Logo, Hyperlinks and on-off switch (on status: filling) (also influence on the navbar colour) - #1C1C1C // on-off switch (on status: circle) - #4D4D4D - #A3A3A3 - #A3A3A3 // Headline Text - #886A6A // SponsorBlock marker - #4D4D4D // NavBar Icon Container (selected) - #A3A3A3 // Navbar Icon Color (selected) - #4D4D4D - #A3A3A3 - #4D4D4D - #A3A3A3 - #4D4D4D - #4D4D4D - #A3A3A3 - #A3A3A3 - #1C1C1C // Background (Settings and home) - #A3A3A3 - #1C1C1C // Navbar and Flyouts (uses also the "primary" color) 252525 - #A3A3A3 // NavBar Text (selected) and some Flyout Headlines - #4D4D4D // on-off switch (off status: filling) - #A3A3A3 // text in Flyouts, Animation color (subscription button) - #A3A3A3 // on-off switch (off status: border) - #404040 - #C3C3C3 - #707070 - #000000 - #C3C3C3 - #C3C3C3 + #616161 // LibreTube Logo, Hyperlinks and on-off switch (on status: filling) (also influence on the navbar colour) + #FFFFFF // on-off switch (on status: circle) + #DCDCDC + #272727 + #797979 // Headline Text + #B39494 // SponsorBlock marker + #DCDCDC // NavBar Icon Container (selected) + #272727 // Navbar Icon (selected) + #DCDCDC + #272727 + #DCDCDC + #272727 + #DCDCDC + #DCDCDC + #272727 + #272727 + #FFFFFF // Background (Settings and home) + #272727 + #FFFFFF // Navbar and Flyouts (uses also the "primary" color) + #272727 // NavBar Text (selected) and some Flyout Headlines + #DCDCDC // on-off switch (off status: filling) + #353535 // text in Flyouts, Animation color (subscription button) + #797979 // on-off switch (off status: border) + #DCDCDC + #606060 + #C1C1C1 + #000000 + #717171 + #717171 + #AAAAAA // LibreTube Logo, Hyperlinks and on-off switch (on status: filling) (also influence on the navbar colour) + #1C1C1C // on-off switch (on status: circle) + #4D4D4D + #A3A3A3 + #A3A3A3 // Headline Text + #886A6A // SponsorBlock marker + #4D4D4D // NavBar Icon Container (selected) + #A3A3A3 // Navbar Icon Color (selected) + #4D4D4D + #A3A3A3 + #4D4D4D + #A3A3A3 + #4D4D4D + #4D4D4D + #A3A3A3 + #A3A3A3 + #1C1C1C // Background (Settings and home) + #A3A3A3 + #1C1C1C // Navbar and Flyouts (uses also the "primary" color) 252525 + #A3A3A3 // NavBar Text (selected) and some Flyout Headlines + #4D4D4D // on-off switch (off status: filling) + #A3A3A3 // text in Flyouts, Animation color (subscription button) + #A3A3A3 // on-off switch (off status: border) + #404040 + #C3C3C3 + #707070 + #000000 + #C3C3C3 + #C3C3C3 \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 134e6d249..1541e1e83 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -398,7 +398,7 @@ Pop-Up Comments are disabled by the uploader. This video has no comments available. - Black & White + Minimalistic Monochrome Download Service diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index c774b41a2..485954963 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -183,36 +183,36 @@ -