dotfiles

wip: kitty fira code font display problem

+4 -4
+4 -4
kitty/kitty.conf
··· 176 176 177 177 #: font_features UnifontMedium +isol -medi -fina -init 178 178 179 - modify_font cell_height 100% 180 - # modify_font baseline 3.5 179 + modify_font cell_height -3.2 # == ((16pt * 1.2) - 16pt) 180 + modify_font baseline 3.2 181 181 182 182 #: Modify font characteristics such as the position or thickness of 183 183 #: the underline and strikethrough. The modifications can have the ··· 748 748 #: set the vertical and horizontal sides. Three values set top, 749 749 #: horizontal and bottom. Four values set top, right, bottom and left. 750 750 751 - # window_padding_width 0 751 + window_padding_width 0 752 752 753 753 #: The window padding (in pts) (blank area between the text and the 754 754 #: window border). A single value sets all four sides. Two values set ··· 1437 1437 #: to use the background color of the currently active window and 1438 1438 #: finally you can use an arbitrary color, such as #12af59 or red. 1439 1439 1440 - macos_titlebar_color background 1440 + macos_titlebar_color system 1441 1441 1442 1442 #: The color of the kitty window's titlebar on macOS. A value of 1443 1443 #: system means to use the default system color, light or dark can