changes :3

This commit is contained in:
zoey 2025-06-15 18:15:28 -04:00
parent c50bfc3eea
commit 0ad695abcf
Signed by: zoey
GPG key ID: 81FB9FECDD6A33E2
27 changed files with 1022 additions and 656 deletions

View file

@ -17,24 +17,28 @@ in {
programs.kitty = {
enable = true;
font = {
name = fonts.mono;
name = "${fonts.mono} SemiLight";
size = 16;
};
extraConfig = ''
bold_font ${fonts.mono} Bold
italic_font ${fonts.mono} Italic
bold_italic_font ${fonts.mono} Bold Italic
bold_font ${fonts.mono} SemiBold
italic_font ${fonts.mono} SemiLight
bold_italic_font ${fonts.mono} SemiBold
'';
catppuccin.enable = true;
settings = {
window_padding_width = 20;
# background_opacity = "0.9";
background_opacity = "0.9";
background = colors.crust.hex;
foreground = colors.text.hex;
font_hinting = "slight";
text_composition_strategy = "1.2 10";
# Normal colors
color0 = colors.surface1.hex; # black
color1 = colors.red.hex; # red