Skip to content

Instantly share code, notes, and snippets.

@kolanse
Created August 8, 2020 20:17
Show Gist options
  • Save kolanse/b24230694cbfa9828e55c49a599a8a72 to your computer and use it in GitHub Desktop.
Save kolanse/b24230694cbfa9828e55c49a599a8a72 to your computer and use it in GitHub Desktop.
color night
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#6200EE</color>
<color name="colorPrimaryDark">#3700B3</color>
<color name="colorAccent">#03DAC5</color>
<color name="background_lay">#00008B</color>
<color name="buttonbackground">#fff</color>
<color name="button_text">#00008B</color>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment