element-themes/Nord/Nord Light/Nord 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
790 B
JSON

{
"name": "Nord light theme",
"is_dark": false,
"colors": {
"accent-color": "#a3be8c",
"primary-color": "#5e81ac",
"warning-color": "#bf616a",
"sidebar-color": "#d8dee9",
"roomlist-background-color": "#e5e9f0",
"roomlist-text-color": "#d08770",
"roomlist-text-secondary-color": "#3b4252",
"roomlist-highlights-color": "#eceff4",
"roomlist-separator-color": "#eceff4",
"timeline-background-color": "#eceff4",
"timeline-text-color": "#2e3440",
"secondary-content": "#2e3440",
"tertiary-content": "#2e3440",
"timeline-text-secondary-color": "#3b4252",
"timeline-highlights-color": "#e5e9f0",
"reaction-row-button-selected-bg-color": "#bf616a"
}
}