39 lines
910 B
Text
39 lines
910 B
Text
# themes
|
|
# outdated: https://sw.kovidgoyal.net/kitty/kittens/themes/#change-color-themes-automatically-when-the-os-switches-between-light-and-dark
|
|
|
|
# include ./current-theme.conf
|
|
|
|
# the old way
|
|
#include ./nord.conf
|
|
|
|
# bg opacity & blur
|
|
background_opacity 0.7
|
|
background_blur 16
|
|
|
|
# a bit for cursors
|
|
cursor_shape block
|
|
#cursor_trail 1
|
|
|
|
# fonts
|
|
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-终端/
|
|
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 slant
|
|
tab_powerline_style angled
|
|
tab_bar_align left
|
|
|
|
# window
|
|
wayland_titlebar_color background
|
|
hide_window_decorations no
|
|
|
|
# click links w/ ctrl+click
|
|
mouse_map left click ungrabbed
|
|
mouse_map ctrl+left click grabbed,ungrabbed mouse_handle_click selection link prompt
|
|
|