From 862cfe3f6d84d7fd5105beb0822300d18fccb70a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9E=D0=BB=D0=B5=D0=B3=20=D0=A1=D0=B0=D0=B7=D0=BE=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2?= Date: Sat, 9 Nov 2024 14:40:44 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20Dark=5FTheme.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dark Theme.json | 22 ---------------------- Dark_Theme.json | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 Dark Theme.json create mode 100644 Dark_Theme.json diff --git a/Dark Theme.json b/Dark Theme.json deleted file mode 100644 index 0c9dcee..0000000 --- a/Dark Theme.json +++ /dev/null @@ -1,22 +0,0 @@ -{ -"name": "∆RRΩW Dark", -"is_dark": true, -"colors": { -"accent-color": "#D9BC00", -"primary-color": "#FFDD00", -"warning-color": "#FBC403", -"sidebar-color": "#020F1B", -"roomlist-background-color": "#011223", -"roomlist-highlights-color": "#1E354A", -"roomlist-separator-color": "#05192D", -"roomlist-text-color": "#FFEC70", -"roomlist-text-secondary-color": "#FFF3A4", -"timeline-background-color": "#05192D", -"timeline-highlights-color": "#011223", -"timeline-text-color": "#FFF3A4", -"secondary-content": "#FFF3A4", -"tertiary-content": "#FFF3A4", -"timeline-text-secondary-color": "#A79000", -"reaction-row-button-selected-bg-color": "#FFEC70" -} -} \ No newline at end of file diff --git a/Dark_Theme.json b/Dark_Theme.json new file mode 100644 index 0000000..0a3059d --- /dev/null +++ b/Dark_Theme.json @@ -0,0 +1,22 @@ +{ + "name": "∆RRΩW Dark", + "is_dark": true, + "colors": { + "accent-color": "#D9BC00", + "primary-color": "#FFDD00", + "warning-color": "#FBC403", + "sidebar-color": "#020F1B", + "roomlist-background-color": "#011223", + "roomlist-highlights-color": "#1E354A", + "roomlist-separator-color": "#05192D", + "roomlist-text-color": "#FFEC70", + "roomlist-text-secondary-color": "#FFF3A4", + "timeline-background-color": "#05192D", + "timeline-highlights-color": "#011223", + "timeline-text-color": "#FFF3A4", + "secondary-content": "#FFF3A4", + "tertiary-content": "#FFF3A4", + "timeline-text-secondary-color": "#A79000", + "reaction-row-button-selected-bg-color": "#FFEC70" + } +}