initial commit
This commit is contained in:
commit
b4161538d4
2 changed files with 44 additions and 0 deletions
1
README.md
Normal file
1
README.md
Normal file
|
@ -0,0 +1 @@
|
|||
Vrifox.cc theme for element (matrix).
|
43
config.json
Normal file
43
config.json
Normal 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)"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in a new issue