Created
November 5, 2021 12:41
-
-
Save oliverspryn/68c0697ec02431c24aeb7ffff9c1deb8 to your computer and use it in GitHub Desktop.
The dark mode variant of the color pallet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<resources> | |
<color name="launcher_background_color">@android:color/system_neutral1_800</color> | |
<color name="launcher_foreground_android_color">@android:color/system_accent1_100</color> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment