88
99window :
1010 dimensions :
11- columns : 90
12- lines : 25
11+ columns : 90
12+ lines : 25
1313
1414 padding :
15- x : 0
16- y : 0
15+ x : 0
16+ y : 0
1717
1818 dynamic_padding : true
1919
20+ scrolling :
21+ # Maximum number of lines in the scrollback buffer.
22+ # Specifying '0' will disable scrolling.
23+ history : 10000
24+
25+ key_bindings :
26+ - { key: Return, mods: Shift, chars: "\x1b[13;2u" }
27+
28+ font :
29+ normal :
30+ family : SauceCodePro Nerd Font Mono
31+ style : Regular
32+
33+ bold :
34+ family : SauceCodePro Nerd Font Mono
35+ style : Bold
36+
37+ italic :
38+ family : SauceCodePro Nerd Font Mono
39+ style : Italic
40+
41+ bold_italic :
42+ family : SauceCodePro Nerd Font Mono
43+ style : Bold Italic
44+
45+ size : 11.0
46+
47+ colors :
48+ # Default colors
49+ primary :
50+ background : ' 0x181818'
51+ foreground : ' 0xd8d8d8'
52+
53+ # Colors the cursor will use if `custom_cursor_colors` is true
54+ cursor :
55+ text : ' 0x181818'
56+ cursor : ' 0xd8d8d8'
57+
58+ # Normal colors
59+ normal :
60+ black : ' 0x181818'
61+ red : ' 0xab4642'
62+ green : ' 0xa1b56c'
63+ yellow : ' 0xf7ca88'
64+ blue : ' 0x7cafc2'
65+ magenta : ' 0xba8baf'
66+ cyan : ' 0x86c1b9'
67+ white : ' 0xd8d8d8'
68+
69+ # Bright colors
70+ bright :
71+ black : ' 0x585858'
72+ red : ' 0xab4642'
73+ green : ' 0xa1b56c'
74+ yellow : ' 0xf7ca88'
75+ blue : ' 0x7cafc2'
76+ magenta : ' 0xba8baf'
77+ cyan : ' 0x86c1b9'
78+ white : ' 0xf8f8f8'
79+
80+ indexed_colors :
81+ - { index: 16, color: '0xdc9656' }
82+ - { index: 17, color: '0xa16946' }
83+ - { index: 18, color: '0x282828' }
84+ - { index: 19, color: '0x383838' }
85+ - { index: 20, color: '0xb8b8b8' }
86+ - { index: 21, color: '0xe8e8e8' }
87+
2088 # Window position (changes require restart)
2189 #
2290 # Specified in number of pixels.
@@ -64,10 +132,10 @@ window:
64132 # Set this to `None` to use the default theme variant.
65133 # gtk_theme_variant: None
66134
67- scrolling :
135+ # scrolling:
68136 # Maximum number of lines in the scrollback buffer.
69137 # Specifying '0' will disable scrolling.
70- history : 10000
138+ # history: 10000
71139
72140 # Number of lines the viewport will move for every line scrolled when
73141 # scrollback is enabled (history > 0).
@@ -86,24 +154,24 @@ scrolling:
86154# tabspaces: 8
87155
88156# Font configuration
89- font :
90- normal :
91- family : SauceCodePro Nerd Font Mono
92- style : Regular
157+ # font:
158+ # normal:
159+ # family: SauceCodePro Nerd Font Mono
160+ # style: Regular
93161
94- bold :
95- family : SauceCodePro Nerd Font Mono
96- style : Bold
162+ # bold:
163+ # family: SauceCodePro Nerd Font Mono
164+ # style: Bold
97165
98- italic :
99- family : SauceCodePro Nerd Font Mono
100- style : Italic
166+ # italic:
167+ # family: SauceCodePro Nerd Font Mono
168+ # style: Italic
101169
102- bold_italic :
103- family : SauceCodePro Nerd Font Mono
104- style : Bold Italic
170+ # bold_italic:
171+ # family: SauceCodePro Nerd Font Mono
172+ # style: Bold Italic
105173
106- size : 11.0
174+ # size: 11.0
107175
108176 # Offset is the extra space around each character. `offset.y` can be thought of
109177 # as modifying the line spacing, and `offset.x` as modifying the letter spacing.
@@ -217,46 +285,46 @@ font:
217285
218286# Base16 Default Dark 256 - alacritty color config
219287# Chris Kempson (http://chriskempson.com)
220- colors :
221- # Default colors
222- primary :
223- background : ' 0x181818'
224- foreground : ' 0xd8d8d8'
225-
226- # Colors the cursor will use if `custom_cursor_colors` is true
227- cursor :
228- text : ' 0x181818'
229- cursor : ' 0xd8d8d8'
230-
231- # Normal colors
232- normal :
233- black : ' 0x181818'
234- red : ' 0xab4642'
235- green : ' 0xa1b56c'
236- yellow : ' 0xf7ca88'
237- blue : ' 0x7cafc2'
238- magenta : ' 0xba8baf'
239- cyan : ' 0x86c1b9'
240- white : ' 0xd8d8d8'
241-
242- # Bright colors
243- bright :
244- black : ' 0x585858'
245- red : ' 0xab4642'
246- green : ' 0xa1b56c'
247- yellow : ' 0xf7ca88'
248- blue : ' 0x7cafc2'
249- magenta : ' 0xba8baf'
250- cyan : ' 0x86c1b9'
251- white : ' 0xf8f8f8'
252-
253- indexed_colors :
254- - { index: 16, color: '0xdc9656' }
255- - { index: 17, color: '0xa16946' }
256- - { index: 18, color: '0x282828' }
257- - { index: 19, color: '0x383838' }
258- - { index: 20, color: '0xb8b8b8' }
259- - { index: 21, color: '0xe8e8e8' }
288+ # colors:
289+ # # Default colors
290+ # primary:
291+ # background: '0x181818'
292+ # foreground: '0xd8d8d8'
293+
294+ # # Colors the cursor will use if `custom_cursor_colors` is true
295+ # cursor:
296+ # text: '0x181818'
297+ # cursor: '0xd8d8d8'
298+
299+ # # Normal colors
300+ # normal:
301+ # black: '0x181818'
302+ # red: '0xab4642'
303+ # green: '0xa1b56c'
304+ # yellow: '0xf7ca88'
305+ # blue: '0x7cafc2'
306+ # magenta: '0xba8baf'
307+ # cyan: '0x86c1b9'
308+ # white: '0xd8d8d8'
309+
310+ # # Bright colors
311+ # bright:
312+ # black: '0x585858'
313+ # red: '0xab4642'
314+ # green: '0xa1b56c'
315+ # yellow: '0xf7ca88'
316+ # blue: '0x7cafc2'
317+ # magenta: '0xba8baf'
318+ # cyan: '0x86c1b9'
319+ # white: '0xf8f8f8'
320+
321+ # indexed_colors:
322+ # - { index: 16, color: '0xdc9656' }
323+ # - { index: 17, color: '0xa16946' }
324+ # - { index: 18, color: '0x282828' }
325+ # - { index: 19, color: '0x383838' }
326+ # - { index: 20, color: '0xb8b8b8' }
327+ # - { index: 21, color: '0xe8e8e8' }
260328
261329# Visual Bell
262330#
@@ -531,7 +599,7 @@ colors:
531599# binding with the same triggers is defined. To unset a default binding, it can
532600# be mapped to the `ReceiveChar` action. Alternatively, you can use `None` for
533601# a no-op if you do not wish to receive input characters for that binding.
534- # key_bindings:
602+ # key_bindings:
535603 # (Windows, Linux, and BSD only)
536604 # - { key: V, mods: Control|Shift, action: Paste }
537605 # - { key: C, mods: Control|Shift, action: Copy }
0 commit comments