theme element

main
maia arson crimew 2022-06-05 00:04:55 +02:00
parent 2ec1dab052
commit cec99099fd
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
{
"settingDefaults": {
"custom_themes": [
{
"name": "Catppuccin Mocha",
"is_dark": true,
"colors": {
"accent-color": "#cba6f7",
"primary-color": "#cba6f7",
"warning-color": "#f38ba8",
"sidebar-color": "#11111b",
"roomlist-background-color": "#181825",
"roomlist-text-color": "#cdd6f4",
"roomlist-text-secondary-color": "#bac2de",
"roomlist-highlights-color": "#313244",
"roomlist-seperator-color": "#6c7086",
"timeline-background-color": "#1e1e2e",
"timeline-text-color": "#cdd6f4",
"timeline-text-secondary-color": "#bac2de",
"timeline-highlights-color": "#181825",
"username-colors": [ "#f2cdcd", "#f5c2e7", "#f38ba8", "#fab387", "#a6e3a1", "#89b4fa", "#f9e2af", "#89dceb" ],
"avatar-background-colors": [ "#f5c2e7", "#a6e3a1", "#89b4fa" ]
}
}
]
},
"showLabsSettings": true
}