1
0
Fork 0

wezterm: adjust font size

This commit is contained in:
Von Random 2022-09-07 12:33:41 +03:00
parent e3541b2bec
commit b52316147b

View file

@ -1,6 +1,6 @@
local wt = require 'wezterm' local wt = require 'wezterm'
local fontsize_darwin = 15 local fontsize_darwin = 15
local fontsize_others = 12 local fontsize_others = 11
local theme_n = 0 local theme_n = 0
local theme = local theme =
'PencilDark' 'PencilDark'