feat(kitty): use legacy font rendering for dark text on light background

This commit is contained in:
Jacob Bachmann 2024-08-29 12:27:58 +02:00
parent c219c4a8d7
commit e0fa61f16d
Signed by: bchmnn
GPG key ID: 732A612DAD28067D

View file

@ -52,8 +52,13 @@ in
enable = true;
font.name = common.font;
font.size = 12;
shellIntegration = {
enableBashIntegration = true;
enableZshIntegration = true;
};
extraConfig = ''
include ${kitty-theme-patched}/share/kitty-themes/themes/Alabaster.conf
text_composition_strategy legacy
'';
};
}