From c60c45b32e8ad835d42091e059f642aa142c3fac Mon Sep 17 00:00:00 2001 From: ly-sec Date: Wed, 16 Jul 2025 13:56:40 +0200 Subject: [PATCH] Add tooltips, fix tray menu --- Templates/templates/ghostty | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 Templates/templates/ghostty diff --git a/Templates/templates/ghostty b/Templates/templates/ghostty deleted file mode 100644 index 3a92b28..0000000 --- a/Templates/templates/ghostty +++ /dev/null @@ -1,29 +0,0 @@ -# Ghostty theme template for wallust -# Add to wallust config: ghostty = { src = "ghostty.conf", dst = "~/.config/ghostty/theme.conf" } -# And add to ghostty config: theme = "theme.conf" - -palette = 0={{ color0 }} -palette = 1={{ color1 }} -palette = 2={{ color2 }} -palette = 3={{ color3 }} -palette = 4={{ color4 }} -palette = 5={{ color5 }} -palette = 6={{ color6 }} -palette = 7={{ color7 }} -palette = 8={{ color8 }} -palette = 9={{ color9 }} -palette = 10={{ color10 }} -palette = 11={{ color11 }} -palette = 12={{ color12 }} -palette = 13={{ color13 }} -palette = 14={{ color14 }} -palette = 15={{ color15 }} - -background = {{ background }} -foreground = {{ foreground }} - -cursor-color = {{ cursor }} -cursor-text = {{ foreground }} - -selection-background = {{ color8 }} -selection-foreground = {{ foreground }}