mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 12:03:09 -04:00
Merge pull request #1752 from 4shutosh/night_color
Improve problems with low contrast text in dark mode
This commit is contained in:
commit
3c13d9073f
@ -5,10 +5,10 @@
|
||||
<!--The same color values are defined for dark theme, but with values more appropriate for -->
|
||||
<!--low-luminance UIs. These colors will be used by night/themes.xml.-->
|
||||
|
||||
<color name="color_primary">@color/blue800</color>
|
||||
<color name="color_primary">@color/blue400</color>
|
||||
|
||||
<color name="color_surface">#121212</color>
|
||||
<color name="color_error">#cf6679</color>
|
||||
<color name="color_surface">@color/grey900</color>
|
||||
<color name="color_error">@color/pink300</color>
|
||||
|
||||
<color name="color_on_primary">@color/white</color>
|
||||
<color name="color_on_surface">@color/white</color>
|
||||
|
@ -7,10 +7,13 @@
|
||||
<color name="white">#fafafa</color>
|
||||
<color name="black_regular_mat_design">#212121</color>
|
||||
<color name="grey">#5a5a5a</color>
|
||||
<color name="grey900">#212121</color>
|
||||
<color name="pure_grey">#808080</color>
|
||||
<color name="blue_grey">#ECEFF1</color>
|
||||
<color name="blue400">#42a5f5</color>
|
||||
<color name="blue800">#1565c0</color>
|
||||
<color name="blueTransparent">#962e7ac4</color>
|
||||
<color name="pink300">#f06292</color>
|
||||
<color name="actionModeBackground">#4285F4</color>
|
||||
<color name="greenTick">#4CAF50</color>
|
||||
<color name="stopServer">#E53935</color>
|
||||
|
Loading…
x
Reference in New Issue
Block a user