diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-09-27 04:43:06 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-09-27 04:43:06 +0000 |
commit | edf85c2bc3d0a7d983b93d888e540380529601ca (patch) | |
tree | bd9a4dd7ecb8a6d698abd4c59a51d79797547fef /app/src/main/res/values-night | |
parent | 837e461451a877c581ea38e401863a266a1781ca (diff) | |
download | infinity-for-reddit-edf85c2bc3d0a7d983b93d888e540380529601ca.tar infinity-for-reddit-edf85c2bc3d0a7d983b93d888e540380529601ca.tar.gz infinity-for-reddit-edf85c2bc3d0a7d983b93d888e540380529601ca.tar.bz2 infinity-for-reddit-edf85c2bc3d0a7d983b93d888e540380529601ca.tar.lz infinity-for-reddit-edf85c2bc3d0a7d983b93d888e540380529601ca.tar.xz infinity-for-reddit-edf85c2bc3d0a7d983b93d888e540380529601ca.tar.zst infinity-for-reddit-edf85c2bc3d0a7d983b93d888e540380529601ca.zip |
Add a mic icon if the user is the submitter in comments. Add a mod icon if the user is a moderator. Tweak the vertical bar colors in comments in dark theme.
Diffstat (limited to 'app/src/main/res/values-night')
-rw-r--r-- | app/src/main/res/values-night/colors.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml index ff7a6510..2049c23c 100644 --- a/app/src/main/res/values-night/colors.xml +++ b/app/src/main/res/values-night/colors.xml @@ -54,5 +54,13 @@ <color name="defaultTextColor">#B3FFFFFF</color> + <color name="commentVerticalBar1">#1565C0</color> + <color name="commentVerticalBar2">#C300B3</color> + <color name="commentVerticalBar3">#00B8DA</color> + <color name="commentVerticalBar4">#EDCA00</color> + <color name="commentVerticalBar5">#EE0219</color> + <color name="commentVerticalBar6">#00B925</color> + <color name="commentVerticalBar7">#EE4602</color> + <color name="greyTabBackgroundColor">#282828</color> </resources> |