dotfiles/.config/kitty/kitty.conf
Ahmad Ansori Palembani a6c4f28006 fix: Use monospace
This makes it easier to handle fallback font since kitty doesn't have a
real fallback font feature
2024-03-30 05:39:04 +07:00

44 lines
824 B
Text

font_family monospace
bold_font auto
italic_font auto
bold_italic_font auto
font_size 10
adjust_line_height 0
confirm_os_window_close 0
enable_audio_bell no
background #0E1418
foreground #E1F3FF
color0 #404757
color8 #353b48
color1 #e84118
color9 #c23616
color2 #4cd137
color10 #44bd32
color3 #fbc531
color11 #e1b12c
color4 #60c0ff
color12 #0ea0ff
color5 #7e8afc
color13 #4c6dff
color6 #5992c6
color14 #40739e
color7 #f5f6fa
color15 #c5c8c6
window_padding_width 25 30
map ctrl+equal change_font_size all +1.0
map ctrl+\ change_font_size all 0
map ctrl+minus change_font_size all -1.0
map alt+page_up scroll_page_up
map alt+page_down scroll_page_down
map alt+c copy_to_clipboard
map alt+v paste_from_clipboard
map shift+insert paste_from_selection