Minor font and theme updates

This commit is contained in:
2025-04-20 10:52:12 -07:00
parent 257c6a0b38
commit 8ef05d2a11
2 changed files with 7 additions and 4 deletions

View File

@@ -117,7 +117,7 @@ require('onedark').load()
-- See `:help vim.o`
if vim.g.neovide then
vim.o.guifont = "Iosevka Term:h13"
vim.o.guifont = "Iosevka Term:h15"
vim.g.neovide_scale_factor = 1.0
end