aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/colors.xml
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, 2 insertions, 1 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 7520cd8..3d05b1c 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -2,7 +2,7 @@
2 2
3<!-- 3<!--
4 * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon 4 * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon
5 * Copyright (C) 2017-2018 Pacien TRAN-GIRARD 5 * Copyright (C) 2017-2023 Pacien TRAN-GIRARD
6 * 6 *
7 * This program is free software: you can redistribute it and/or modify 7 * This program is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
@@ -25,6 +25,7 @@
25 <color name="textTitle">#FFFFFFFF</color> 25 <color name="textTitle">#FFFFFFFF</color>
26 <color name="textAccent">#007f68</color> 26 <color name="textAccent">#007f68</color>
27 <color name="textSecondary">#212121</color> 27 <color name="textSecondary">#212121</color>
28 <color name="textError">#F44336</color>
28 29
29 <color name="separator">#d9d9d9</color> 30 <color name="separator">#d9d9d9</color>
30 31