diff --git a/ghostty.config b/ghostty.config index 4ff08d0..772c579 100644 --- a/ghostty.config +++ b/ghostty.config @@ -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 diff --git a/nvim.init.lazy.lua b/nvim.init.lazy.lua index bf885f6..947fb78 100644 --- a/nvim.init.lazy.lua +++ b/nvim.init.lazy.lua @@ -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