1
0
Fork 0

initial commit

This commit is contained in:
Vrifox 2020-12-08 19:53:38 +01:00
commit b4161538d4
Signed by: vrifox
GPG key ID: D40098E5B60B2197
2 changed files with 44 additions and 0 deletions

1
README.md Normal file
View file

@ -0,0 +1 @@
Vrifox.cc theme for element (matrix).

43
config.json Normal file
View file

@ -0,0 +1,43 @@
{
"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)"
]
}
}
]
}
}