Add kitty config
This commit is contained in:
23
dot_config/kitty/colors.conf
Normal file
23
dot_config/kitty/colors.conf
Normal 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
|
||||
|
||||
4
dot_config/kitty/fonts.conf
Normal file
4
dot_config/kitty/fonts.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
font_family JetBrainsMono Nerd Font
|
||||
enable_ligatures always
|
||||
font_size 11.5
|
||||
text_composition_strategy legacy
|
||||
32
dot_config/kitty/kitty.conf
Normal file
32
dot_config/kitty/kitty.conf
Normal 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
|
||||
Reference in New Issue
Block a user