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" + } +}