From f09e2cbab54bf39b530a846bc46d62125081963b Mon Sep 17 00:00:00 2001 From: Matthew Ryan Dillon Date: Fri, 14 Nov 2025 14:21:30 -0500 Subject: [PATCH] not particularly excited about ghostty, but i do like the idea of dropping zellij --- home/private_dot_config/ghostty/config.tmpl | 29 ------- home/private_dot_config/kitty/kitty.conf.tmpl | 75 +------------------ 2 files changed, 3 insertions(+), 101 deletions(-) delete mode 100644 home/private_dot_config/ghostty/config.tmpl diff --git a/home/private_dot_config/ghostty/config.tmpl b/home/private_dot_config/ghostty/config.tmpl deleted file mode 100644 index 20b63ee..0000000 --- a/home/private_dot_config/ghostty/config.tmpl +++ /dev/null @@ -1,29 +0,0 @@ -shell-integration = zsh -font-family = Iosevka -adjust-cell-width = "-7%" -theme = Catppuccin Mocha -# theme = Catppuccin Latte -mouse-hide-while-typing = true -scrollback-limit = 1000000 -macos-icon = retro - -keybind = ctrl+a>c=new_tab -keybind = ctrl+a>shift+5=new_split:right -keybind = ctrl+a>shift+'=new_split:down -keybind = ctrl+a>z=toggle_split_zoom -keybind = ctrl+a>n=next_tab -keybind = ctrl+a>p=previous_tab -keybind = ctrl+a>h=goto_split:left -keybind = ctrl+a>j=goto_split:bottom -keybind = ctrl+a>k=goto_split:top -keybind = ctrl+a>l=goto_split:right -keybind = ctrl+a>1=goto_tab:1 -keybind = ctrl+a>2=goto_tab:2 -keybind = ctrl+a>3=goto_tab:3 -keybind = ctrl+a>4=goto_tab:4 -keybind = ctrl+a>5=goto_tab:5 -keybind = ctrl+a>6=goto_tab:6 -keybind = ctrl+a>7=goto_tab:7 -keybind = ctrl+a>8=goto_tab:8 -keybind = ctrl+a>9=goto_tab:9 -keybind = ctrl+a>0=goto_tab:10 diff --git a/home/private_dot_config/kitty/kitty.conf.tmpl b/home/private_dot_config/kitty/kitty.conf.tmpl index 665e76b..369d048 100644 --- a/home/private_dot_config/kitty/kitty.conf.tmpl +++ b/home/private_dot_config/kitty/kitty.conf.tmpl @@ -3,78 +3,9 @@ font_size 14.0 shell . clipboard_control write-clipboard write-primary no-append macos_option_as_alt yes - -# Bell enable_audio_bell no visual_bell_duration 0.5 -# The basic colors -foreground #cdd6f4 -background #1e1e2e -selection_foreground #1e1e2e -selection_background #f5e0dc - -# Cursor colors -cursor #f5e0dc -cursor_text_color #1e1e2e - -# URL underline color when hovering with mouse -url_color #f5e0dc - -# Kitty window border colors -active_border_color #b4befe -inactive_border_color #6c7086 -bell_border_color #f9e2af - -# OS Window titlebar colors -wayland_titlebar_color system -macos_titlebar_color system - -# Tab bar colors -active_tab_foreground #11111b -active_tab_background #cba6f7 -inactive_tab_foreground #cdd6f4 -inactive_tab_background #181825 -tab_bar_background #11111b - -# Colors for marks (marked text in the terminal) -mark1_foreground #1e1e2e -mark1_background #b4befe -mark2_foreground #1e1e2e -mark2_background #cba6f7 -mark3_foreground #1e1e2e -mark3_background #74c7ec - -# The 16 terminal colors - -# black -color0 #45475a -color8 #585b70 - -# red -color1 #f38ba8 -color9 #f38ba8 - -# green -color2 #a6e3a1 -color10 #a6e3a1 - -# yellow -color3 #f9e2af -color11 #f9e2af - -# blue -color4 #89b4fa -color12 #89b4fa - -# magenta -color5 #f5c2e7 -color13 #f5c2e7 - -# cyan -color6 #94e2d5 -color14 #94e2d5 - -# white -color7 #bac2de -color15 #a6adc8 +# BEGIN_KITTY_THEME +include current-theme.conf +# END_KITTY_THEME