Created
July 23, 2019 12:58
-
-
Save vinchi777/f59f0d8d8069cb952622805c55a6796b to your computer and use it in GitHub Desktop.
Kitty terminal config
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
launch tmux -Lkitty | |
font_family Fira Code Retina | |
font_size 10.0 | |
bold_font auto | |
italic_font auto | |
bold_italic_font auto | |
/*window_margin_width 0.0*/ | |
/*window_padding_width 0.0*/ | |
/*window_border_width 0.0*/ | |
/*draw_minimal_borders yes*/ | |
background_opacity 0.9 | |
foreground #dddddd | |
background #282a36 | |
cursor #bd93f9 | |
copy_on_select yes | |
window_alert_on_bell no | |
map alt+n new_os_window | |
dynamic_background_opacity yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment