diff --git a/home/.config/kitty/kitty.conf b/home/.config/kitty/kitty.conf index a2392d9..e39a5d9 100644 --- a/home/.config/kitty/kitty.conf +++ b/home/.config/kitty/kitty.conf @@ -1,34 +1,46 @@ -# Font font_family Iosevka Nerd Font font_size 12.0 -# url handler +scrollback_lines 10000 + url_color #ebcb8b # url_color #e5c07b -url_style curly -open_url_modifiers kitty_mod -open_url_with default -url_prefixes http https file ftp -# Ring -enable_audio_bell yes -bell_on_tab yes +strip_trailing_spaces always + +enable_audio_bell no +window_alert_on_bell no +bell_on_tab no allow_remote_control yes +update_check_interval 0 +term xterm-kitty -remember_window_size no -raw_minimal_borders yes -tab_title_template "{index}:{title}" +remember_window_size no initial_window_width 640 initial_window_height 480 +window_border_width 1pt -background_opacity 0.95 +tab_title_template "{index}:{title}" +active_tab_foreground #2e3440 +active_tab_background #d8dee9 +inactive_tab_foreground #2e3440 +inactive_tab_background #81a1c1 +# active_tab_foreground #282c34 +# active_tab_background #bbc2cf +# inactive_tab_foreground #282c34 +# inactive_tab_background #61afef + +background_opacity 1.0 background_image none dim_opacity 0.65 # --- Nord --- # cursor #d8dee9 cursor_text_color #2e3440 +active_border_color #81a1c1 +inactive_border_color #d8dee9 +bell_border_color #bf616a foreground #d8dee9 background #2e3440 selection_foreground #2e3440 @@ -49,9 +61,15 @@ color6 #88c0d0 color14 #8fbcbb color7 #e5e9f0 color15 #eceff4 +mark1_background #b48ead +mark2_background #a3be8c +mark3_background #88c0d0 # -- OneDark -- # # cursor #bbc2cf # cursor_text_color #282c34 +# active_border_color #61afef +# inactive_border_color #abb2bf +# bell_border_color #be5046 # foreground #abb2bf # background #282c34 # selection_foreground #282c34 @@ -72,6 +90,9 @@ color15 #eceff4 # color14 #56b6c2 # color7 #abb2bf # color15 #bbc2cf +# mark1_background #c678dd +# mark2_background #98c379 +# mark3_background #56b6c2 map shift+up move_window up map shift+left move_window left