82 lines
2.2 KiB
Plaintext
82 lines
2.2 KiB
Plaintext
# BEGIN_KITTY_THEME
|
|
# Everforest Dark Hard
|
|
include current-theme.conf
|
|
# END_KITTY_THEME
|
|
|
|
# BEGIN_COLOR_SCHEME
|
|
# background #1e1e1e
|
|
# ↓↓same as nvim Everforest↓↓
|
|
# background #2E383C
|
|
background #2D353B
|
|
# ↑↑----------↑↑
|
|
# background_opacity 0.25
|
|
background_opacity 1
|
|
background_blur 1
|
|
background_tint 0.0
|
|
transparent_background_colors #22262D #2D313B #303030 #000 #2D353B #343F44 #3D484D #2E383C
|
|
# neovim backgrounds with Everforest theme: #2D353B #343F44
|
|
# END_COLOR_SCHEME
|
|
|
|
# BEGIN_KITTY_FONTS
|
|
font_family family="Hurmit Nerd Font"
|
|
bold_font auto
|
|
italic_font family='Hurmit Nerd Font' style='Light Italic'
|
|
bold_italic_font auto
|
|
font_size 13.0
|
|
modify_font cell_height -3px
|
|
# END_KITTY_FONTS
|
|
|
|
# BEGIN_SCROLLBACK
|
|
touch_scroll_multiplier 5.0
|
|
# END_SCROLLBACK
|
|
|
|
# BEGIN_WINDOW_LAYOUT
|
|
hide_window_decorations yes
|
|
window_margin_width 0
|
|
window_padding_width 0
|
|
single_window_padding_width -1
|
|
placement_strategy top
|
|
# END_WINDOW_LAYOUT
|
|
|
|
# BEGIN_TAB_BAR
|
|
tab_bar_style powerline
|
|
tab_powerline_style slanted
|
|
tab_title_template "{index} {title}"
|
|
tab_title_max_length 20
|
|
# active_tab_background #1e1e1e
|
|
# active_tab_foreground #b4cdbe
|
|
active_tab_font_style Italic
|
|
# inactive_tab_background #1e1e1e
|
|
# inactive_tab_foreground #48736e
|
|
#inactive_tab_font_style Light
|
|
# END_TAB_BAR
|
|
|
|
# BEGIN_PERFORMANCE_TUNING
|
|
repaint_delay 4
|
|
# END_PERFORMANCE_TUNING
|
|
|
|
# BEGIN_KEYBOARD_SHORTCUTS
|
|
## BEGIN_WINDOW_MANAGEMENT
|
|
map ctrl+shift+enter new_window
|
|
map ctrl+alt+enter launch --cwd=current
|
|
map ctrl+alt+1 goto_tab 1
|
|
map ctrl+alt+2 goto_tab 2
|
|
map ctrl+alt+3 goto_tab 3
|
|
map ctrl+alt+4 goto_tab 4
|
|
map ctrl+alt+5 goto_tab 5
|
|
map ctrl+alt+6 goto_tab 6
|
|
map ctrl+alt+7 goto_tab 7
|
|
map ctrl+alt+8 goto_tab 8
|
|
map ctrl+alt+9 goto_tab 9
|
|
|
|
## BEGIN_LAYOUT_MANAGEMENT
|
|
map ctrl+alt+t goto_layout tall
|
|
map ctrl+alt+s goto_layout wide
|
|
map ctrl+alt+p last_used_layout
|
|
map alt+z toggle_layout stack
|
|
# END_KEYBOARD_SHORTCUTS
|
|
|
|
# BEGIN_LAYOUT_DEFINITION
|
|
enabled_layouts splits:split_axis=auto, grid, stack, fat:bias=50;full_size=1;mirrored=false, tall:bias=50;full_size=1;mirrored=false
|
|
# END_LAYOUT_DEFINITION
|