set some colors for schulchat

This commit is contained in:
Christian Schneppe 2019-11-02 17:38:06 +01:00
parent 87345e410e
commit cdcc4979ec
No known key found for this signature in database
GPG key ID: F30B8D686B44D87E

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="primary">#ff54547F</color> <!-- blue 900 -->
<color name="primary_dark">#ff3a3a58</color> <!-- indigo 900 -->
<color name="accent">#ff99a4f6</color> <!-- light blue accent -->
<!-- bubbles -->
<color name="lightblue">#ebecfe</color> <!-- blue 100 -->
<color name="darkblue">#ff373b4f</color> <!-- blue grey 800 -->
<!-- scanner -->
<color name="scan_result_dots">#ff4caf50</color>
</resources>