mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +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
|
||||
|
||||
font_family JetBrainsMono NF Bold
|
||||
bold_font JetBrainsMono NF ExtraBold
|
||||
italic_font JetBrainsMono NF Italic
|
||||
bold_italic_font JetBrainsMono NF Bold Italic
|
||||
font_size 12.0
|
||||
disable_ligatures never
|
||||
|
||||
shell_integration no-cursor
|
||||
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
|
||||
sync_to_monitor no
|
||||
|
||||
# Cursor
|
||||
cursor_shape beam
|
||||
#term xterm-256color
|
||||
cursor_shape block
|
||||
cursor_blink_interval 0
|
||||
|
||||
# Background
|
||||
background_opacity 0.98
|
||||
transparent_background_colors #1a1c2d@0.98
|
||||
|
||||
# Colors
|
||||
foreground #eceef4
|
||||
background #0E1019
|
||||
selection_foreground #0E1019
|
||||
selection_background #F5E0DC
|
||||
selection_foreground none
|
||||
selection_background #5B5F7C
|
||||
|
||||
# Cursor colors
|
||||
cursor #F5E0DC
|
||||
cursor_text_color #1E1E2E
|
||||
cursor #767BA0
|
||||
cursor_text_color #eceef4
|
||||
|
||||
# URL underline color when hovering with mouse
|
||||
url_color #F5E0DC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue