element-themes/Nord/Nord Dark/Nord 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
788 B
JSON

{
"name": "Nord dark theme",
"is_dark": true,
"colors": {
"accent-color": "#a3be8c",
"primary-color": "#88c0d0",
"warning-color": "#bf616a",
"sidebar-color": "#2e3440",
"roomlist-background-color": "#3b4252",
"roomlist-text-color": "#ebcb8b",
"roomlist-text-secondary-color": "#e5e9f0",
"roomlist-highlights-color": "#2e3440",
"roomlist-separator-color": "#434c5e",
"timeline-background-color": "#434c5e",
"timeline-text-color": "#eceff4",
"secondary-content": "#eceff4",
"tertiary-content": "#eceff4",
"timeline-text-secondary-color": "#81a1c1",
"timeline-highlights-color": "#3b4252",
"reaction-row-button-selected-bg-color": "#bf616a"
}
}