forked from distok/cutthecord
customtheme: Fix splash
This commit is contained in:
parent
1e39dff17e
commit
5dab947b5c
3 changed files with 4 additions and 1 deletions
|
@ -2,11 +2,12 @@
|
|||
|
||||
This patch replaces theme with a pitch black theme, similar to [0cord](https://gitlab.com/ao/0cord). However, you're free to design your own theme. A reference for the values you need are provided below.
|
||||
|
||||
Copy `asset_loading.png` to root of Discord's extracted folder and run `fixsplash.sh` to fix the splash.
|
||||
|
||||
#### Bugs / Side effects
|
||||
- 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
|
||||
- Top bar isn't changed
|
||||
- "editing message" is ugly
|
||||
|
||||
|
|
BIN
patches/customtheme/asset_loading.png
Normal file
BIN
patches/customtheme/asset_loading.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
2
patches/customtheme/fixsplash.sh
Normal file
2
patches/customtheme/fixsplash.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
\cp asset_loading.png res/drawable-xxhdpi/asset_loading.png
|
||||
\cp asset_loading.png res/drawable-xxxhdpi/asset_loading.png
|
Loading…
Reference in a new issue