1
0
Fork 0
This repository has been archived on 2022-09-28. You can view files and clone it, but cannot push or open issues or pull requests.
element-theme/config.json
2020-12-08 19:53:38 +01:00

43 lines
1.4 KiB
JSON

{
"settingDefaults": {
"custom_themes": [
{
"name": "vrifox.cc",
"is_dark": true,
"fonts": {
"general": "'Lucida Console', monospace"
},
"colors": {
"accent-color": "rgb(255, 130, 130)",
"primary-color": "rgb(235, 110, 110)",
"warning-color": "rgb(255, 150, 150)",
"sidebar-color": "rgb(40, 40, 60)",
"roomlist-background-color": "rgb(40, 40, 60)",
"roomlist-text-color": "rgb(245, 245, 255)",
"roomlist-text-secondary-color": "rgb(255, 255, 255)",
"roomlist-highlights-color": "rgb(50, 50, 75)",
"roomlist-separator-color": "rgb(50, 50, 75)",
"timeline-background-color": "rgb(30, 30, 45)",
"timeline-text-color": "rgb(245, 245, 255)",
"timeline-text-secondary-color": "rgb(255, 255, 255)",
"timeline-highlights-color": "rgb(40, 40, 60)",
"username-colors": [
"rgb(255, 130, 130)",
"rgb(100, 200, 130)",
"rgb(130, 200, 255)",
"rgb(255, 130, 130)",
"rgb(100, 200, 130)",
"rgb(130, 200, 255)",
"rgb(255, 130, 130)",
"rgb(100, 200, 130)"
],
"avatar-background-colors": [
"rgb(255, 130, 130)",
"rgb(100, 200, 130)",
"rgb(130, 200, 255)"
]
}
}
]
}
}