Change fonts little bit

This commit is contained in:
2017-08-16 15:23:33 +03:00
parent ec56e49411
commit feb0371dd3
4 changed files with 11 additions and 8 deletions

View File

@@ -9,12 +9,11 @@ de.defstyle("*", {
highlight_colour = "black",
background_colour = "#222222",
foreground_colour = "#9f9f9f",
padding_pixels = 1,
padding_pixels = 0,
highlight_pixels = 0,
shadow_pixels = 0,
border_style = "elevated",
font = "-misc-fixed-medium-r-*-*-13-*-*-*-*-60-*-*",
-- font = "-*-helvetica-medium-r-normal-*-14-*-*-*-*-*-*-*",
font = "-*-Fixedsys Excelsior-regular-r-*-*-14-*-*-*-*-*-*",
text_align = "center",
})