element-themes/ThomCat/ThomCat-Black.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

23 lines
790 B
JSON

{
"name": "ThomCat black theme",
"is_dark": true,
"colors": {
"accent-color": "#cc7b19",
"primary-color": "#9F8652",
"warning-color": "#f9c003",
"sidebar-color": "#000000",
"roomlist-background-color": "#191919",
"roomlist-text-color": "#cc7b19",
"roomlist-text-secondary-color": "#e5e5e5",
"roomlist-highlights-color": "#323232",
"roomlist-separator-color": "#4c4c4c",
"timeline-background-color": "#000000",
"timeline-text-color": "#e5e5e5",
"secondary-content": "#e5e5e5",
"tertiary-content": "#e5e5e5",
"timeline-text-secondary-color": "#b2b2b2",
"timeline-highlights-color": "#212121",
"reaction-row-button-selected-bg-color": "#cc7b19"
}
}