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

@ -95,9 +95,18 @@ in {
font = {
size = 16.0;
normal = fonts.mono;
bold = "${fonts.mono} Bold";
italic = "${fonts.mono} Italic";
bold_italic = "${fonts.mono} Bold Italic";
bold = {
family = fonts.mono;
style = "Bold";
};
italic = {
family = fonts.mono;
style = "Italic";
};
bold_italic = {
family = fonts.mono;
style = "Bold Italic";
};
offset = {
x = 0;

View file

@ -23,13 +23,11 @@ in {
background = colors.crust.hex;
alpha-blending = "linear-corrected";
window-padding-x = 20;
window-padding-y = 20;
window-padding-balance = true;
font-style = "SemiBold";
font-style-bold = "Bold";
font-style-italic = "SemiBold Italic";
font-style-bold-italic = "Bold Italic";
};
};
};

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