added some options to element theme
This commit is contained in:
parent
0d29a528e2
commit
6be0b1a048
1 changed files with 10 additions and 2 deletions
|
@ -3,8 +3,10 @@
|
||||||
"is_dark": true,
|
"is_dark": true,
|
||||||
"colors": {
|
"colors": {
|
||||||
"accent-color": "#ff8800",
|
"accent-color": "#ff8800",
|
||||||
|
"accent": "#ff8800",
|
||||||
"primary-color": "#336699",
|
"primary-color": "#336699",
|
||||||
"warning-color": "#ff8800",
|
"warning-color": "#ff8800",
|
||||||
|
"alert": "#ff8800",
|
||||||
|
|
||||||
"sidebar-color": "#10161d",
|
"sidebar-color": "#10161d",
|
||||||
"roomlist-background-color": "#1d262f",
|
"roomlist-background-color": "#1d262f",
|
||||||
|
@ -19,6 +21,12 @@
|
||||||
"tertiary-content": "#d2e0f0",
|
"tertiary-content": "#d2e0f0",
|
||||||
"timeline-text-secondary-color": "#81a1c1",
|
"timeline-text-secondary-color": "#81a1c1",
|
||||||
"timeline-highlights-color": "#1d262f",
|
"timeline-highlights-color": "#1d262f",
|
||||||
"reaction-row-button-selected-bg-color": "#ff8800"
|
|
||||||
|
"reaction-row-button-selected-bg-color": "#ff8800",
|
||||||
|
"menu-selected-color": "#ff8800",
|
||||||
|
"focus-bg-color": "#ff8800",
|
||||||
|
"room-highlight-color": "#ff8800",
|
||||||
|
"other-user-pill-bg-color": "#ff8800",
|
||||||
|
"togglesw-off-color": "#1d262f"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue