aboutsummaryrefslogtreecommitdiffstats
path: root/HttpServer/app/src/main/res/values/colors.xml
diff options
context:
space:
mode:
Diffstat (limited to 'HttpServer/app/src/main/res/values/colors.xml')
-rw-r--r--HttpServer/app/src/main/res/values/colors.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/HttpServer/app/src/main/res/values/colors.xml b/HttpServer/app/src/main/res/values/colors.xml
new file mode 100644
index 00000000..3ab3e9cb
--- /dev/null
+++ b/HttpServer/app/src/main/res/values/colors.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <color name="colorPrimary">#3F51B5</color>
+ <color name="colorPrimaryDark">#303F9F</color>
+ <color name="colorAccent">#FF4081</color>
+</resources>