mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +02:00
udpate kitty/kitty.conf
This commit is contained in:
parent
ab5acf4263
commit
a67d7798a4
1 changed files with 22 additions and 13 deletions
|
|
@ -1,31 +1,40 @@
|
||||||
|
|
||||||
term xterm-kitty
|
term xterm-kitty
|
||||||
|
|
||||||
font_family JetBrainsMono NF Bold
|
shell_integration no-cursor
|
||||||
bold_font JetBrainsMono NF ExtraBold
|
|
||||||
italic_font JetBrainsMono NF Italic
|
|
||||||
bold_italic_font JetBrainsMono NF Bold Italic
|
|
||||||
font_size 12.0
|
|
||||||
disable_ligatures never
|
|
||||||
|
|
||||||
clipboard_control write-primary write-clipboard no-append
|
clipboard_control write-primary write-clipboard no-append
|
||||||
|
|
||||||
|
# Text
|
||||||
|
font_family family="IosevkaCustom Nerd Font"
|
||||||
|
bold_font family="IosevkaCustom Nerd Font" style="SemiBold"
|
||||||
|
italic_font auto
|
||||||
|
bold_italic_font auto
|
||||||
|
font_size 16.0
|
||||||
|
disable_ligatures never
|
||||||
|
modify_font cell_height 8px
|
||||||
|
box_drawing_scale 0.001, 0.5, 0.5, 0.5
|
||||||
|
text_composition_strategy legacy
|
||||||
|
|
||||||
# Rendering
|
# Rendering
|
||||||
sync_to_monitor no
|
sync_to_monitor no
|
||||||
|
|
||||||
# Cursor
|
# Cursor
|
||||||
cursor_shape beam
|
cursor_shape block
|
||||||
#term xterm-256color
|
cursor_blink_interval 0
|
||||||
|
|
||||||
|
# Background
|
||||||
|
background_opacity 0.98
|
||||||
|
transparent_background_colors #1a1c2d@0.98
|
||||||
|
|
||||||
# Colors
|
# Colors
|
||||||
foreground #eceef4
|
foreground #eceef4
|
||||||
background #0E1019
|
background #0E1019
|
||||||
selection_foreground #0E1019
|
selection_foreground none
|
||||||
selection_background #F5E0DC
|
selection_background #5B5F7C
|
||||||
|
|
||||||
# Cursor colors
|
# Cursor colors
|
||||||
cursor #F5E0DC
|
cursor #767BA0
|
||||||
cursor_text_color #1E1E2E
|
cursor_text_color #eceef4
|
||||||
|
|
||||||
# URL underline color when hovering with mouse
|
# URL underline color when hovering with mouse
|
||||||
url_color #F5E0DC
|
url_color #F5E0DC
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue