Created
July 27, 2018 03:55
-
-
Save onlurking/48c925ee859892f9265e0a03df1ff71e to your computer and use it in GitHub Desktop.
$HOME/.config/kitty/kitty.conf
This file contains 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
foreground #d3d0c8 | |
background #2d2d2d | |
background_opacity 0.8 | |
dynamic_background_opacity no | |
color0 #2d2d2d | |
color8 #5a5a5a | |
color1 #f2777a | |
color9 #f2777a | |
color2 #99cc99 | |
color10 #99cc99 | |
color3 #ffcc66 | |
color11 #ffcc66 | |
color4 #6699cc | |
color12 #6699cc | |
color5 #cc99cc | |
color13 #cc99cc | |
color6 #66cccc | |
color14 #66cccc | |
color7 #d3d0c8 | |
color15 #f2f0ec | |
font_family DejaVu Sans Mono Book | |
bold_font auto | |
italic_font auto | |
bold_italic_font auto | |
font_size 10.0 | |
cursor_shape block | |
cursor #cccccc | |
cursor_blink_interval 0.5 | |
cursor_stop_blinking_after 15.0 | |
scrollback_lines 2000 | |
scrollback_pager less --chop-long-lines --RAW-CONTROL-CHARS +INPUT_LINE_NUMBER | |
url_color #0087BD | |
url_style curly | |
selection_foreground #515151 | |
selection_background #999999 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment