diff options
author | Christian Schneppe <christian.schneppe@pix-art.de> | 2019-11-02 17:38:06 +0100 |
---|---|---|
committer | Christian Schneppe <christian.schneppe@pix-art.de> | 2019-11-02 17:38:06 +0100 |
commit | cdcc4979ec8a5c3840d19e531f0106e22f3ad2df (patch) | |
tree | e0d168da036db9c23011c80341593674b03388e2 | |
parent | 87345e410e1734bb780a5ade5cfea86f20400d0b (diff) |
set some colors for schulchat
-rw-r--r-- | src/schulchat/res/values/colors.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/schulchat/res/values/colors.xml b/src/schulchat/res/values/colors.xml new file mode 100644 index 000000000..62183f3d0 --- /dev/null +++ b/src/schulchat/res/values/colors.xml @@ -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> |