From 35cd361242eddca11ee2e7065d4f51ea439c53b4 Mon Sep 17 00:00:00 2001 From: pika Date: Thu, 27 Feb 2025 14:28:29 +0100 Subject: [PATCH] initial commit --- kitty.conf | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 kitty.conf diff --git a/kitty.conf b/kitty.conf new file mode 100644 index 0000000..935b621 --- /dev/null +++ b/kitty.conf @@ -0,0 +1,86 @@ +# include ~/.cache/wal/colors-kitty.conf + +# font_family Anka/Coder +font_family Monocraft Nerd Font +# font_family JetBrainsMonoNL Nerd Font Mono +# font_family Lilex Nerd Font +# font_family Agave Nerd Font +# font_family Nerd Font +# font_family Mononoki Nerd Font +# font_family Iosevka Nerd Font +# +# font_family Comic Code Nerd Font +font_size 14.0 + +# font_size 18.0 +bold_font auto +italic_font auto +bold_italic_font auto + +background_opacity 0.8 + +confirm_os_window_close 0 +disable_ligatures never +copy_on_select clipboard + +enable_audio_bell no + +# Bamboo Colors + +# background #252623 +background #111111 +foreground #f1e9d2 +selection_background #5b5e5a +selection_foreground #f1e9d2 + +cursor #fff8f0 +cursor_text_color #0f0800 + +active_tab_background #f1e9d2 +active_tab_foreground #111210 +inactive_tab_background #3a3d37 +inactive_tab_foreground #5b5e5a + +color0 #1c1e1b +color8 #5b5e5a + +color1 #e75a7c +color9 #e75a7c + +color2 #8fb573 +color10 #8fb573 + +color3 #dbb651 +color11 #dbb651 + +color4 #57a5e5 +color12 #57a5e5 + +color5 #aaaaff +color13 #aaaaff + +color6 #70c2be +color14 #70c2be + +color7 #f1e9dc +color15 #fff8f0 + +url_color #color2 +url_style curly +open_url_with default +allow_hyperlinks yes +underline_hyperlinks hover + +cursor_shape beam +cursor_blink_interval -1 +cursor_stop_blinking_after 15.0 + + +notify_on_cmd_finish unfocused +window_alert_on_bell yes +bell_on_tab " 󰂞 " +enable_audio_bell yes + +shell . + +term xterm-256color