Skip to content

Commit 98a02ce

Browse files
committed
feat: new kitty config
1 parent 256003d commit 98a02ce

1 file changed

Lines changed: 25 additions & 10 deletions

File tree

configs/kitty/kitty.conf

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,30 @@
1-
shell /usr/bin/zsh
21

32

4-
background_opacity 0.85
3+
font_family FantasqueSansM Nerd Font Mono Bold
4+
font_size 14.0
5+
bold_font auto
6+
italic_font auto
7+
bold_italic_font auto
58

6-
cursor_trail 50
7-
cursor_trail_decay 0.1 1
8-
cursor_shape beam
9-
cursor_beam_thickness 5
10-
cursor_blink_interval 0.5
9+
background_opacity 0.9
10+
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
1120

12-
foreground #cdd6f4
13-
background #020617
14-
cursor #7aa2f7
1521
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

Comments
 (0)