theme: use Terminus 9pt. 8pt is not pixel perfect

This commit is contained in:
Vincent Bernat 2020-04-19 16:24:48 +02:00
parent a84a7a38ec
commit f2996a45e3

View file

@ -22,7 +22,7 @@ theme = {}
theme.scale = scale() theme.scale = scale()
theme.icons = icons theme.icons = icons
theme.wallpaper_cmd = { "/bin/true" } theme.wallpaper_cmd = { "/bin/true" }
theme.font = "Terminus (TTF) " .. 8 * theme.scale theme.font = "Terminus (TTF) " .. 9 * theme.scale
theme.tasklist_font = "DejaVu Sans " .. 8 * theme.scale theme.tasklist_font = "DejaVu Sans " .. 8 * theme.scale
theme.bg_normal = "#22222299" theme.bg_normal = "#22222299"