Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values/colors.xml')
-rw-r--r--app/src/main/res/values/colors.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 55812677c..d7907027a 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -12,6 +12,9 @@
<color name="bg_card_wrapper">#fafafa</color>
<color name="dark_fg_primary">#e5e5e5</color>
+ <color name="activity_create">#00D400</color>
+ <color name="activity_delete">#D40000</color>
+
<!-- due date colors -->
<color name="due_tomorrow">#7fffc53a</color>