初始化dotfiles
This commit is contained in:
28
kitty/kitty.conf
Normal file
28
kitty/kitty.conf
Normal file
@ -0,0 +1,28 @@
|
||||
shell zsh
|
||||
|
||||
# 字体配置(Nerd Font)
|
||||
font_family JetBrainsMono Nerd Font
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
# font_size 12.0
|
||||
|
||||
# 背景透明度(0.0 完全透明 - 1.0 完全不透明)
|
||||
background_opacity 0.85
|
||||
|
||||
# 关闭窗口时无需二次确认
|
||||
confirm_os_window_close 0
|
||||
|
||||
# 光标样式
|
||||
cursor_shape beam
|
||||
cursor_blink_interval 0.5
|
||||
cursor_stop_blinking_after 15.0
|
||||
|
||||
# 光标拖尾动画
|
||||
cursor_trail 1
|
||||
cursor_trail_decay 0.1 0.4
|
||||
cursor_trail_start_threshold 2
|
||||
|
||||
# 光标颜色(Catppuccin Mocha)
|
||||
cursor #f5e0dc
|
||||
cursor_text_color #1e1e2e
|
||||
Reference in New Issue
Block a user