1
1
# vim:fileencoding=utf-8:foldmethod=marker
2
2
3
3
# BEGIN_KITTY_THEME
4
- # Catppuccin-Macchiato
5
- include current-theme.conf
4
+ include kitty-themes/themes/Dracula.conf
6
5
# END_KITTY_THEME
7
6
8
7
# https://www.nerdfonts.com/font-downloads
@@ -22,35 +21,42 @@ modify_font cell_width 95%
22
21
# modify_font cell_height +1px
23
22
macos_thicken_font 0.15
24
23
25
- cursor #F977C2
26
- cursor_text_color #111111
27
- cursor_underline_thickness 10.0
28
- cursor_blink_interval 0.5
29
- cursor_stop_blinking_after 0
24
+ # cursor #F977C2
25
+ # cursor_text_color #111111
26
+ # cursor_underline_thickness 10.0
27
+ # cursor_blink_interval 0.5
28
+ # cursor_stop_blinking_after 0
30
29
31
30
dynamic_background_opacity yes
32
31
background_opacity 1
33
32
33
+ enable_cursor_trail yes
34
+ cursor_trail 30000
35
+ cursor_trail_decay 0.3 0.6
36
+
34
37
# layout: https://sw.kovidgoyal.net/kitty/layouts/
35
38
tab_bar_edge top
36
39
tab_bar_align left
37
40
tab_bar_min_tabs 2
38
41
# tab_activity_symbol 🔥
39
- tab_bar_style powerline
42
+ tab_bar_style fade
40
43
# tab_fade 0.25 0.5 0.75 1
41
- tab_powerline_style slanted
42
- tab_title_template "{index}{fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab}"
43
- active_tab_title_template "{index} {title}{fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab}"
44
- # tab_title_template "#{index} - {num_windows} {layout_name.upper()} {fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab}"
44
+ tab_bar_edge top
45
+ tab_bar_align right
46
+ # tab_powerline_style slanted
47
+ tab_title_template "{index}{fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab} {title}"
48
+ # tab_title_template "{index} {title}{fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab}"
49
+ # active_tab_title_template "{index} {title}{fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab}"
50
+ # # tab_title_template "#{index} - {num_windows} {layout_name.upper()} {fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab}"
45
51
# tab_title_max_length 30
46
52
47
53
# window
48
54
macos_traditional_fullscreen yes
49
55
hide_window_decorations yes
50
- window_border_width 1.5pt
56
+ # window_border_width 1.5pt
51
57
# active_border_color #dc7c9b
52
- draw_minimal_borders no
53
- window_margin_width 0.5
58
+ draw_minimal_borders yes
59
+ # window_margin_width 0.5
54
60
55
61
enable_audio_bell no
56
62
0 commit comments