1
0
Fork 0
vdotfiles/gui/.config/kitty/kitty.conf

91 lines
2.3 KiB
Text
Raw Normal View History

2023-07-19 13:22:58 +03:00
# Use Ctrl+Alt+F5 to reload
font_family Cascadia Mono PL
modify_font underline_position 1
2024-05-06 14:35:38 +03:00
font_size 14
cursor_blink_interval 0
term xterm-256color
2023-01-06 20:01:56 +02:00
active_border_color #cb4b16
inactive_border_color #93a1a1
2023-07-19 13:22:58 +03:00
tab_title_template " ┇{index}┇{title} "
tab_bar_style separator
tab_separator ""
tab_bar_edge top
2023-11-14 18:42:43 +02:00
active_tab_foreground #282828
active_tab_background #a89984
2023-02-23 20:53:10 +02:00
active_tab_font_style italic
2023-11-14 18:42:43 +02:00
inactive_tab_foreground #ebdbb2
inactive_tab_background #282828
inactive_tab_font_style italic
2023-01-06 20:01:56 +02:00
enabled_layouts splits,stack
enable_audio_bell no
strip_trailing_spaces always
open_url_with default
window_padding_width 2
placement_strategy top-left
remember_window_size no
initial_window_width 120c
initial_window_height 30c
resize_in_steps no
shell_integration no-cursor
editor nvim
2023-01-06 20:01:56 +02:00
map ctrl+g>c new_tab
map ctrl+g>n next_tab
map ctrl+g>p prev_tab
map ctrl+g>x close_window
map ctrl+g>s launch --location=hsplit
map ctrl+g>v launch --location=vsplit
map ctrl+g>r start_resizing_window
map ctrl+g>h neighboring_window left
map ctrl+g>j neighboring_window down
map ctrl+g>k neighboring_window up
map ctrl+g>l neighboring_window right
map ctrl+g>f show_scrollback
map ctrl+g>z toggle_layout stack
map ctrl+g>1 goto_tab 1
map ctrl+g>2 goto_tab 2
map ctrl+g>3 goto_tab 3
map ctrl+g>4 goto_tab 4
map ctrl+g>5 goto_tab 5
map ctrl+g>6 goto_tab 6
map ctrl+g>7 goto_tab 7
map ctrl+g>8 goto_tab 8
map ctrl+g>9 goto_tab 9
map ctrl+g>0 goto_tab 10
map alt+c copy_to_clipboard
map ctrl+alt+c copy_to_clipboard
map alt+v paste_from_clipboard
map ctrl+alt+v paste_from_clipboard
mouse_map left click ungrabbed mouse_click_url_or_select
mouse_map alt+left press ungrabbed mouse_selection rectangle
2023-11-14 18:42:43 +02:00
# Gruvbox Dark
selection_foreground #282828
selection_background #83a598
foreground #ebdbb2
background #282828
cursor #fb4934
cursor_text_color #282828
2021-07-15 03:47:01 +03:00
2023-11-14 18:42:43 +02:00
color0 #282828
color1 #cc241d
color2 #98971a
color3 #d79921
color4 #458588
color5 #b16286
color6 #689d6a
color7 #a89984
2023-11-14 18:42:43 +02:00
color8 #928374
color9 #fb4934
color10 #b8bb26
color11 #fabd2f
color12 #83a598
color13 #d3869b
color14 #8ec07c
color15 #ebdbb2