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

25 lines
793 B
JSON

{
"name": "Selenized dark theme",
"is_dark": true,
"colors": {
"accent-color": "#41c7b9",
"primary-color": "#4695f7",
"warning-color": "#fa5750",
"sidebar-color": "#103c48",
"roomlist-background-color": "#184956",
"roomlist-text-color": "#dbb32d",
"roomlist-text-secondary-color": "#FFFFFF",
"roomlist-highlights-color": "#2d5b69",
"roomlist-separator-color": "#2d5b69",
"timeline-background-color": "#2d5b69",
"timeline-text-color": "#FFFFFF",
"secondary-content": "#FFFFFF",
"tertiary-content": "#FFFFFF",
"timeline-text-secondary-color": "#72898f",
"timeline-highlights-color": "#184956",
"reaction-row-button-selected-bg-color": "#4695f7"
}
}