element-themes/Luxury/Luxury Dark/Luxury Dark.json
Christos Karamolegkos 1e7fdfcbf8
Implement the fix for broken colors from #38 to all themes
Implement the fix for broken colors from #38 to all themes other than Discord Dark
2021-10-21 14:02:23 +03:00

24 lines
806 B
JSON

{
"name": "Luxury Dark theme",
"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"
}
}