forked from distok/cutthecord
Fix coloring of muted channels
This commit is contained in:
parent
3f12f86cd9
commit
dbd7b5f490
2 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,7 @@ diff -crB -x dist -x build com.discord-834-base/res/values/colors.xml com.discor
|
|||
<color name="primary_400_alpha_90">#e67d8187</color>
|
||||
! <color name="primary_500">#ff0f0f0f</color>
|
||||
! <color name="primary_500_alpha_30">#4d0f0f0f</color>
|
||||
! <color name="primary_500_alpha_60">#990f0f0f</color>
|
||||
! <color name="primary_500_alpha_60">#99222222</color>
|
||||
! <color name="primary_500_alpha_90">#e60f0f0f</color>
|
||||
! <color name="primary_600">#ff000000</color>
|
||||
! <color name="primary_600_alpha_30">#4d000000</color>
|
||||
|
|
|
@ -22,6 +22,7 @@ Run `fixsplash.sh <full path of asset_loading.png>` to fix the splash.
|
|||
- primary_300 -> entry color (names on direct messages), also used on dtag on small user profile
|
||||
- primary_400 -> label color (Direct Messages, "online", your discrim on bottom of sidebar, note field, @/# on channel name bar)
|
||||
- primary_500 -> "Create Instant Invite"
|
||||
- primary_500_alpha_60 -> Used for muted channels
|
||||
- primary_600 -> chat background, also used by cutthecord for status bar
|
||||
- primary_630 -> sidebar color, bottom bar color (not chat), small user profile bg color, secondary color on many menus like settings
|
||||
- grey_guilds -> guild bar
|
||||
|
|
Loading…
Reference in a new issue