Skip to content

Instantly share code, notes, and snippets.

@smolijar
Last active November 24, 2023 14:09
Show Gist options
  • Save smolijar/a98d4dd9dc1263f5252dc2fb3dc163e1 to your computer and use it in GitHub Desktop.
Save smolijar/a98d4dd9dc1263f5252dc2fb3dc163e1 to your computer and use it in GitHub Desktop.
kitty.conf
font_family Cascadia Code
bold_font Cascadia Code Bold
italic_font Cascadia Code Italic
bold_italic_font Cascadia Code Bold Italic
font_size 14.0
disable_ligatures never
background #222222
foreground #c4c4b5
cursor #f6f6ec
selection_background #f6f6ec
color0 #191919
color8 #615e4b
color1 #f3005f
color9 #f3005f
color2 #97e023
color10 #97e023
color3 #fa8419
color11 #dfd561
color4 #9c64fe
color12 #9c64fe
color5 #f3005f
color13 #f3005f
color6 #57d1ea
color14 #57d1ea
color7 #c4c4b5
color15 #f6f6ee
selection_foreground #191919
linux_display_server x11
background_opacity 1
inactive_border_color #444
active_border_color #888
tab_bar_style powerline
tab_powerline_style slanted
active_tab_foreground #191919
active_tab_background #9c64fe
active_tab_font_style bold
inactive_tab_foreground #222D32
inactive_tab_background #32434a
tab_bar_edge top
tab_bar_margin_width 10
window_padding_width 8
map ctrl+tab next_tab
map ctrl+shift+tab previous_tab
map ctrl+t new_tab_with_cwd
map cmd+t new_tab_with_cwd
map ctrl+w close_window
map cmd+w close_window
map ctrl+enter new_window_with_cwd
map ctrl+shift+enter new_window_with_cwd
map ctrl+shift+c send_text all \x03
map ctrl+c copy_to_clipboard
map ctrl+v paste_from_clipboard
map ctrl+shift+u kitten unicode_input --emoji-variation graphic
map ctrl+equal change_font_size all +2.0
map ctrl+plus change_font_size all +2.0
map ctrl+kp_add change_font_size all +2.0
map ctrl+minus change_font_size all -2.0
map ctrl+kp_subtract change_font_size all -2.0
map ctrl+0 change_font_size all 0
open_url_modifiers ctrl
map f11 toggle_fullscreen
url_color white
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment