1
0
Fork 0

wezterm: teaching-font size

This commit is contained in:
Von Random 2023-10-06 13:59:22 +03:00
parent 75cc0326bd
commit bf79773eb3

View file

@ -7,6 +7,7 @@ local theme = 'Solarized Light (Gogh)'
local overrides = {
fonts = {
font = wt.font('JetBrains Mono'),
font_size = 11,
harfbuzz_features = { 'calt=0', 'clig=0', 'liga=0' }
},
theme = { color_scheme = 'GruvboxDark' }