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

22 lines
738 B
JSON

{
"name": "Solarized Dark",
"is_dark": true,
"colors": {
"accent-color": "#b58900",
"primary-color": "#268bd2",
"warning-color": "#dc322f",
"sidebar-color": "#002b36",
"roomlist-background-color": "#073642",
"roomlist-text-color": "#839496",
"roomlist-text-secondary-color": "#93a1a1",
"roomlist-highlights-color": "#586e75",
"timeline-background-color": "#002b36",
"timeline-text-color": "#839496",
"secondary-content": "#839496",
"tertiary-content": "#839496",
"timeline-text-secondary-color": "#586e75",
"timeline-highlights-color": "#073642",
"reaction-row-button-selected-bg-color": "#268bd2"
}
}