Skip to content

Commit e9f9d67

Browse files
committed
update kitty config
1 parent 13d5bd1 commit e9f9d67

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

kitty/kitty.conf

+7-8
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ bold_font auto
1313
bold_italic_font auto
1414

1515
# Font size (in pts)
16-
font_size 7.0
16+
font_size 9.0
1717

1818
# The amount the font size is changed by (in pts) when increasing/decreasing
1919
# the font size in a running terminal.
20-
font_size_delta 2
20+
font_size_delta 9
2121

2222
# The foreground color
2323
foreground #c0b18b
2424

2525
# The background color
26-
background #191919
26+
background #202020
2727

2828
# The foreground for selections
2929
selection_foreground #2f2f2f
@@ -35,7 +35,7 @@ selection_background #d75f5f
3535
cursor #ffff00
3636

3737
# The cursor opacity
38-
cursor_opacity 0.7
38+
cursor_opacity 0.6
3939

4040
# The cursor shape can be one of (block, beam, underline)
4141
cursor_shape block
@@ -115,8 +115,7 @@ open_url_with default
115115
use_system_wcwidth yes
116116

117117
# The value of the TERM environment variable to set
118-
# term xterm-kitty
119-
term screen-256color
118+
term xterm-kitty
120119

121120
# The width (in pts) of window borders. Will be rounded to the nearest number of pixels based on screen resolution.
122121
window_border_width 0
@@ -221,8 +220,8 @@ map ctrl+shift+. move_tab_forward
221220
map ctrl+shift+, move_tab_backward
222221

223222
# Miscellaneous
224-
map ctrl+shift+equal increase_font_size
225-
map ctrl+shift+minus decrease_font_size
223+
map ctrl+shift+up increase_font_size
224+
map ctrl+shift+down decrease_font_size
226225
map ctrl+shift+backspace restore_font_size
227226

228227
# Symbol mapping (special font for specified unicode code points). Map the

0 commit comments

Comments
 (0)