Skip to content

Instantly share code, notes, and snippets.

@Elteoremadebeethoven
Created April 14, 2023 22:56
Show Gist options
  • Save Elteoremadebeethoven/2a4ffd40ab364281c2ad3fc921ec7d9c to your computer and use it in GitHub Desktop.
Save Elteoremadebeethoven/2a4ffd40ab364281c2ad3fc921ec7d9c to your computer and use it in GitHub Desktop.
Kitty config
# Font config
font_family MesloLGSDZ Nerd Font
bold_font auto
italic_font auto
bold_italic_font auto
font_size 14
# Theme
foreground #a9b1d6
background #1A1B26
# Black
color0 #416888
color8 #416888
# Red
color1 #f7768e
color9 #f7768e
# Green
color2 #73daca
color10 #73daca
# Yellow
color3 #e0af68
color11 #e0af68
# Blue
color4 #7aa2f7
color12 #7aa2f7
# Magenta
color5 #bb9af7
color13 #bb9af7
# Cyan
color6 #7dcfff
color14 #7dcfff
# White
color7 #c0caf5
color15 #c0caf5
# Cursor
cursor #c0caf5
cursor_text_color #1a1b26
# Selection highlight
selection_foreground none
selection_background #28344a
# The color for highlighting URLs on mouse-over
url_color #9ece6a
# Window borders
active_border_color #3d59a1
inactive_border_color #101014
bell_border_color #e0af68
# Tab bar
tab_bar_style fade
tab_fade 1
active_tab_foreground #3d59a1
active_tab_background #16161e
active_tab_font_style bold
inactive_tab_foreground #787c99
inactive_tab_background #16161e
inactive_tab_font_style bold
tab_bar_background #101014
background_opacity 0.65
# Keymaps
map ctrl+shift+h neighboring_window left
map ctrl+shift+l neighboring_window right
map ctrl+shift+k neighboring_window up
map ctrl+shift+j neighboring_window down
map alt+shift+k scroll_page_up
map alt+shift+j scroll_page_down
map alt+ctrl+l next_tab
map alt+ctrl+h previous_tab
# For NNN
listen_on unix:/tmp/kitty
allow_remote_control yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment