commit f25967827c5492b5a1e30d05223de5be89dfdf5c Author: zoe Date: Wed Apr 6 19:21:47 2022 +0200 first commit diff --git a/kitty.conf b/kitty.conf new file mode 100644 index 0000000..448c449 --- /dev/null +++ b/kitty.conf @@ -0,0 +1,92 @@ +linux_display_server auto + +# mouse +url_style curly +detect_urls yes +copy_on_select clipboard +strip_trailing_spaces smart +default_pointer_shape beam +pointer_shape_when_grabbed beam + +# performance +sync_to_monitor no + +# layout +resize_draw_strategy size +window_border_width 0pt +window_margin_width 0 +window_padding_width 0 +hide_window_decorations no + +# foreground background +foreground #f8f8f2 +background #282a36 +selection_foreground #ffffff +selection_background #44475a +background_opacity 1 +url_color #50fa7b + +# bell +enable_audio_bell yes +visual_bell_duration 0 +bell_on_tab yes +tab_bar_style powerline +# font +font_family rec mono casual +font_size 12 + +map ctrl+shift+plus change_font_size all +2.0 + +# resize +resize_in_steps no + +# black +color0 #21222c +color8 #6272a4 + +# red +color1 #ff5555 +color9 #ff6e6e + +# green +color2 #50fa7b +color10 #69ff94 + +# yellow +color3 #f1fa8c +color11 #ffffa5 + +# blue +color4 #bd93f9 +color12 #d6acff + +# magenta +color5 #ff79c6 +color13 #ff92df + +# cyan +color6 #8be9fd +color14 #a4ffff + +# white +color7 #f8f8f2 +color15 #ffffff + + +# Cursor +cursor #50fa7b +cursor_text_color background +cursor_shape block + +# Tab bar colors +active_tab_foreground #282a36 +active_tab_background #bd93f9 +inactive_tab_foreground #f8f8f2 +inactive_tab_background #6272a4 + +# Marks +mark1_foreground #282a36 +mark1_background #ff5555 + +# advanced +update_check_interval 0