
Similar to the dark theme, but dropping blue in favour of very dark shades of grey. Removed colorEdgeEffect to simplify the sharing of the style between dark and night themes. It should default to colorPrimary anyway, so we're good. Fixes #345.
20 lines
602 B
XML
20 lines
602 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<resources>
|
|
<string-array name="updateIntervalNames">
|
|
<item>@string/interval_never</item>
|
|
<item>@string/interval_1h</item>
|
|
<item>@string/interval_4h</item>
|
|
<item>@string/interval_12h</item>
|
|
<item>@string/interval_1d</item>
|
|
<item>@string/interval_1w</item>
|
|
<item>@string/interval_2w</item>
|
|
</string-array>
|
|
|
|
<string-array name="themeNames">
|
|
<item>@string/theme_light</item>
|
|
<item>@string/theme_dark</item>
|
|
<item>@string/theme_night</item>
|
|
</string-array>
|
|
|
|
</resources>
|