Created
November 23, 2023 18:56
-
-
Save alexcraviotto/c490d9c8fdf86534f6d76b69b2df5ab6 to your computer and use it in GitHub Desktop.
My kitty config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
term xterm-256color | |
background_opacity 1.0 | |
# font configurations | |
font_family JetBrainsMono Nerd Font | |
font_size 11.0 | |
bold_font auto | |
italic_font auto | |
bold_italic_font auto | |
disable_ligatures never | |
repaint_delay 7 | |
sync_to_monitor yes | |
# internal border | |
window_padding_width 16 | |
# scroll with mouse | |
scroll_on_mouse_wheel yes | |
scroll_lines 3 | |
# tab bar | |
tab_bar_edge bottom bottom | |
tab_powerline_style angled | |
tab_bar_align left | |
tab_bar_style powerline | |
tab_powerline_style round | |
active_tab_foreground #2E3440 | |
active_tab_background #81A1C1 | |
active_tab_font_style bold | |
inactive_tab_background #3B4252 | |
inactive_tab_foreground #2E3440 | |
inactive_tab_font_style italic | |
# keybindings | |
enabled_layouts * | |
map ctrl+alt+q goto_layout tall | |
map ctrl+alt+w goto_layout stack | |
map ctrl+shift+left neighboring_window left | |
map ctrl+shift+right neighboring_window right | |
map ctrl+shift+up neighboring_window up | |
map ctrl+shift+down neighboring_window down | |
map ctrl+t new_tab_with_cwd | |
map ctrl+alt+j change_font_size all -1 | |
map ctrl+alt+k change_font_size all +1 | |
map ctrl+alt+up change_font_size all +1 | |
map ctrl+alt+down change_font_size all -1 | |
map ctrl+Up move_to_start | |
map ctrl+Down move_to_end | |
# NORD | |
foreground #D8DEE9 | |
background #1d1d24 | |
selection_foreground #000000 | |
selection_background #FFFACD | |
url_color #0087BD | |
cursor #81A1C1 | |
# black | |
color0 #3B4252 | |
color8 #4C566A | |
# red | |
color1 #BF616A | |
color9 #BF616A | |
# green | |
color2 #A3BE8C | |
color10 #A3BE8C | |
# yellow | |
color3 #EBCB8B | |
color11 #EBCB8B | |
# blue | |
color4 #81A1C1 | |
color12 #81A1C1 | |
# magenta | |
color5 #B48EAD | |
color13 #B48EAD | |
# cyan | |
color6 #88C0D0 | |
color14 #8FBCBB | |
# white | |
color7 #E5E9F0 | |
color15 #ECEFF4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment