element
This commit is contained in:
parent
12d7cec89d
commit
c28720c9a1
|
@ -27,7 +27,6 @@ expose_apis = 1
|
|||
|
||||
; DO NOT CHANGE!
|
||||
[Backup]
|
||||
version = 1.1.72.439.gc253025e
|
||||
with = 2.8.4
|
||||
|
||||
version = 1.1.80.699.gc3dac750
|
||||
with = 2.9.2
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@ kitty = { file = "~/.cache/theme/kitty.conf" }
|
|||
rofi-custom = "~/.cache/theme/colors-rofi.rasi"
|
||||
dunst-custom = { file = "~/.config/dunst/dunstrc", post = "(killall dunst &) ; (dunst &)" }
|
||||
zathura-custom = "~/.config/zathura/zathurarc"
|
||||
element-custom = "~/.config/Element/config.json"
|
||||
|
||||
css-custom = { file = "~/.cache/wal/colors.css", post = "pywal-discord &" }
|
||||
firefox = { file = "~/.cache/wal/colors.json", post = "pywalfox update &" }
|
||||
|
|
42
themectl/templates/element-custom.mustache
Normal file
42
themectl/templates/element-custom.mustache
Normal file
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"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}}",
|
||||
"timeline-highlights-color": "#{{base06-hex}}",
|
||||
"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
|
||||
}
|
Loading…
Reference in New Issue
Block a user