From c97cfe62e61565702d63cb6c63d71a232b995016 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Fri, 26 Jan 2024 23:17:03 +0100 Subject: [PATCH] update ghostty config --- .config/ghostty/config.cgt | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/.config/ghostty/config.cgt b/.config/ghostty/config.cgt index ee565f3..f210dda 100644 --- a/.config/ghostty/config.cgt +++ b/.config/ghostty/config.cgt @@ -1,7 +1,5 @@ font-family = "<% opt.term_font %>" -theme = "catppuccin-mocha" - # Broken thanks to GNOME's influence in the Linux desktop ecosystem (thanks!) #background-opacity = 0.8 @@ -48,3 +46,34 @@ keybind = <% k %>=<% v %> key(act_pref .. "c", "copy_to_clipboard") key(act_pref .. "v", "paste_from_clipboard") !> + +palette = <% i - 1 %>=#<% col %> + + +selection-background = <% pal.surface2 %> +background = <% pal.base %> +foreground = <% pal.text %> +selection-foreground = <% pal.text %> +cursor-color = <% pal.rosewater %>