Commit e9f9d67 1 parent 13d5bd1 commit e9f9d67 Copy full SHA for e9f9d67
File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ bold_font auto
13
13
bold_italic_font auto
14
14
15
15
# Font size (in pts)
16
- font_size 7 .0
16
+ font_size 9 .0
17
17
18
18
# The amount the font size is changed by (in pts) when increasing/decreasing
19
19
# the font size in a running terminal.
20
- font_size_delta 2
20
+ font_size_delta 9
21
21
22
22
# The foreground color
23
23
foreground #c0b18b
24
24
25
25
# The background color
26
- background #191919
26
+ background #202020
27
27
28
28
# The foreground for selections
29
29
selection_foreground #2f2f2f
@@ -35,7 +35,7 @@ selection_background #d75f5f
35
35
cursor #ffff00
36
36
37
37
# The cursor opacity
38
- cursor_opacity 0.7
38
+ cursor_opacity 0.6
39
39
40
40
# The cursor shape can be one of (block, beam, underline)
41
41
cursor_shape block
@@ -115,8 +115,7 @@ open_url_with default
115
115
use_system_wcwidth yes
116
116
117
117
# The value of the TERM environment variable to set
118
- # term xterm-kitty
119
- term screen-256color
118
+ term xterm-kitty
120
119
121
120
# The width (in pts) of window borders. Will be rounded to the nearest number of pixels based on screen resolution.
122
121
window_border_width 0
@@ -221,8 +220,8 @@ map ctrl+shift+. move_tab_forward
221
220
map ctrl+shift+, move_tab_backward
222
221
223
222
# 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
226
225
map ctrl+shift+backspace restore_font_size
227
226
228
227
# Symbol mapping (special font for specified unicode code points). Map the
You can’t perform that action at this time.
0 commit comments