feat(kitty): use legacy font rendering for dark text on light background
This commit is contained in:
parent
c219c4a8d7
commit
e0fa61f16d
1 changed files with 5 additions and 0 deletions
|
|
@ -52,8 +52,13 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
font.name = common.font;
|
font.name = common.font;
|
||||||
font.size = 12;
|
font.size = 12;
|
||||||
|
shellIntegration = {
|
||||||
|
enableBashIntegration = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
};
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
include ${kitty-theme-patched}/share/kitty-themes/themes/Alabaster.conf
|
include ${kitty-theme-patched}/share/kitty-themes/themes/Alabaster.conf
|
||||||
|
text_composition_strategy legacy
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue