Created
August 8, 2024 15:19
-
-
Save bluedragon1221/71795fc1524a2376fc99b2769864cf5d to your computer and use it in GitHub Desktop.
Kitty Config File
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
globinclude kitty.conf.d/**/*.conf | |
editor helix | |
# MISC | |
allow_remote_control yes | |
confirm_os_window_close 0 | |
shell_integration disabled | |
hide_window_decorations yes | |
map ctrl+shift+r load_config_file | |
# COLORS | |
## Main Colors | |
foreground #cad3f5 | |
background #24273a | |
selection_foreground #24273a | |
selection_background #f4dbd6 | |
## Cursor Colors | |
cursor #f4dbd6 | |
cursor_text_color #24273a | |
url_color #f4dbd6 | |
## Base 16 | |
color0 #494d64 | |
color1 #ed8796 | |
color2 #a6da95 | |
color3 #eed49f | |
color4 #8aadf4 | |
color5 #f5bde6 | |
color6 #8bd5ca | |
color7 #b8c0e0 | |
color8 #5b6078 | |
color9 #ed8796 | |
color10 #a6da95 | |
color11 #eed49f | |
color12 #8aadf4 | |
color13 #f5bde6 | |
color14 #8bd5ca | |
color15 #a5adcb | |
# TAB BAR | |
tab_bar_edge bottom | |
tab_bar_min_tabs 1 | |
active_tab_font_style bold | |
inactive_tab_font_style normal | |
tab_bar_style powerline | |
tab_powerline_style slanted | |
tab_separator " " | |
tab_bar_align left | |
## Colors | |
active_tab_foreground #181926 | |
active_tab_background #c6a0f6 | |
inactive_tab_foreground #cad3f5 | |
inactive_tab_background #1e2030 | |
tab_bar_background #181926 | |
## Keybinds | |
map ctrl+shift+enter new_tab | |
map ctrl+shift+w close_tab | |
# FONT | |
font_family Iosevka Nerd Font | |
bold_font auto | |
italic_font auto | |
bold_italic_font auto | |
font_size 13.0 | |
## Adjust line height | |
adjust_line_height 3 | |
adjust_column_width 1 | |
# LAYOUT | |
enabled_layouts splits | |
window_border_width 2.5px | |
window_border_width 2px | |
window_margin_width 0 | |
window_padding_width 5 | |
placement_strategy bottom | |
inactive_text_alpha 0.3 | |
## Colors | |
inactive_border_color #24273a | |
active_border_color #c6a0f6 | |
## Keybindings | |
map ctrl+enter launch --location=split --cwd=current | |
map ctrl+w close_window |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment