From 9d5b8f7e15a17101c40c2506530972b91c45a4cc Mon Sep 17 00:00:00 2001 From: Scarce Koi Date: Wed, 1 Apr 2026 19:16:54 -0400 Subject: [PATCH] feat(template): misc --- copyq.tera | 59 +++++++++++++++++++++++++++--------------------------- 1 file changed, 30 insertions(+), 29 deletions(-) diff --git a/copyq.tera b/copyq.tera index 7cf773c..d21a783 100644 --- a/copyq.tera +++ b/copyq.tera @@ -4,51 +4,52 @@ whiskers: matrix: - flavor - accent - filename: "themes/{{flavor.identifier}}/catppuccin-{{flavor.identifier}}-{{accent}}.ini" - hex_format: "#{{R}}{{G}}{{B}}" + filename: "themes/{{ flavor.identifier }}/catppuccin-{{ flavor.identifier }}-{{ accent }}.ini" + hex_format: "#{{R}}{{G}}{{B}}{{Z}}" --- +{%- set accent = flavor.colors[accent] -%} [General] -bg={{base.hex}} -fg={{text.hex}} -alt_bg={{surface1.hex}} -sel_bg={{surface0.hex}} -sel_fg={{text.hex}} -find_bg={{flavor.colors[accent].hex}} -find_fg={{base.hex}} -edit_bg={{surface0.hex}} -edit_fg={{text.hex}} -notes_bg={{mantle.hex}} -notes_fg={{text.hex}} -num_fg={{overlay0.hex}} -num_sel_fg={{text.hex}} -notification_bg={{surface0.hex}} -notification_fg={{text.hex}} +bg={{ base.hex }} +fg={{ text.hex }} +alt_bg={{ surface1.hex }} +sel_bg={{ surface0.hex }} +sel_fg={{ text.hex }} +find_bg={{ accent.hex }} +find_fg={{ base.hex }} +edit_bg={{ surface0.hex }} +edit_fg={{ text.hex }} +notes_bg={{ mantle.hex }} +notes_fg={{ text.hex }} +num_fg={{ overlay0.hex }} +num_sel_fg={{ text.hex }} +notification_bg={{ surface0.hex }} +notification_fg={{ text.hex }} hover_item_css=" - ;background: {{surface2.hex}}" + ;background: {{ surface2.hex }}" sel_item_css=" - ;background: {{surface0.hex}}" + ;background: {{ surface0.hex }}" menu_bar_css=" - ;background: {{base.hex}}" + ;background: {{ base.hex }}" menu_bar_disabled_css=" - ;color: {{mantle.hex}}" + ;color: {{ mantle.hex }}" tab_bar_css=" - ;background: {{mantle.hex}}" + ;background: {{ mantle.hex }}" tab_bar_item_counter=" - ;color: {{flavor.colors[accent].hex}}" + ;color: {{ accent.hex }}" tab_bar_scroll_buttons_css=" - ;background: {{mantle.hex}}" + ;background: {{ mantle.hex }}" tab_bar_tab_unselected_css=" - ;background: {{mantle.hex}}" + ;background: {{ mantle.hex }}" tab_tree_item_counter=" - ;color: {{flavor.colors[accent].hex}}" + ;color: {{ accent.hex }}" tab_bar_sel_item_counter=" - ;color: {{flavor.colors[accent].hex}}" + ;color: {{ accent.hex }}" tab_tree_sel_item_counter=" - ;color: {{flavor.colors[accent].hex}}" + ;color: {{ accent.hex }}" tool_button_selected_css=" - ;background: {{base.hex}}" + ;background: {{ base.hex }}" style_main_window=true