Update discord theme to latest version
- Search bars and invitation button - Multiple buttons and cards background - Guild list background
This commit is contained in:
parent
1c3904f334
commit
3d2e4e4491
2 changed files with 16 additions and 16 deletions
|
@ -14,27 +14,27 @@ Use [pyoncord](https://github.com/pyoncord/pyoncord).
|
||||||
- `v1` refers to the OG Discord style
|
- `v1` refers to the OG Discord style
|
||||||
- `v2` refers to the new UI style, also called `TabsV2`
|
- `v2` refers to the new UI style, also called `TabsV2`
|
||||||
|
|
||||||
- **`v2`**`BACKGROUND_PRIMARY` : Background of tchat
|
- **`v1`** `BACKGROUND_TERTIARY` : Background of guild list
|
||||||
- **`v1`** `BACKGROUND_TERTIARY` : Background guild list
|
- **`v1`** `BACKGROUND_ACCENT` : Background of invitation button
|
||||||
- **`v1`** `BACKGROUND_ACCENT` : Background invitation button
|
|
||||||
- **`v1`** `SPOILER_HIDDEN_BACKGROUND` : Spoiler when hidden
|
- **`v1`** `SPOILER_HIDDEN_BACKGROUND` : Spoiler when hidden
|
||||||
- **`v1`** `SPOILER_REVEALED_BACKGROUND` : Spoiler when revealed
|
- **`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)
|
- **`v1`** `PRIMARY_600` : Background app (starting screen, tchat)
|
||||||
- **`v2`** `PRIMARY_600` : Background starting screen
|
|
||||||
- **`v1`** `PRIMARY_630` : Background channel list
|
- **`v1`** `PRIMARY_630` : Background channel list
|
||||||
- **`v1`** `PRIMARY_660` : Background button aside of chatbox
|
- **`v1`** `PRIMARY_660` : Background button aside of chatbox
|
||||||
- **`v1`** `PRIMARY_700` : Background of chatbox
|
- **`v1`** `PRIMARY_700` : Background of chatbox
|
||||||
- **`v1`** `PRIMARY_800` : Backgroud of menubar and in profile
|
- **`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_17` : Background of navbar
|
||||||
- **`v2`** `PLUM_18` : Background of settings button
|
- **`v2`** `PLUM_18` : Background of buttons in "You" tab + settings
|
||||||
- **`v2`** `PLUM_20` : Background of channel list
|
- **`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)
|
## [Themes+](https://vendetta.nexpid.xyz/themes-plus)
|
||||||
|
|
||||||
|
|
|
@ -9,14 +9,10 @@
|
||||||
],
|
],
|
||||||
"spec": 2,
|
"spec": 2,
|
||||||
"semanticColors": {
|
"semanticColors": {
|
||||||
"BACKGROUND_PRIMARY": ["#000000"],
|
|
||||||
"BACKGROUND_TERTIARY": ["#000000"],
|
"BACKGROUND_TERTIARY": ["#000000"],
|
||||||
"BACKGROUND_ACCENT": ["#08080A"],
|
"BACKGROUND_ACCENT": ["#08080A"],
|
||||||
"SPOILER_HIDDEN_BACKGROUND": ["#1E1F22"],
|
"SPOILER_HIDDEN_BACKGROUND": ["#1E1F22"],
|
||||||
"SPOILER_REVEALED_BACKGROUND": ["#232428"],
|
"SPOILER_REVEALED_BACKGROUND": ["#232428"]
|
||||||
"BACKGROUND_MOBILE_PRIMARY": ["#000000"],
|
|
||||||
"BACKGROUND_SECONDARY_ALT": ["#000000"],
|
|
||||||
"ANDROID_NAVIGATION_BAR_BACKGROUND": ["#000000"]
|
|
||||||
},
|
},
|
||||||
"rawColors": {
|
"rawColors": {
|
||||||
"PRIMARY_560": "#08080A",
|
"PRIMARY_560": "#08080A",
|
||||||
|
@ -26,9 +22,13 @@
|
||||||
"PRIMARY_700": "#08080A",
|
"PRIMARY_700": "#08080A",
|
||||||
"PRIMARY_800": "#08080A",
|
"PRIMARY_800": "#08080A",
|
||||||
|
|
||||||
|
"PLUM_15": "#08080A",
|
||||||
"PLUM_17": "#000000",
|
"PLUM_17": "#000000",
|
||||||
"PLUM_18": "#08080A",
|
"PLUM_18": "#08080A",
|
||||||
"PLUM_20": "#000000"
|
"PLUM_19": "#08080A",
|
||||||
|
"PLUM_20": "#000000",
|
||||||
|
"PLUM_23": "#000000",
|
||||||
|
"PLUM_24": "#08080A"
|
||||||
},
|
},
|
||||||
"plus": {
|
"plus": {
|
||||||
"version": "0",
|
"version": "0",
|
||||||
|
|
Loading…
Reference in a new issue