From 3d2e4e44912bb9d50e73f1edc9c7809a7396dc23 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 17 Apr 2024 01:55:32 +0200 Subject: [PATCH] Update discord theme to latest version - Search bars and invitation button - Multiple buttons and cards background - Guild list background --- themes/Explanations.md | 20 ++++++++++---------- themes/mobile-discord.json | 12 ++++++------ 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/themes/Explanations.md b/themes/Explanations.md index 418cc76..77a8730 100644 --- a/themes/Explanations.md +++ b/themes/Explanations.md @@ -14,27 +14,27 @@ Use [pyoncord](https://github.com/pyoncord/pyoncord). - `v1` refers to the OG Discord style - `v2` refers to the new UI style, also called `TabsV2` -- **`v2`**`BACKGROUND_PRIMARY` : Background of tchat -- **`v1`** `BACKGROUND_TERTIARY` : Background guild list -- **`v1`** `BACKGROUND_ACCENT` : Background invitation button +- **`v1`** `BACKGROUND_TERTIARY` : Background of guild list +- **`v1`** `BACKGROUND_ACCENT` : Background of invitation button - **`v1`** `SPOILER_HIDDEN_BACKGROUND` : Spoiler when hidden - **`v1`** `SPOILER_REVEALED_BACKGROUND` : Spoiler when revealed -- **`v2`** `BACKGROUND_MOBILE_PRIMARY` : Background in Vendetta menus -- **`v2`** `BACKGROUND_SECONDARY_ALT` : Background guild list -- **`v2`** `ANDROID_NAVIGATION_BAR_BACKGROUND` : Borders of screen in landscape mode --- +- **`v1`** `PRIMARY_560` : Background of card in forums - **`v1`** `PRIMARY_600` : Background app (starting screen, tchat) -- **`v2`** `PRIMARY_600` : Background starting screen - **`v1`** `PRIMARY_630` : Background channel list - **`v1`** `PRIMARY_660` : Background button aside of chatbox - **`v1`** `PRIMARY_700` : Background of chatbox - **`v1`** `PRIMARY_800` : Backgroud of menubar and in profile -- **`v1`** `PRIMARY_560` : Background of card in forums + +- **`v2`** `PLUM_15` : Background of search bar and invite button in guilds - **`v2`** `PLUM_17` : Background of navbar -- **`v2`** `PLUM_18` : Background of settings button -- **`v2`** `PLUM_20` : Background of channel list +- **`v2`** `PLUM_18` : Background of buttons in "You" tab + settings +- **`v2`** `PLUM_19` : Background of cards used in mod settings +- **`v2`** `PLUM_20` : Background of channel list + tchat +- **`v2`** `PLUM_23` : Background of guild list +- **`v2`** `PLUM_24` : Background of search bar in settings ## [Themes+](https://vendetta.nexpid.xyz/themes-plus) diff --git a/themes/mobile-discord.json b/themes/mobile-discord.json index adeaac8..3f05bb9 100644 --- a/themes/mobile-discord.json +++ b/themes/mobile-discord.json @@ -9,14 +9,10 @@ ], "spec": 2, "semanticColors": { - "BACKGROUND_PRIMARY": ["#000000"], "BACKGROUND_TERTIARY": ["#000000"], "BACKGROUND_ACCENT": ["#08080A"], "SPOILER_HIDDEN_BACKGROUND": ["#1E1F22"], - "SPOILER_REVEALED_BACKGROUND": ["#232428"], - "BACKGROUND_MOBILE_PRIMARY": ["#000000"], - "BACKGROUND_SECONDARY_ALT": ["#000000"], - "ANDROID_NAVIGATION_BAR_BACKGROUND": ["#000000"] + "SPOILER_REVEALED_BACKGROUND": ["#232428"] }, "rawColors": { "PRIMARY_560": "#08080A", @@ -26,9 +22,13 @@ "PRIMARY_700": "#08080A", "PRIMARY_800": "#08080A", + "PLUM_15": "#08080A", "PLUM_17": "#000000", "PLUM_18": "#08080A", - "PLUM_20": "#000000" + "PLUM_19": "#08080A", + "PLUM_20": "#000000", + "PLUM_23": "#000000", + "PLUM_24": "#08080A" }, "plus": { "version": "0",