change font sizes

This commit is contained in:
chaos 2024-07-06 13:18:51 +01:00
parent 294ce2db40
commit c5cd512b8d
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -6,7 +6,7 @@
enable = true;
font.name = "Comic Code";
settings = {
font_size = 20;
font_size = 12;
bold_font = "auto";
italic_font = "auto";
bold_italic_font = "auto";

View file

@ -12,6 +12,7 @@
homeManagerLib = inputs.home-manager.lib.hm;
fontSizesAll = {
"lappy-t495" = { small = "10"; medium = "12"; };
default = {
small = "14";
medium = "16";
@ -61,6 +62,7 @@ in {
font-antialiasing = "rgba";
font-hinting = "full";
font-name = "Comic Code ${fontSizes.medium}";
document-font-name = "Comic Code ${fontSizes.medium}";
monospace-font-name = "Comic Code ${fontSizes.small}";
color-scheme = "prefer-dark";
};