dotfiles/config/kitty/kitty.conf

65 lines
1.2 KiB
Plaintext

# Theme: https://github.com/alternateved/kaolin-inspired/blob/main/kaolin-dark/kitty/Kaolin_Dark.conf
editor micro
confirm_os_window_close 0
enable_audio_bell no
visual_bell_duration 0.6
visual_bell_color #111111
font_family Ubuntu Mono
bold_font Ubuntu Medium
italic_font Ubuntu Italic
bold_italic_font Ubuntu Medium Italic
font_size 11.5
#START SHCHEMES BLOCK : shchemes create_theme kitty
# Base16 - kitty color config
# Scheme by
visual_bell_color #161413
background #1b1918
foreground #a8a19f
selection_background #a8a19f
selection_foreground #1b1918
url_color #407ee7
cursor #407ee7
cursor_text_color #1b1918
active_border_color #766e6b
inactive_border_color #2c2421
active_tab_background #1b1918
active_tab_foreground #a8a19f
inactive_tab_background #2c2421
inactive_tab_foreground #9c9491
# Normal
color0 #1b1918
color1 #f22c40
color2 #7b9726
color3 #c38418
color4 #407ee7
color5 #6666ea
color6 #3d97b8
color7 #a8a19f
# Bright (same as Normal except 8/15)
color8 #766e6b
color9 #f22c40
color10 #7b9726
color11 #c38418
color12 #407ee7
color13 #6666ea
color14 #3d97b8
color15 #f1efee
# Other (like base16-shell)
color16 #df5320
color17 #c33ff3
color18 #2c2421
color19 #68615e
color20 #9c9491
color21 #e6e2e0
#END SHCHEMES BLOCK