element-themes/Selenized/Selenized Light/Selenized Light.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
795 B
JSON

{
"name": "Selenized light theme",
"is_dark": false,
"colors": {
"accent-color": "#ad8900",
"primary-color": "#009c8f",
"warning-color": "#d2212d",
"sidebar-color": "#d5cdb6",
"roomlist-background-color": "#ece3cc",
"roomlist-text-color": "#c25d1e",
"roomlist-text-secondary-color": "#000000",
"roomlist-highlights-color": "#fbf3db",
"roomlist-separator-color": "#fbf3db",
"timeline-background-color": "#fbf3db",
"timeline-text-color": "#000000",
"secondary-content": "#000000",
"tertiary-content": "#000000",
"timeline-text-secondary-color": "#777777",
"timeline-highlights-color": "#ece3cc",
"reaction-row-button-selected-bg-color": "#4695f7"
}
}