aboutsummaryrefslogtreecommitdiffstats
path: root/src/schulchat/res/values/colors.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/schulchat/res/values/colors.xml')
-rw-r--r--src/schulchat/res/values/colors.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/schulchat/res/values/colors.xml b/src/schulchat/res/values/colors.xml
deleted file mode 100644
index 62183f3d0..000000000
--- a/src/schulchat/res/values/colors.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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>