diff --git a/spicetify/config.ini b/spicetify/config.ini index fc050b2..817486d 100644 --- a/spicetify/config.ini +++ b/spicetify/config.ini @@ -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 diff --git a/themectl/config.toml b/themectl/config.toml index c4f33a7..7c11370 100644 --- a/themectl/config.toml +++ b/themectl/config.toml @@ -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 &" } diff --git a/themectl/templates/element-custom.mustache b/themectl/templates/element-custom.mustache new file mode 100644 index 0000000..f6f3608 --- /dev/null +++ b/themectl/templates/element-custom.mustache @@ -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 +}