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.

This commit is contained in:
Alex Ning
2019-09-27 12:43:06 +08:00
parent 837e461451
commit edf85c2bc3
11 changed files with 88 additions and 15 deletions

View File

@@ -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>