From 277e543db3340ab3505c9d7b9df96c8dc67f5e62 Mon Sep 17 00:00:00 2001 From: Bart van Oort Date: Fri, 18 Aug 2023 23:58:31 +0200 Subject: [PATCH] Adds Kitty config --- desktop/kitty/kitty.conf | 111 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 desktop/kitty/kitty.conf diff --git a/desktop/kitty/kitty.conf b/desktop/kitty/kitty.conf new file mode 100644 index 0000000..6fa1304 --- /dev/null +++ b/desktop/kitty/kitty.conf @@ -0,0 +1,111 @@ +# Shell +shell /bin/fish + +# Fonts +font_family Roboto Mono +bold_font auto +italic_font auto +bold_italic_font auto + +font_size 10.0 + +force_ltr no + +font_features none + + +# Cursors +cursor #d4d7ff + +cursor_shape beam +cursor_underline_thickness 1.5 + +cursor_blink_interval .7 + + +# Scrollback +scrollback_lines 2000 + +scrollback_fill_enlarged_window no + +wheel_scroll_multiplier 8.0 + +wheel_scroll_min_lines 1 + + +# Performance tuning +repaint_delay 20 + +input delay 5 + +sync_to_monitor yes + + +# Terminal bell +enable_audio_bell no + + +# Tab Bar +tab_bar_edge bottom + +tab_bar_margin_width 0.0 +tab_bar_margin_height 0.0 0.0 + +tab_bar_style powerline + +tab_bar_align left + +tab_bar_min_tabs 2 + +tab_switch_strategy previous + +tab_powerline_style round + +tab_title_max_length 0 +tab_title_template "{fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab}{title}" + + +# Colorscheme +foreground #d4d7ff +background #12121f + +background_opacity 1.0 + +background_tint 1.0 + +dim_opacity 0.75 + +selection_foreground #12121f +selection_background #d4d7ff + +# Black +color0 #12121f +color8 #29293f + +# Red +color1 #d95177 +color9 #d54c73 + +# Green +color2 #7bdba6 +color10 #78dca7 + +# Yellow +color3 #fcf4a2 +color11 #fcf295 + +# Blue +color4 #759eea +color12 #6d98e8 + +# Purple +color5 #908cdb +color13 #837dd7 + +# Cyan +color6 #6be5e3 +color14 #65dedc + +# White +color7 #d4d7ff +color15 #f4f7ff