···66#: individual font faces and even specify special fonts for particular
77#: characters.
8899-font_family Iosevka Term SS10 Medium
1010-bold_font Iosevka Term SS10 Bold
1111-italic_font Iosevka Term SS10 Medium Italic
1212-bold_italic_font Iosevka Term SS10 Bold Italic
99+font_family Iosevka Term Medium
1010+bold_font Iosevka Term Bold
1111+italic_font Iosevka Term Medium Italic
1212+bold_italic_font Iosevka Term Bold Italic
13131414#: You can specify different fonts for the bold/italic/bold-italic
1515#: variants. By default they are derived automatically, by the OSes
···176176#: in full screen programs that redraw the entire screen on each loop,
177177#: because kitty is so fast that partial screen updates will be drawn.
178178179179-# sync_to_monitor yes
179179+sync_to_monitor no
180180181181#: Sync screen updates to the refresh rate of the monitor. This
182182#: prevents tearing (https://en.wikipedia.org/wiki/Screen_tearing)
···295295296296#: Which edge to show the tab bar on, top or bottom
297297298298-# tab_bar_margin_width 0.0
298298+tab_bar_margin_width 30.0
299299300300#: The margin to the left and right of the tab bar (in pts)
301301302302-# tab_bar_style fade
302302+tab_bar_style fade
303303304304#: The tab bar style, can be one of: fade or separator. In the fade
305305#: style, each tab's edges fade into the background color, in the
···314314#: can change the number of cells used by adding/removing entries to
315315#: this list.
316316317317-# tab_separator " ┇"
317317+# tab_separator " ┇ "
318318319319#: The separator between tabs in the tab bar when using separator as
320320#: the tab_bar_style.
321321322322-# active_tab_foreground #000
323323-# active_tab_background #eee
322322+active_tab_foreground #2b3240
323323+active_tab_background #c1c9d4
324324# active_tab_font_style bold-italic
325325-# inactive_tab_foreground #444
326326-# inactive_tab_background #999
325325+inactive_tab_foreground #4a5265
326326+inactive_tab_background #2b3240
327327# inactive_tab_font_style normal
328328329329#: Tab bar colors and styles
···337337338338#: The foreground and background colors
339339340340-background_opacity 1
340340+# background_opacity 1
341341# dynamic_background_opacity no
342342343343#: The opacity of the background. A number between 0 and 1, where 1 is
···441441#: to yes means that any background processes still using the terminal
442442#: can fail silently because their stdout/stderr/stdin no longer work.
443443444444-# allow_remote_control no
444444+allow_remote_control yes
445445446446#: Allow other programs to control kitty. If you turn this on other
447447#: programs can control all aspects of kitty, including sending text
···481481482482macos_thicken_font 0.0
483483484484-# macos_titlebar_color system
484484+macos_titlebar_color background
485485486486#: Change the color of the kitty window's titlebar on macOS. A value
487487#: of system means to use the default system color, a value of
···494494#: you are probably better off just hiding the titlebar with
495495#: macos_hide_titlebar.
496496497497-macos_hide_titlebar yes
497497+# macos_hide_titlebar yes
498498499499#: Hide the kitty window's title bar on macOS.
500500···625625#: }}}
626626627627#: Window management {{{
628628-629629-# map cmd+n new_window
630628631629#: You can open a new window running an arbitrary program, for
632630#: example::