dotfiles add
This commit is contained in:
Executable
+47
@@ -0,0 +1,47 @@
|
||||
font_family iosevka Medium
|
||||
bold_font Iosevka Bold
|
||||
italic_font Iosevka Medium Italic
|
||||
|
||||
font_size 9.0
|
||||
|
||||
enable_audio_bell no
|
||||
window_border_width 0.0
|
||||
|
||||
tab_title_template {index}:{title}
|
||||
tab_bar_min_tabs 2
|
||||
tab_bar_edge top
|
||||
tab_bar_style powerline
|
||||
|
||||
|
||||
active_tab_background #5294E2
|
||||
active_tab_foreground #ffffff
|
||||
inactive_tab_background #272d3b
|
||||
inactive_tab_foreground #888888
|
||||
|
||||
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
|
||||
|
||||
Executable
+31
@@ -0,0 +1,31 @@
|
||||
background #1f2227
|
||||
foreground #abb2bf
|
||||
selection_background #abb2bf
|
||||
selection_foreground #282c34
|
||||
url_color #565c64
|
||||
cursor #abb2bf
|
||||
active_border_color #545862
|
||||
inactive_border_color #353b45
|
||||
active_tab_background #1f2227
|
||||
active_tab_foreground #abb2bf
|
||||
inactive_tab_background #353b45
|
||||
inactive_tab_foreground #565c64
|
||||
tab_bar_background #353b45
|
||||
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
|
||||
|
||||
# vim: ft=kitty
|
||||
Reference in New Issue
Block a user