add kitty conf
This commit is contained in:
parent
61d5019f9d
commit
030ec42b17
43
rockethype/config/kitty/kitty.conf
Executable file
43
rockethype/config/kitty/kitty.conf
Executable file
@ -0,0 +1,43 @@
|
|||||||
|
font_family JetBrains Mono
|
||||||
|
bold_font JetBrains Mono Bold
|
||||||
|
italic_font JetBrains Mono Italic
|
||||||
|
|
||||||
|
font_size 11.0
|
||||||
|
|
||||||
|
enable_audio_bell no
|
||||||
|
window_border_width 0.0
|
||||||
|
window_margin_width 2
|
||||||
|
window_padding_width 3
|
||||||
|
confirm_os_window_close 0
|
||||||
|
|
||||||
|
tab_title_template {index}:{title}
|
||||||
|
tab_bar_min_tabs 2
|
||||||
|
tab_bar_edge top
|
||||||
|
tab_bar_style powerline
|
||||||
|
|
||||||
|
clear_all_shortcuts yes
|
||||||
|
kitty_mod ctrl
|
||||||
|
map kitty_mod+insert copy_to_clipboard
|
||||||
|
map shift+insert paste_from_clipboard
|
||||||
|
map kitty_mod+t new_tab
|
||||||
|
map kitty_mod+w close_tab
|
||||||
|
map alt+l next_tab
|
||||||
|
map kitty_mod+right next_tab
|
||||||
|
map alt+h previous_tab
|
||||||
|
map kitty_mod+left previous_tab
|
||||||
|
map kitty_mod+alt+t set_tab_title
|
||||||
|
map kitty_mod+g axis vertical
|
||||||
|
|
||||||
|
map alt+1 goto_tab 1
|
||||||
|
map alt+2 goto_tab 2
|
||||||
|
map alt+3 goto_tab 3
|
||||||
|
map alt+4 goto_tab 4
|
||||||
|
map alt+5 goto_tab 5
|
||||||
|
map alt+6 goto_tab 6
|
||||||
|
map alt+7 goto_tab 7
|
||||||
|
map alt+8 goto_tab 8
|
||||||
|
map alt+9 goto_tab 9
|
||||||
|
|
||||||
|
map kitty_mod+alt+r launch --type=tab ranger
|
||||||
|
|
||||||
|
include ./theme.conf
|
||||||
29
rockethype/config/kitty/theme.conf
Executable file
29
rockethype/config/kitty/theme.conf
Executable file
@ -0,0 +1,29 @@
|
|||||||
|
background #303030
|
||||||
|
foreground #abb2bf
|
||||||
|
selection_background #abb2bf
|
||||||
|
selection_foreground #282c34
|
||||||
|
url_color #565c64
|
||||||
|
cursor #abb2bf
|
||||||
|
active_border_color #545862
|
||||||
|
inactive_border_color #353b45
|
||||||
|
active_tab_background #e06c75
|
||||||
|
active_tab_foreground #abb2bf
|
||||||
|
inactive_tab_background #323232
|
||||||
|
inactive_tab_foreground #565c64
|
||||||
|
tab_bar_background #303030
|
||||||
|
color0 #282c34
|
||||||
|
color8 #282c34
|
||||||
|
color1 #e06c75
|
||||||
|
color9 #e06c75
|
||||||
|
color2 #98c379
|
||||||
|
color10 #98c379
|
||||||
|
color3 #e5c07b
|
||||||
|
color11 #e5c07b
|
||||||
|
color4 #81A1C1
|
||||||
|
color12 #81A1C1
|
||||||
|
color5 #c678dd
|
||||||
|
color13 #c678dd
|
||||||
|
color6 #56b6c2
|
||||||
|
color14 #56b6c2
|
||||||
|
color7 #c8ccd4
|
||||||
|
color15 #c8ccd4
|
||||||
Loading…
x
Reference in New Issue
Block a user