dotfiles/themectl/templates/element-custom.mustache

43 lines
2.1 KiB
Plaintext
Raw Permalink Normal View History

2022-03-14 17:41:55 -04:00
{
"settingDefaults": {
"custom_themes": [
{
"name": "Theme",
"colors": {
"accent-color": "#{{base05-hex}}",
"accent": "#{{base05-hex}}",
"primary-color": "#{{base0D-hex}}",
"warning-color": "#{{base08-hex}}",
"alert": "#{{base08-hex}}",
"sidebar-color": "#{{base00-hex}}",
"roomlist-background-color": "#{{base00-hex}}",
"roomlist-text-color": "#{{base05-hex}}",
"roomlist-text-secondary-color": "#{{base00-hex}}",
"roomlist-highlights-color": "#{{base02-hex}}",
"roomlist-separator-color": "#{{base0E-hex}}",
"timeline-background-color": "#{{base00-hex}}",
"timeline-text-color": "#{{base05-hex}}",
"timeline-text-secondary-color": "#{{base05-hex}}",
2022-03-14 17:43:53 -04:00
"timeline-highlights-color": "#{{base03-hex}}",
2022-03-14 17:41:55 -04:00
"username-colors": ["#{{base03-hex}}", "#{{base08-hex}}", "#{{base0B-hex}}",
"#{{base0A-hex}}", "#{{base0D-hex}}", "#{{base0E-hex}}", "#{{base0C-hex}}",
"#{{base05-hex}}"],
"avatar-background-colors": ["#{{base0A-hex}}", "#{{base0D-hex}}",
"#{{base0E-hex}}"],
"reaction-row-button-selected-bg-color": "#{{base0D-hex}}",
"menu-selected-color": "#{{base0D-hex}}",
"focus-bg-color": "#{{base0D-hex}}",
"room-highlight-color": "#{{base0D-hex}}",
"other-user-pill-bg-color": "#{{base0D-hex}}",
"togglesw-off-color": "#{{base0D-hex}}",
"secondary-content": "#{{base05-hex}}",
"tertiary-content": "#{{base05-hex}}"
}
}]
},
"showLabsSettings": true
}