initial commit uwu
This commit is contained in:
commit
36533c8906
|
@ -0,0 +1,43 @@
|
||||||
|
{
|
||||||
|
"settingDefaults": {
|
||||||
|
"custom_themes": [
|
||||||
|
{
|
||||||
|
"name": "Sapphic Lavender",
|
||||||
|
"is_dark": true,
|
||||||
|
"fonts": {
|
||||||
|
"monospace": "'Iosevka Medium Extended', 'Fira Code'"
|
||||||
|
},
|
||||||
|
"colors": {
|
||||||
|
"accent-color": "#b4a4f8",
|
||||||
|
"primary-color": "#b4a4f8",
|
||||||
|
"warning-color": "#ff4b55",
|
||||||
|
"sidebar-color": "#242338",
|
||||||
|
"roomlist-background-color": "#242338",
|
||||||
|
"roomlist-text-color": "#fbfbfb",
|
||||||
|
"roomlist-text-secondary-color": "#ffd1dc",
|
||||||
|
"roomlist-highlights-color": "#3c3a5e",
|
||||||
|
"roomlist-separator-color": "#292841",
|
||||||
|
"timeline-background-color": "#292841",
|
||||||
|
"timeline-text-color": "#fbfbfb",
|
||||||
|
"timeline-text-secondary-color": "#b4a4f8",
|
||||||
|
"timeline-highlights-color": "#3c3a5e",
|
||||||
|
"username-colors": [
|
||||||
|
"#D8BFD8",
|
||||||
|
"#ffd1dc",
|
||||||
|
"#DDA0DD",
|
||||||
|
"#DA70D6",
|
||||||
|
"#BA55D3",
|
||||||
|
"#9932CC",
|
||||||
|
"#800060",
|
||||||
|
"#8B008B"
|
||||||
|
],
|
||||||
|
"avatar-background-colors": [
|
||||||
|
"#896bad",
|
||||||
|
"#b09cc8",
|
||||||
|
"#bdacd1"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue