Skip to content

Instantly share code, notes, and snippets.

@doomb0t
Created July 9, 2020 03:33
Show Gist options
  • Save doomb0t/9bf83b0852c338d50ee537d3e9a4a71d to your computer and use it in GitHub Desktop.
Save doomb0t/9bf83b0852c338d50ee537d3e9a4a71d to your computer and use it in GitHub Desktop.
My kitty-term configuration, supports ligatures
font_family FiraCode Nerd Font Mono
font_size 18.0
bold_font auto
italic_font auto
bold_italic_font auto
disable_ligatures never
tab_bar_style powerline
tab_bar_edge top
enable_audio_bell never
map ctrl+j kitten neighboring_window bottom ctrl+j
map ctrl+k kitten neighboring_window top ctrl+k
map ctrl+h kitten neighboring_window left ctrl+h
map ctrl+l kitten neighboring_window right ctrl+l
macos_option_as_alt yes
# https://draculatheme.com/kitty
#
# Installation instructions:
#
# cp dracula.conf ~/.config/kitty/
# echo "include dracula.conf" >> ~/.config/kitty/kitty.conf
#
# Then reload kitty for the config to take affect.
# Alternatively copy paste below directly into kitty.conf
foreground #f8f8f2
background #282a36
selection_foreground #44475a
selection_background #f8f8f2
url_color #ffb86c
# black
color0 #21222c
color8 #6272a4
# red
color1 #ff5555
color9 #ff6e6e
# green
color2 #50fa7b
color10 #69ff94
# yellow
color3 #f1fa8c
color11 #ffffa5
# blue
color4 #bd93f9
color12 #d6acff
# magenta
color5 #ff79c6
color13 #ff92df
# cyan
color6 #8be9fd
color14 #a4ffff
# white
color7 #f8f8f2
color15 #ffffff
# Cursor colors
cursor #f8f8f2
cursor_text_color background
# Tab bar colors
active_tab_foreground #44475a
active_tab_background #f8f8f2
inactive_tab_foreground #282a36
inactive_tab_background #6272a4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment