1
0
Fork 0
This commit is contained in:
Von Random 2023-06-20 14:15:47 +03:00
parent 0af7d00a72
commit f42c239958
7 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
# I am config
font_family vcascadia
font_family VascadiaMod
disable_ligatures always
modify_font underline_position 1
font_size 14

View file

@ -1,6 +1,6 @@
local wt = require('wezterm')
local act = wt.action
local font = 'vcascadia'
local font = 'VascadiaMod'
local harfbuzz_features = null
local fontsizes = { Darwin = 14, others = 11 }
local theme = 'GruvboxDark'