too many things

This commit is contained in:
fbachus
2025-09-02 03:32:47 +02:00
parent c26d3a64b0
commit f19e8a00c7
81 changed files with 2724 additions and 1549 deletions

View File

@@ -5,18 +5,23 @@ include current-theme.conf
# BEGIN_COLOR_SCHEME
# background #1e1e1e
background_opacity 0.7
background_blur 1
background_tint 1.0
transparent_background_colors #22262D #2D313B #303030 #000
# ↓↓same as nvim Everforest↓↓
background #2D353B
# ↑↑----------↑↑
background_opacity 0.25
background_blur 0
background_tint 0.0
transparent_background_colors #22262D #2D313B #303030 #000 #2D353B #343F44 #3D484D
# neovim backgrounds with Everforest theme: #2D353B #343F44
# END_COLOR_SCHEME
# BEGIN_KITTY_FONTS
font_family family='Hurmit Nerd Font' style=Light
bold_font auto
italic_font family='Hurmit Nerd Font' style='Light Italic'
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
font_size 14.0
modify_font cell_height -4px
# END_KITTY_FONTS
# BEGIN_SCROLLBACK
@@ -26,24 +31,24 @@ touch_scroll_multiplier 5.0
# BEGIN_WINDOW_LAYOUT
hide_window_decorations yes
#window_padding_width 0
placement_strategy bottom
placement_strategy center
# END_WINDOW_LAYOUT
# BEGIN_TAB_BAR
tab_bar_style powerline
tab_powerline_style slanted
tab_title_template "{index} {title}"
tab_title_template "{index} {title}"
tab_title_max_length 20
# active_tab_background #1e1e1e
# active_tab_foreground #b4cdbe
# active_tab_font_style Light
active_tab_font_style Italic
# inactive_tab_background #1e1e1e
# inactive_tab_foreground #48736e
inactive_tab_font_style Light
#inactive_tab_font_style Light
# END_TAB_BAR
# BEGIN_PERFORMANCE_TUNING
repaint_delay 8
repaint_delay 5
# END_PERFORMANCE_TUNING
# BEGIN_KEYBOARD_SHORTCUTS
@@ -68,5 +73,5 @@ map alt+z toggle_layout stack
# END_KEYBOARD_SHORTCUTS
# BEGIN_LAYOUT_DEFINITION
enabled_layouts grid, stack, splits:split_axis=auto, fat:bias=50;full_size=1;mirrored=false, tall:bias=50;full_size=1;mirrored=false
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