Last active
January 28, 2022 05:10
-
-
Save maxlibin/539992dc8fba1d58216982eb4ee5a17f to your computer and use it in GitHub Desktop.
Kitty terminal config
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
# include ./theme.conf | |
include ./tokyo-night-kitty.conf | |
hide_window_decorations yes | |
window_padding_width 0 | |
window_margin_width 0 | |
font_family Fira Code | |
italic_font Fira Code Italic | |
font_size 13.0 | |
adjust_line_height 4 | |
active_border_color #222 | |
inactive_border_color #263238 | |
background_opacity 0.97 | |
# repaint_delay 60 | |
sync_to_monitor yes | |
startup_session ./session.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment