Minor font and theme updates

This commit is contained in:
Mahesh Asolkar 2025-04-20 10:52:12 -07:00
parent 257c6a0b38
commit 8ef05d2a11
Signed by: asolkar
GPG Key ID: 371CA8164433BDCC
2 changed files with 7 additions and 4 deletions

View File

@ -3,15 +3,18 @@
# Font
font-family = Iosevka Term
font-size = 13
font-size = 15
# Theme
theme = MaterialOcean
# theme = MaterialOcean
theme = 0x96f
# Cursor
cursor-color = #aa2222
cursor-opacity = 0.6
cursor-opacity = 0.8
cursor-style = block
cursor-style-blink = false
shell-integration-features = no-cursor
# Window
window-decoration = false

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