element-themes/Dracula/Flat/DraculaFlat.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
837 B
JSON

{
"name": "Dracula Flat",
"is_dark": true,
"colors": {
"accent-color": "#bd93f9",
"primary-color": "#bd93f9",
"warning-color": "#bd93f9",
"sidebar-color": "#1e1f29",
"roomlist-background-color": "#1e1f29",
"roomlist-text-color": "#eeeeee",
"roomlist-text-secondary-color": "#eeeeee",
"roomlist-highlights-color": "#00000030",
"roomlist-separator-color": "#00000000",
"timeline-background-color": "#1e1f29",
"timeline-text-color": "#eeeeee",
"secondary-content": "#eeeeee",
"tertiary-content": "#eeeeee",
"timeline-text-secondary-color": "#dddddd",
"timeline-highlights-color": "#00000030",
"reaction-row-button-selected-bg-color": "#b9bbbe"
}
}