Former-commit-id: b49b2d2c60
This commit is contained in:
Hadi
2024-06-17 20:08:17 +02:00
parent e29a5c2517
commit 18c7618ebf
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;