cleanup & add explanations

This commit is contained in:
Mylloon 2023-08-25 17:48:12 +02:00
parent 372cf01cee
commit 0447d1ef56
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 15 additions and 12 deletions

9
themes/Explanations.md Normal file
View file

@ -0,0 +1,9 @@
# Connections
- `BACKGROUND_TERTIARY` : Background guild list
- `BACKGROUND_ACCENT`: Background invitation button
- `PRIMARY_600` : Background app (starting screen, tchat)
- `PRIMARY_630` : Background channel list
- `PRIMARY_660` : Background button aside of chatbox
- `PRIMARY_700` : Background of chatbox
- `PRIMARY_800` : Backgroud of menubar and in profile

View file

@ -1,6 +1,6 @@
{
"name": "VendettaOLED",
"description": "OLED theme in \"Automatic\" dark theme",
"name": "test",
"description": "testing",
"authors": [
{
"name": "Mylloon",
@ -8,21 +8,15 @@
}
],
"semanticColors": {
"BACKGROUND_PRIMARY": ["#000000"],
"BACKGROUND_SECONDARY": ["#000000"],
"BACKGROUND_SECONDARY_ALT": ["#15151d"],
"BACKGROUND_TERTIARY": ["#000000"],
"BACKGROUND_FLOATING": ["#000000"],
"BACKGROUND_MOBILE_PRIMARY": ["#000000"],
"BACKGROUND_MOBILE_SECONDARY": ["#000000"],
"CHAT_BACKGROUND": ["#000000"]
"BACKGROUND_ACCENT": ["#08080a"]
},
"rawColors": {
"PRIMARY_600": "#000000",
"PRIMARY_630": "#000000",
"PRIMARY_660": "#000000",
"PRIMARY_700": "#000000",
"PRIMARY_800": "#000000"
"PRIMARY_660": "#08080a",
"PRIMARY_700": "#08080a",
"PRIMARY_800": "#08080a"
},
"spec": 2
}