Created
October 9, 2023 07:05
-
-
Save ofseed/51e7f5b6bafee31bf8574a644662bb2e to your computer and use it in GitHub Desktop.
Kitty Configuration
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
# vim:fileencoding=utf-8:foldmethod=marker | |
#: Fonts {{{ | |
font_size 14.0 | |
modify_font underline_position 150% | |
modify_font underline_thickness 150% | |
#: }}} | |
#: Color scheme {{{ | |
background_opacity 0.5 | |
#: }}} | |
#: Advanced {{{ | |
shell /bin/fish --login --interactive | |
#: }}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment