config/kitty/kitty.conf (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
font_family JetBrains Mono disable_ligatures always font_size 11 repaint_delay 10 # Cursor cursor_text_color #4c566a cursor_shape underline cursor_underline_thickness 1.3 cursor_blink_interval 0 # Bell enable_audio_bell no window_alert_on_bell no bell_on_tab no # Keyboard Shortcuts clear_all_shortcuts yes open_url_modifiers ctrl map ctrl+shift+c copy_to_clipboard map ctrl+shift+v paste_from_clipboard map ctrl+shift+u kitten unicode_input map alt+k scroll_line_up map alt+j scroll_line_down map ctrl+equal change_font_size all +2.0 map ctrl+minus change_font_size all -2.0 map ctrl+backspace change_font_size all 0 # Theming background #f6f6f6 foreground #2a2b33 cursor #d8dee9 color0 #3b4252 color8 #4c566a color1 #bf616a color9 #bf616a color2 #a3be8c color10 #a3be8c color3 #ebcb8b color11 #ebcb8b color4 #81a1c1 color12 #81a1c1 color5 #b48ead color13 #b48ead color6 #88c0d0 color14 #88c0d0 color7 #e5e9f0 color15 #e5e9f0 |