This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/common/kitty/kitty.conf

118 lines
2.6 KiB
Plaintext

font_family IosevkaLyteTerm
bold_font IosevkaLyteTerm Heavy
italic_font IosevkaLyteTerm Italic
bold_italic_font IosevkaLyteTerm Heavy Italic
font_size 12.5
symbol_map U+23FB-U+23FE,U+2665,U+26A1,U+2B58,U+E000-U+E00A,U+E0A0-U+E0A3,U+E0B0-U+E0D4,U+E200-U+E2A9,U+E300-U+E3E3,U+E5FA-U+E6AA,U+E700-U+E7C5,U+EA60-U+EBEB,U+F000-U+F2E0,U+F300-U+F32F,U+F400-U+F4A9,U+F500-U+F8FF,U+F0001-U+F1AF0 Symbols Nerd Font Mono
# use `kitty + list-fonts --psnames` to get the font's PostScript name
# font_features IosevkaLyte
# font_features Iosevka-Heavy +calt +dlig
# font_features Iosevka-Italic +calt +dlig
# font_features Iosevka-Heavy-Italic +calt +dlig
allow_remote_control yes
# listen_on unix:/$TMPDIR/kitty
repaint_delay 5
input_delay 5
sync_to_monitor yes
adjust_line_height 0
window_padding_width 10.0
window_margin_width 0.0
confirm_os_window_close 0
enabled_layouts tall:bias=50;full_size=1;mirrored=true
map ctrl+shift+1 change_font_size all 12.5
map ctrl+shift+2 change_font_size all 18.5
map ctrl+shift+3 change_font_size all 26
map ctrl+shift+equal change_font_size all +0.5
map ctrl+shift+minus change_font_size all -0.5
map shift+insert paste_from_clipboard
map ctrl+shift+v paste_from_selection
map ctrl+shift+c copy_to_clipboard
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 ctrl+shift+h nth_window -1
map ctrl+shift+p>u kitten hints --type=url --program @
shell_integration disabled
enable_audio_bell yes
visual_bell_duration 0.25
visual_bell_color #333033
url_style single
strip_trailing_spaces smart
# open_url_modifiers ctrl
background #110811
foreground #f8f2f8
# black
color0 #333033
# red
color1 #f92672
# green
color2 #a6e22e
# yellow
color3 #f4bf75
# blue
color4 #66d9ef
# purple
color5 #ae81ff
# cyan
color6 #a1efe4
# white
color7 #f8f2f8
# TODO: where did these colors come from? donokai?
# color8 #75715e
# color9 #fd971f
# color10 #383830
# color11 #49483e
# color12 #a59f85
# color13 #f5f4f1
# color14 #cc6633
# color15 #f9f8f5
color18 #333033
# # light theme
#
# background #eeeeee
# foreground #000000
#
# color0 #eeeeee
# color1 #f92672
# color2 #a6e22e
# color3 #f4bf75
# color4 #66d9ef
# color5 #ae81ff
# color6 #a1efe4
# color7 #000000
#
# color8 #aaaaaa
# color9 #fd971f
# color10 #cccccc
# color11 #49483e
# color12 #a59f85
# color13 #f5f4f1
# color14 #cc6633
# color15 #f9f8f5
#
# color18 #cccccc
wheel_scroll_multiplier 5.0
touch_scroll_multiplier 5.0
# same as bg, used by tmux to ensure the same bg color is used in pane border
# and statusline
color19 #100814