aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/values/md_colors.xml
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2023-03-28 15:41:19 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2023-03-28 16:02:47 +0200
commit58e7b7a069c24c4c3830b5cb8b853cc398d23b64 (patch)
tree687d1cfc4348095f25a221772759ea5d9ed7f253 /ui/src/main/res/values/md_colors.xml
parentui: fix inconsistent style naming (diff)
downloadwireguard-android-58e7b7a069c24c4c3830b5cb8b853cc398d23b64.tar.xz
wireguard-android-58e7b7a069c24c4c3830b5cb8b853cc398d23b64.zip
ui: bring back dark log viewer colors
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--ui/src/main/res/values/md_colors.xml (renamed from ui/src/main/res/values/colors.xml)6
1 files changed, 0 insertions, 6 deletions
diff --git a/ui/src/main/res/values/colors.xml b/ui/src/main/res/values/md_colors.xml
index 052e2a46..65e82389 100644
--- a/ui/src/main/res/values/colors.xml
+++ b/ui/src/main/res/values/md_colors.xml
@@ -60,10 +60,4 @@
<color name="md_theme_dark_surfaceTint">#ADC7FF</color>
<color name="md_theme_dark_outlineVariant">#44474F</color>
<color name="md_theme_dark_scrim">#000000</color>
-
- <!-- Log viewer tag colors -->
- <color name="debug_tag_color">#444444</color>
- <color name="error_tag_color">#aa0000</color>
- <color name="info_tag_color">#00aa00</color>
- <color name="warning_tag_color">#aaaa00</color>
</resources>