dotfiles/config/kitty/kitty.conf (view raw)
| 1 | hide_window_decorations yes |
| 2 | update_check_interval 0 |
| 3 | enabled_layouts horizontal |
| 4 | |
| 5 | ## some non terminal things |
| 6 | shell fish |
| 7 | |
| 8 | ## Remote control |
| 9 | allow_remote_control socket-only |
| 10 | listen_on unix:/tmp/kitty |
| 11 | |
| 12 | ## Font |
| 13 | font_size 12.6 |
| 14 | font_family Jetbrains Mono |
| 15 | bold_font auto |
| 16 | italic_font auto |
| 17 | bold_italic_font auto |
| 18 | disable_ligatures never |
| 19 | |
| 20 | ## Tabs |
| 21 | tab_bar_style fade |
| 22 | tab_bar_edge top |
| 23 | tab_fade 1 |
| 24 | |
| 25 | ## Bell |
| 26 | enable_audio_bell no |
| 27 | visual_bell_duration 0 |
| 28 | |
| 29 | ## Cursor |
| 30 | cursor_beam_thickness 0 |
| 31 | cursor_shape underline |
| 32 | cursor_underline_thickness 1.3 |
| 33 | cursor_blink_interval 0 |
| 34 | |
| 35 | ## Mouse |
| 36 | mouse_hide_wait .5 |
| 37 | focus_follows_mouse no |
| 38 | |
| 39 | ## Mappings |
| 40 | # map alt+1 goto_tab 1 |
| 41 | # map alt+2 goto_tab 2 |
| 42 | # map alt+3 goto_tab 3 |
| 43 | # map alt+4 goto_tab 4 |
| 44 | # map alt+5 goto_tab 5 |
| 45 | # map alt+6 goto_tab 6 |
| 46 | # map alt+7 goto_tab 7 |
| 47 | # map alt+8 goto_tab 8 |
| 48 | # map alt+9 goto_tab 9 |
| 49 | map kitty_mod+t new_tab_with_cwd |
| 50 | map kitty_mod+enter new_window_with_cwd |
| 51 | |
| 52 | map ctrl+equal change_font_size all +1 |
| 53 | map ctrl+minus change_font_size all -1 |
| 54 | map ctrl+backspace change_font_size all 0 |
| 55 | map ctrl+0 change_font_size all 0 |
| 56 | |
| 57 | ## Theme |
| 58 | background #1a1b26 |
| 59 | foreground #c0caf5 |
| 60 | selection_background #33467c |
| 61 | selection_foreground #c0caf5 |
| 62 | url_color #73daca |
| 63 | cursor #c0caf5 |
| 64 | cursor_text_color #1a1b26 |
| 65 | active_tab_background #7aa2f7 |
| 66 | active_tab_foreground #16161e |
| 67 | inactive_tab_background #292e42 |
| 68 | inactive_tab_foreground #545c7e |
| 69 | color0 #15161e |
| 70 | color1 #f7768e |
| 71 | color2 #9ece6a |
| 72 | color3 #e0af68 |
| 73 | color4 #7aa2f7 |
| 74 | color5 #bb9af7 |
| 75 | color6 #7dcfff |
| 76 | color7 #a9b1d6 |
| 77 | color8 #414868 |
| 78 | color9 #f7768e |
| 79 | color10 #9ece6a |
| 80 | color11 #e0af68 |
| 81 | color12 #7aa2f7 |
| 82 | color13 #bb9af7 |
| 83 | color14 #7dcfff |
| 84 | color15 #c0caf5 |
| 85 | color16 #ff9e64 |
| 86 | color17 #db4b4b |