feat: kitty better support CJK characters
This commit is contained in:
parent
053876bb52
commit
88f01f7153
5 changed files with 3001 additions and 3 deletions
|
@ -1,5 +1,8 @@
|
|||
# nord theme
|
||||
include ./nord.conf
|
||||
# themes
|
||||
include ./themes.conf
|
||||
|
||||
# the old way
|
||||
#include ./nord.conf
|
||||
|
||||
# bg opacity & blur
|
||||
background_opacity 0.8
|
||||
|
@ -10,11 +13,16 @@ font_family SpaceMono Nerd Font
|
|||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
# for Chinese fonts
|
||||
# https://josephpei.github.io/2022/04/18/kitty-terminal-%E7%BB%88%E7%AB%AF/
|
||||
symbol_map U+4E00-U+9FFF,U+3400-U+4DBF Sarasa Term SC
|
||||
|
||||
# tab bar
|
||||
tab_bar_margin_height 2.0 2.0
|
||||
tab_bar_style powerline
|
||||
tab_powerline_style angled
|
||||
|
||||
# links
|
||||
# click links w/ ctrl+click
|
||||
mouse_map left click ungrabbed
|
||||
mouse_map ctrl+left click grabbed,ungrabbed mouse_handle_click selection link prompt
|
||||
|
||||
|
|
2645
home/private_dot_config/kitty/themes.conf
Normal file
2645
home/private_dot_config/kitty/themes.conf
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue