Initial commit
This commit is contained in:
commit
21bfbfb139
520 changed files with 47819 additions and 0 deletions
9
app/src/main/res/values-night/themes.xml
Normal file
9
app/src/main/res/values-night/themes.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<resources>
|
||||
<style name="Theme.Dantotsu" parent="Theme.Base">
|
||||
<item name="android:statusBarColor">@color/status</item>
|
||||
<item name="colorPrimary">@color/pink_200</item>
|
||||
<item name="colorOnPrimary">@color/bg_black</item>
|
||||
<item name="android:textColor">@color/bg_white</item>
|
||||
<item name="colorSecondaryVariant">@color/violet_400</item>
|
||||
</style>
|
||||
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue