Last active
January 13, 2024 10:41
-
-
Save levihuayuzhang/a6df19a59cdfbf59f91583dae50ec171 to your computer and use it in GitHub Desktop.
Kitty termianl 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
# locate at ~/.config/kitty/kitty.conf | |
font_family CaskaydiaCove Nerd Font Mono | |
bold_font auto | |
italic_font auto | |
bold_italic_font auto | |
#font_size 9.0 | |
window_padding_width 6 | |
#include themes/everforest_dark_medium.conf | |
#include themes/tokyo_night_moon.conf | |
include themes/Monokai_Pro_(Filter_Spectrum).conf | |
#include themes/Catppuccin-Frappe.conf | |
background_opacity 0.9 | |
dynamic_background_opacity yes | |
background_blur 9 | |
remember_window_size no | |
initial_window_width 120c | |
initial_window_height 30c | |
#hide_window_decorations yes | |
#confirm_os_window_close 0 | |
shell_integration disabled |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment