Created
March 16, 2020 16:48
-
-
Save beleidy/e5a7001de2b9b28223827b551163c220 to your computer and use it in GitHub Desktop.
Configuration file for kitty
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
scrollback_lines 10000 | |
#Fonts | |
font_family Cascadia Code Regular | |
bold_font auto | |
italic_font auto | |
bold_italic_font auto | |
font_size 12.5 | |
# Colours | |
cursor #c5c8c6 | |
foreground #c5c8c6 | |
foreground_bold #c5c8c6 | |
background #1d1f21 | |
# black | |
color0 #282a2e | |
color8 #373b41 | |
# red | |
color1 #a54242 | |
color9 #cc6666 | |
# green | |
color2 #8c9440 | |
color1 #b5bd68 | |
# yellow | |
color3 #de935f | |
color1 #f0c674 | |
# blue | |
color4 #5f819d | |
color1 #81a2be | |
# magenta | |
color5 #85678f | |
color1 #b294bb | |
# cyan | |
color6 #5e8d87 | |
color1 #8abeb7 | |
# white | |
color7 #707880 | |
color1 #c5c8c6 | |
# set default layout to grid | |
enabled_layouts grid,* | |
# sync refresh rate to monitor | |
sync_to_monitor yes | |
# Layout shortcuts | |
# Horizontal stacks horizontally => windows are tall | |
map ctrl+alt+h goto_layout horizontal | |
map ctrl+alt+v goto_layout vertical | |
map ctrl+alt+g goto_layout grid |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment