From e1a765411bd8ea50eef315aaeaf60ca57ac37bab Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Mon, 23 Feb 2026 10:39:23 +0100 Subject: [PATCH] update --- ghostty | 6 ------ kitty.conf | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+), 6 deletions(-) delete mode 100644 ghostty create mode 100644 kitty.conf diff --git a/ghostty b/ghostty deleted file mode 100644 index 9163888..0000000 --- a/ghostty +++ /dev/null @@ -1,6 +0,0 @@ -command = tmux -confirm-close-surface = always -theme = Gruvbox Dark -font-family = FiraCode Nerd Font -font-size = 13 -copy-on-select = false diff --git a/kitty.conf b/kitty.conf new file mode 100644 index 0000000..331c78a --- /dev/null +++ b/kitty.conf @@ -0,0 +1,57 @@ +shell tmux +confirm_os_window_close 1 +font_family FiraCode Nerd Font +font_size 13.0 +copy_on_select no + +# THEME + +# gruvbox dark by morhetz, https://github.com/morhetz/gruvbox +# This work is licensed under the terms of the MIT license. +# For a copy, see https://opensource.org/licenses/MIT. + +background #282828 +foreground #ebdbb2 + +cursor #928374 + +selection_foreground #928374 +selection_background #3c3836 + +color0 #282828 +color8 #928374 + +# red +color1 #cc241d +# light red +color9 #fb4934 + +# green +color2 #98971a +# light green +color10 #b8bb26 + +# yellow +color3 #d79921 +# light yellow +color11 #fabd2d + +# blue +color4 #458588 +# light blue +color12 #83a598 + +# magenta +color5 #b16286 +# light magenta +color13 #d3869b + +# cyan +color6 #689d6a +# lighy cyan +color14 #8ec07c + +# light gray +color7 #a89984 +# dark gray +color15 #928374