This commit is contained in:
Hadi
2024-06-17 20:08:17 +02:00
parent a703d0816b
commit b49b2d2c60
9 changed files with 19 additions and 16 deletions

View File

@@ -18,7 +18,7 @@
# Font
font_family = config.var.theme.font-mono;
font_size = 13;
font_size = config.var.theme.font-size;
# Colors
background = "#" + config.var.theme.colors.bg;