Обновить Dark_Theme.json

This commit is contained in:
2024-11-09 14:40:44 +03:00
parent 513d6ecc25
commit 862cfe3f6d
2 changed files with 22 additions and 22 deletions

22
Dark_Theme.json Normal file
View File

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