1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-17 03:30:01 +02:00
This commit is contained in:
Henrik Hautakoski 2024-04-03 21:26:54 +02:00
parent f910f44191
commit 213dc36872
5 changed files with 169 additions and 133 deletions

View file

@ -1,50 +1,89 @@
term xterm-kitty
font_family JetBrainsMono NF Bold
bold_font auto
italic_font auto
bold_italic_font auto
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
# Rendering
sync_to_monitor no
# Cursor
cursor_shape beam
term xterm-256color
#term xterm-256color
# Colors
foreground #eceef4
background #0E1019
selection_foreground #0E1019
selection_background #F5E0DC
foreground #f1f1f1
background #282a33
selection_foreground none
selection_background none
# Cursor colors
cursor #F5E0DC
cursor_text_color #1E1E2E
# URL underline color when hovering with mouse
url_color #F5E0DC
# Kitty window border colors
active_border_color #B4BEFE
inactive_border_color #6C7086
bell_border_color #F9E2AF
# OS Window titlebar colors
wayland_titlebar_color #1E1E2E
macos_titlebar_color #1E1E2E
# Tab bar colors
active_tab_foreground #11111B
active_tab_background #CBA6F7
inactive_tab_foreground #CDD6F4
inactive_tab_background #181825
tab_bar_background #11111B
# Colors for marks (marked text in the terminal)
mark1_foreground #1E1E2E
mark1_background #B4BEFE
mark2_foreground #1E1E2E
mark2_background #CBA6F7
mark3_foreground #1E1E2E
mark3_background #74C7EC
# The 16 terminal colors
# black
color0 #000
color8 #000
color0 #45475A
color8 #585B70
# red
color1 #cc817f
color9 #cc817f
color1 #F38BA8
color9 #F38BA8
# green
color2 #7ccfaf
color10 #7ccfaf
color2 #A6E3A1
color10 #A6E3A1
# yellow
color3 #ffcc99
color11 #ffcc99
color3 #F9E2AF
color11 #F9E2AF
# blue
color4 #8ac6f2
color12 #8ac6f2
color4 #89B4FA
color12 #89B4FA
# magenta
color5 #9999cc
color13 #9999cc
color5 #F5C2E7
color13 #F5C2E7
# cyan
color6 #8abeb7
color14 #8abeb7
color6 #94E2D5
color14 #94E2D5
# white
color7 #f1f1f1
color15 #f1f1f1
color7 #BAC2DE
color15 #A6ADC8