summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/colors.xml
diff options
context:
space:
mode:
authormagh <magh@maghmogh.com>2024-11-22 15:54:21 +0900
committermagh <magh@maghmogh.com>2024-11-22 15:54:21 +0900
commit241c94f7c9ea6e12b699c6b7ae181905f1d5d869 (patch)
treeb24d533e36b48ccd1d2ddd10edc637cb9194f16e /app/src/main/res/layout/colors.xml
initial commitHEADmaster
Diffstat (limited to 'app/src/main/res/layout/colors.xml')
-rw-r--r--app/src/main/res/layout/colors.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/res/layout/colors.xml b/app/src/main/res/layout/colors.xml
new file mode 100644
index 0000000..d21db95
--- /dev/null
+++ b/app/src/main/res/layout/colors.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <color name="colorPrimary">#3F51B5</color>
+ <color name="colorPrimaryDark">#303F9F</color>
+ <color name="colorAccent">#00BFFF</color>
+ <color name="textColorPrimary">#FFFFFF</color>
+ <color name="windowBackground">#FFFFFF</color>
+ <color name="menuBackground">#80333333</color>
+ <color name="menuHeaderBackground">#801E1E1E</color>
+ <color name="dividerColor">#80444444</color>
+</resources>