diff --git a/patches/customtheme/README.md b/patches/customtheme/README.md index 1760261..bccb0a5 100644 --- a/patches/customtheme/README.md +++ b/patches/customtheme/README.md @@ -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 diff --git a/patches/customtheme/asset_loading.png b/patches/customtheme/asset_loading.png new file mode 100644 index 0000000..5510b45 Binary files /dev/null and b/patches/customtheme/asset_loading.png differ diff --git a/patches/customtheme/fixsplash.sh b/patches/customtheme/fixsplash.sh new file mode 100644 index 0000000..7ede36b --- /dev/null +++ b/patches/customtheme/fixsplash.sh @@ -0,0 +1,2 @@ +\cp asset_loading.png res/drawable-xxhdpi/asset_loading.png +\cp asset_loading.png res/drawable-xxxhdpi/asset_loading.png