Enhanced theme by following Discord color scheme
This commit is contained in:
parent
1818c44f17
commit
71b72f06c1
1 changed files with 7 additions and 7 deletions
|
@ -18,14 +18,14 @@
|
|||
<color name="md_theme_light_onError">#FFFFFF</color>
|
||||
<color name="md_theme_light_onErrorContainer">#410002</color>
|
||||
<color name="md_theme_light_background">#FAFCFF</color>
|
||||
<color name="md_theme_light_onBackground">#001F2A</color>
|
||||
<color name="md_theme_light_onBackground">#000000</color>
|
||||
<color name="md_theme_light_surface">#FAFCFF</color>
|
||||
<color name="md_theme_light_onSurface">#001F2A</color>
|
||||
<color name="md_theme_light_onSurface">#000000</color>
|
||||
<color name="md_theme_light_surfaceVariant">#E3E1EC</color>
|
||||
<color name="md_theme_light_onSurfaceVariant">#46464F</color>
|
||||
<color name="md_theme_light_outline">#777680</color>
|
||||
<color name="md_theme_light_inverseOnSurface">#E1F4FF</color>
|
||||
<color name="md_theme_light_inverseSurface">#003547</color>
|
||||
<color name="md_theme_light_inverseSurface">#000000</color>
|
||||
<color name="md_theme_light_inversePrimary">#BEC2FF</color>
|
||||
<color name="md_theme_light_shadow">#000000</color>
|
||||
<color name="md_theme_light_surfaceTint">#3F4CDA</color>
|
||||
|
@ -47,15 +47,15 @@
|
|||
<color name="md_theme_dark_errorContainer">#93000A</color>
|
||||
<color name="md_theme_dark_onError">#690005</color>
|
||||
<color name="md_theme_dark_onErrorContainer">#FFDAD6</color>
|
||||
<color name="md_theme_dark_background">#001F2A</color>
|
||||
<color name="md_theme_dark_onBackground">#BFE9FF</color>
|
||||
<color name="md_theme_dark_background">#23272A</color>
|
||||
<color name="md_theme_dark_onBackground">#ffffff</color>
|
||||
<color name="md_theme_dark_surface">#23272A</color>
|
||||
<color name="md_theme_dark_onSurface">#BFE9FF</color>
|
||||
<color name="md_theme_dark_onSurface">#ffffff</color>
|
||||
<color name="md_theme_dark_surfaceVariant">#46464F</color>
|
||||
<color name="md_theme_dark_onSurfaceVariant">#C7C5D0</color>
|
||||
<color name="md_theme_dark_outline">#91909A</color>
|
||||
<color name="md_theme_dark_inverseOnSurface">#001F2A</color>
|
||||
<color name="md_theme_dark_inverseSurface">#BFE9FF</color>
|
||||
<color name="md_theme_dark_inverseSurface">#ffffff</color>
|
||||
<color name="md_theme_dark_inversePrimary">#3F4CDA</color>
|
||||
<color name="md_theme_dark_shadow">#000000</color>
|
||||
<color name="md_theme_dark_surfaceTint">#BEC2FF</color>
|
||||
|
|
Loading…
Reference in a new issue