H.2 Kitty terminal configuration file

Following content should be appended to ˜/.config/kitty/kitty.conf file. Configuration file is loaded on startup of Kitty terminal.

font_family Monospace Regular
font_size 16.0
cursor_shape underline
scrollback_lines 16384
foreground #dddddd
background #191919

color0 #191919
color8 #545454
#: black

color1 #a80000
color9 #fc5454
#: red

color2  #00a800
color10 #54fc54
#: green

color3  #a85400
color11 #fcfc54
#: yellow

color4  #0000a8
color12 #5454fc
#: blue

color5  #a800a8
color13 #fc54fc
#: magenta

color6  #00a8a8
color14 #54fcfc
#: cyan

color7  #b8b8b8
color15 #fcfcfc
#: white

shell_integration no-cursor
map shift+insert no_op
map kitty_mod+up no_op
map kitty_mod+down no_op
map kitty_mod+right no_op
map kitty_mod+left no_op
map alt+enter toggle_fullscreen