From 0447d1ef56665872a2ef17d0e67215ae98ae6a7d Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 25 Aug 2023 17:48:12 +0200 Subject: [PATCH] cleanup & add explanations --- themes/Explanations.md | 9 +++++++++ themes/VendettaOLED.json | 18 ++++++------------ 2 files changed, 15 insertions(+), 12 deletions(-) create mode 100644 themes/Explanations.md diff --git a/themes/Explanations.md b/themes/Explanations.md new file mode 100644 index 0000000..a94adec --- /dev/null +++ b/themes/Explanations.md @@ -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 diff --git a/themes/VendettaOLED.json b/themes/VendettaOLED.json index bd060be..889ed7e 100644 --- a/themes/VendettaOLED.json +++ b/themes/VendettaOLED.json @@ -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 }