forked from distok/cutthecord
Change a couple colors and extend side effects
This commit is contained in:
parent
ac2aa41279
commit
4a3f50dcd2
2 changed files with 6 additions and 3 deletions
|
@ -127,8 +127,8 @@ diff -crB -x dist -x build com.discord-832-base/res/values/colors.xml com.discor
|
||||||
<color name="primary_text_default_material_light">#de000000</color>
|
<color name="primary_text_default_material_light">#de000000</color>
|
||||||
<color name="primary_text_disabled_material_dark">#4dffffff</color>
|
<color name="primary_text_disabled_material_dark">#4dffffff</color>
|
||||||
<color name="primary_text_disabled_material_light">#39000000</color>
|
<color name="primary_text_disabled_material_light">#39000000</color>
|
||||||
! <color name="purple_brand">#ff0f0f0f</color>
|
! <color name="purple_brand">#ff50f148</color>
|
||||||
! <color name="purple_brand_alpha_10">#1a0f0f0f</color>
|
! <color name="purple_brand_alpha_10">#1a50f148</color>
|
||||||
<color name="purple_brand_dark">#ff697ec4</color>
|
<color name="purple_brand_dark">#ff697ec4</color>
|
||||||
<color name="purple_brand_hint">#ffc9d2f0</color>
|
<color name="purple_brand_hint">#ffc9d2f0</color>
|
||||||
<color name="purple_brand_notification">#ff5161ff</color>
|
<color name="purple_brand_notification">#ff5161ff</color>
|
||||||
|
|
|
@ -4,6 +4,9 @@ This patch replaces theme with a black theme. However, you're free to design you
|
||||||
|
|
||||||
#### Bugs / Side effects
|
#### Bugs / Side effects
|
||||||
- Not all colors are replaced
|
- Not all colors are replaced
|
||||||
|
- Ignored channel names aren't visible
|
||||||
|
- "x blocked messages" and bg on that is still a mess
|
||||||
|
- Splash is shit
|
||||||
|
|
||||||
#### Available and tested on:
|
#### Available and tested on:
|
||||||
- 8.3.2
|
- 8.3.2
|
||||||
|
@ -17,7 +20,7 @@ This patch replaces theme with a black theme. However, you're free to design you
|
||||||
- primary_600 -> char background
|
- primary_600 -> char background
|
||||||
- primary_630 -> sidebar color, bottom bar color (not chat), small user profile bg color, secondary color on many menus like settings
|
- 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
|
- grey_guilds -> guild bar
|
||||||
- purple_brand -> blurple, used for things like bottom circle button for message on someone's profile
|
- purple_brand -> blurple, used for things like bottom circle button for message on someone's profile, bot icon, mentions
|
||||||
- dark_grey_2 -> bottom chat bar
|
- dark_grey_2 -> bottom chat bar
|
||||||
- grey_account -> user sidebar background (user list)
|
- grey_account -> user sidebar background (user list)
|
||||||
- grey_channels -> user sidebar background (channel information)
|
- grey_channels -> user sidebar background (channel information)
|
||||||
|
|
Loading…
Reference in a new issue