Merge pull request #2399 from xIUPITERx/themes

Update colors.xml
This commit is contained in:
Bnyro 2022-12-16 16:16:55 +01:00 committed by GitHub
commit 1a982ff3b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -328,14 +328,14 @@
<color name="monochrome_theme_light_shadow">#000000</color>
<color name="monochrome_theme_light_surfaceTint">#717171</color>
<color name="monochrome_theme_light_surfaceTintColor">#717171</color>
<color name="monochrome_theme_dark_primary">#AAAAAA</color> // LibreTube Logo, Hyperlinks and on-off switch (on status: filling) (also influence on the navbar colour)
<color name="monochrome_theme_dark_onPrimary">#1C1C1C</color> // on-off switch (on status: circle)
<color name="monochrome_theme_dark_primary">#959595</color> // LibreTube Logo, Hyperlinks and on-off switch (on status: filling) (also influence on the navbar colour)
<color name="monochrome_theme_dark_onPrimary">#161616</color> // on-off switch (on status: circle)
<color name="monochrome_theme_dark_primaryContainer">#4D4D4D</color>
<color name="monochrome_theme_dark_onPrimaryContainer">#A3A3A3</color>
<color name="monochrome_theme_dark_secondary">#A3A3A3</color> // Headline Text
<color name="monochrome_theme_dark_onSecondary">#886A6A</color> // SponsorBlock marker
<color name="monochrome_theme_dark_secondaryContainer">#4D4D4D</color> // NavBar Icon Container (selected)
<color name="monochrome_theme_dark_onSecondaryContainer">#A3A3A3</color> // Navbar Icon Color (selected)
<color name="monochrome_theme_dark_onSecondaryContainer">#CCCCCC</color> // Navbar Icon Color (selected)
<color name="monochrome_theme_dark_tertiary">#4D4D4D</color>
<color name="monochrome_theme_dark_onTertiary">#A3A3A3</color>
<color name="monochrome_theme_dark_tertiaryContainer">#4D4D4D</color>
@ -344,10 +344,10 @@
<color name="monochrome_theme_dark_errorContainer">#4D4D4D</color>
<color name="monochrome_theme_dark_onError">#A3A3A3</color>
<color name="monochrome_theme_dark_onErrorContainer">#A3A3A3</color>
<color name="monochrome_theme_dark_background">#1C1C1C</color> // Background (Settings and home)
<color name="monochrome_theme_dark_background">#161616</color> // Background (Settings and home)
<color name="monochrome_theme_dark_onBackground">#A3A3A3</color>
<color name="monochrome_theme_dark_surface">#1C1C1C</color> // Navbar and Flyouts (uses also the "primary" color) 252525
<color name="monochrome_theme_dark_onSurface">#A3A3A3</color> // NavBar Text (selected) and some Flyout Headlines
<color name="monochrome_theme_dark_surface">#161616</color> // Navbar and Flyouts (uses also the "primary" color)
<color name="monochrome_theme_dark_onSurface">#BDBDBD</color> // NavBar Text (selected) and some Flyout Headlines
<color name="monochrome_theme_dark_surfaceVariant">#4D4D4D</color> // on-off switch (off status: filling)
<color name="monochrome_theme_dark_onSurfaceVariant">#A3A3A3</color> // text in Flyouts, Animation color (subscription button)
<color name="monochrome_theme_dark_outline">#A3A3A3</color> // on-off switch (off status: border)