From 030ec42b171df8e8c98a30d7e35839da8824d8c3 Mon Sep 17 00:00:00 2001 From: Maksim Totmin Date: Wed, 21 Jun 2023 21:28:54 +0700 Subject: [PATCH] add kitty conf --- rockethype/config/kitty/kitty.conf | 43 ++++++++++++++++++++++++++++++ rockethype/config/kitty/theme.conf | 29 ++++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100755 rockethype/config/kitty/kitty.conf create mode 100755 rockethype/config/kitty/theme.conf diff --git a/rockethype/config/kitty/kitty.conf b/rockethype/config/kitty/kitty.conf new file mode 100755 index 0000000..833daed --- /dev/null +++ b/rockethype/config/kitty/kitty.conf @@ -0,0 +1,43 @@ +font_family JetBrains Mono +bold_font JetBrains Mono Bold +italic_font JetBrains Mono Italic + +font_size 11.0 + +enable_audio_bell no +window_border_width 0.0 +window_margin_width 2 +window_padding_width 3 +confirm_os_window_close 0 + +tab_title_template {index}:{title} +tab_bar_min_tabs 2 +tab_bar_edge top +tab_bar_style powerline + +clear_all_shortcuts yes +kitty_mod ctrl +map kitty_mod+insert copy_to_clipboard +map shift+insert paste_from_clipboard +map kitty_mod+t new_tab +map kitty_mod+w close_tab +map alt+l next_tab +map kitty_mod+right next_tab +map alt+h previous_tab +map kitty_mod+left previous_tab +map kitty_mod+alt+t set_tab_title +map kitty_mod+g axis vertical + +map alt+1 goto_tab 1 +map alt+2 goto_tab 2 +map alt+3 goto_tab 3 +map alt+4 goto_tab 4 +map alt+5 goto_tab 5 +map alt+6 goto_tab 6 +map alt+7 goto_tab 7 +map alt+8 goto_tab 8 +map alt+9 goto_tab 9 + +map kitty_mod+alt+r launch --type=tab ranger + +include ./theme.conf diff --git a/rockethype/config/kitty/theme.conf b/rockethype/config/kitty/theme.conf new file mode 100755 index 0000000..912a054 --- /dev/null +++ b/rockethype/config/kitty/theme.conf @@ -0,0 +1,29 @@ +background #303030 +foreground #abb2bf +selection_background #abb2bf +selection_foreground #282c34 +url_color #565c64 +cursor #abb2bf +active_border_color #545862 +inactive_border_color #353b45 +active_tab_background #e06c75 +active_tab_foreground #abb2bf +inactive_tab_background #323232 +inactive_tab_foreground #565c64 +tab_bar_background #303030 +color0 #282c34 +color8 #282c34 +color1 #e06c75 +color9 #e06c75 +color2 #98c379 +color10 #98c379 +color3 #e5c07b +color11 #e5c07b +color4 #81A1C1 +color12 #81A1C1 +color5 #c678dd +color13 #c678dd +color6 #56b6c2 +color14 #56b6c2 +color7 #c8ccd4 +color15 #c8ccd4