57 lines
1.7 KiB
Plaintext
57 lines
1.7 KiB
Plaintext
# ============================================================================
|
|
# Kitty Configuration
|
|
# ============================================================================
|
|
enable_audio_bell no
|
|
term xterm-256color
|
|
|
|
# ----------------------------------------------------------------------------
|
|
# Font
|
|
# ----------------------------------------------------------------------------
|
|
font_family JetBrainsMono Nerd Font
|
|
font_size 12.0
|
|
|
|
# ----------------------------------------------------------------------------
|
|
# Window
|
|
# ----------------------------------------------------------------------------
|
|
window_padding_width 10
|
|
window_padding_height 10
|
|
|
|
# ----------------------------------------------------------------------------
|
|
# Cursor
|
|
# ----------------------------------------------------------------------------
|
|
cursor_shape beam
|
|
cursor_blink_interval 0.5
|
|
|
|
# ----------------------------------------------------------------------------
|
|
# Layout
|
|
# ----------------------------------------------------------------------------
|
|
enabled_layouts splits
|
|
|
|
# ----------------------------------------------------------------------------
|
|
# Splits
|
|
# ----------------------------------------------------------------------------
|
|
|
|
# Vertical split
|
|
map ctrl+v launch --location=vsplit --cwd=current
|
|
|
|
# Close current kitty split
|
|
map ctrl+q close_window
|
|
|
|
|
|
# ----------------------------------------------------------------------------
|
|
# Colors
|
|
# ----------------------------------------------------------------------------
|
|
foreground #e8e8e8
|
|
background #121212
|
|
cursor #D4D4D4
|
|
cursor_text_color #1F1F1F
|
|
color0 #1F1F1F
|
|
color1 #F44747
|
|
color2 #6A9955
|
|
color3 #DCDCAA
|
|
color4 #569CD6
|
|
color5 #C586C0
|
|
color6 #56B6C2
|
|
color7 #D4D4D4
|
|
color8 #808080
|