Add kitty config

This commit is contained in:
2026-01-27 15:08:06 +01:00
parent 1464e6672e
commit f5311a7d72
3 changed files with 59 additions and 0 deletions

View File

@@ -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

View File

@@ -0,0 +1,4 @@
font_family JetBrainsMono Nerd Font
enable_ligatures always
font_size 11.5
text_composition_strategy legacy

View File

@@ -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