diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf new file mode 100644 index 0000000..5e1fa43 --- /dev/null +++ b/.config/kitty/kitty.conf @@ -0,0 +1,71 @@ +font_family JetBrains Mono Medium Nerd Font Complete +bold_font JetBrains Mono Bold Nerd Font Complete +italic_font JetBrains Mono Medium Italic Nerd Font Complete +bold_italic_font JetBrains Mono Bold Italic Nerd Font Complete +font_size 14.0 + +enable_audio_bell no + +background_opacity 0.85 + +# Foreground/Background color +foreground #e3e3e3 +background #000000 + +# Black +color0 #1d212a +color8 #535760 + +# Red +color1 #fc636c +color9 #fc8993 + +# Green +color2 #63e176 +color10 #89e19c + +# Yellow +color3 #fbcd68 +color11 #fbdf90 + +# Blue +color4 #7a91fb +color12 #a7bdfb + +# Magenta +color5 #d968c2 +color13 #d990cd + +# Cyan +color6 #5dc5ee +color14 #81d4ee + +# White +color7 #c3c3c3 +color15 #e3e3e3 + +# Selection highlight +selection_foreground #eeeeee +selection_background #444444 + +cursor none + +tab_bar_style fade +tab_fade 0.9 1 +tab_bar_margin_height 5.0 5.0 +tab_bar_background #1d212a +active_tab_foreground #333740 +active_tab_background #fbcd68 +active_tab_font_style bold +inactive_tab_foreground #535760 +inactive_tab_background #1d212a + +window_border_width 2pt +window_margin_width 1 +window_padding_width 2 +active_border_color #7a91fb +inactive_border_color #1d212a + +map ctrl+shift+k combine : clear_terminal scrollback active : send_text normal \x0c +map ctrl+right next_window +map ctrl+left previous_window