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

25 lines
794 B
JSON

{
"name": "Selenized black theme",
"is_dark": true,
"colors": {
"accent-color": "#70b433",
"primary-color": "#4695f7",
"warning-color": "#ed4a46",
"sidebar-color": "#181818",
"roomlist-background-color": "#252525",
"roomlist-text-color": "#ffffff",
"roomlist-text-secondary-color": "#b9b9b9",
"roomlist-highlights-color": "#3b3b3b",
"roomlist-separator-color": "#121212",
"timeline-background-color": "#181818",
"timeline-text-color": "#FFFFFF",
"secondary-content": "#FFFFFF",
"tertiary-content": "#FFFFFF",
"timeline-text-secondary-color": "#777777",
"timeline-highlights-color": "#252525",
"reaction-row-button-selected-bg-color": "#4695f7"
}
}