We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 256003d commit 98a02ceCopy full SHA for 98a02ce
1 file changed
configs/kitty/kitty.conf
@@ -1,15 +1,30 @@
1
-shell /usr/bin/zsh
2
3
4
-background_opacity 0.85
+font_family FantasqueSansM Nerd Font Mono Bold
+font_size 14.0
5
+bold_font auto
6
+italic_font auto
7
+bold_italic_font auto
8
-cursor_trail 50
-cursor_trail_decay 0.1 1
-cursor_shape beam
9
-cursor_beam_thickness 5
10
-cursor_blink_interval 0.5
+background_opacity 0.9
+dynamic_background_opacity 1
11
+confirm_os_window_close 0
12
+
13
+cursor_trail 1
14
15
16
+linux_display_server auto
17
18
+scrollback_lines 2000
19
+wheel_scroll_min_lines 1
20
-foreground #cdd6f4
-background #020617
-cursor #7aa2f7
21
enable_audio_bell no
22
23
+window_padding_width 4
24
25
+selection_foreground none
26
+selection_background none
27
28
+foreground #dddddd
29
+background #000000
30
+cursor #dddddd
0 commit comments