diff --git a/dot_config/kitty/colors.conf b/dot_config/kitty/colors.conf new file mode 100644 index 0000000..67a2028 --- /dev/null +++ b/dot_config/kitty/colors.conf @@ -0,0 +1,23 @@ +foreground #abb2bf +background #1e222a + +# normal (0-7) +color0 #181c21 +color1 #f65866 +color2 #8bcd5b +color3 #efbd5d +color4 #41a7fc +color5 #c75ae8 +color6 #34bfd0 +color7 #dcdcdc + +# bright (8-15) +color8 #5a5b5e +color9 #e55561 +color10 #8ebd6b +color11 #e2b86b +color12 #61afef +color13 #bf68d9 +color14 #48b0bd +color15 #c9c9c9 + diff --git a/dot_config/kitty/fonts.conf b/dot_config/kitty/fonts.conf new file mode 100644 index 0000000..ff3e1f3 --- /dev/null +++ b/dot_config/kitty/fonts.conf @@ -0,0 +1,4 @@ +font_family JetBrainsMono Nerd Font +enable_ligatures always +font_size 11.5 +text_composition_strategy legacy diff --git a/dot_config/kitty/kitty.conf b/dot_config/kitty/kitty.conf new file mode 100644 index 0000000..c1e7fc8 --- /dev/null +++ b/dot_config/kitty/kitty.conf @@ -0,0 +1,32 @@ +# --- General --- +term xterm-256color + +include colors.conf +include fonts.conf + +confirm_os_window_close 0 + +# --- Window --- +initial_window_width 120c +initial_window_height 30c + +hide_window_decorations no + +window_padding_width 0 + +# --- Cursor --- +shell_integration no-cursor +cursor_shape block + +cursor_blink_interval 0.6 +cursor_stop_blinking_after 0 +cursor_blink_timeout 0 + +# Keep cursor solid when unfocused +cursor_shape_unfocused block + +# --- Remote control --- +allow_remote_control no + +# --- Keybindings --- +map f11 toggle_fullscreen