From 015a00549bf8f077992917bd20bb91a470150af4 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 25 Aug 2023 17:05:44 +0200 Subject: [PATCH] try to make the theme OLED --- themes/VendettaOLED.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/themes/VendettaOLED.json b/themes/VendettaOLED.json index 6e13730..eaf9a16 100644 --- a/themes/VendettaOLED.json +++ b/themes/VendettaOLED.json @@ -10,8 +10,14 @@ "spec": 2, "semanticColors": { "BACKGROUND_MESSAGE_HIGHLIGHT": ["#768afd36"], - "BACKGROUND_PRIMARY": ["#101013"], - "BACKGROUND_SECONDARY": ["#000000"], + "BACKGROUND_PRIMARY": ["#000000"], + "BACKGROUND_SECONDARY": ["#121318"], + "BACKGROUND_SECONDARY_ALT": ["#15151d"], + "BACKGROUND_TERTIARY": ["#22222c"], + "BACKGROUND_FLOATING": ["#121318"], + "BACKGROUND_MOBILE_PRIMARY": ["#000000"], + "BACKGROUND_MOBILE_SECONDARY": ["#08080a"], + "CHAT_BACKGROUND": ["#000000"], "REDESIGN_ACTIVITY_CARD_BACKGROUND": ["#101013"], "REDESIGN_ACTIVITY_CARD_BORDER": ["#222225"], "MODAL_FOOTER_BACKGROUND": ["#000000"]