266 current 2024-03-24 14:26:48 24.05.20240323.44d0940 6.8.0-zen1 *

This commit is contained in:
zackartz 2024-03-24 14:26:58 -04:00
parent 977e980737
commit 4815ca49ce

View file

@ -29,11 +29,30 @@
fonts = { fonts = {
size = 14; size = 14;
family = "Iosevka"; regular = {
family = "Iosevka";
style = "normal";
weight = 500;
};
bold = {
family = "Iosevka";
style = "normal";
weight = 600;
};
italic = {
family = "Iosevka";
style = "italic";
weight = 500;
};
bold-italic = {
family = "Iosevka";
style = "italic";
weight = 600;
};
}; };
window = { window = {
background-opacity = 0.8; background-opacity = 0.65;
}; };
}; };
}; };