Skip to content

Commit

Permalink
client: update default neovide font-size and transparency
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Aug 24, 2024
1 parent cfd4a1f commit 8b86d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/nxvim/client/neovide.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local opts = {
guifont = vim.g.osx and "Hasklug Nerd Font Mono:h16:#e-antialias:#h-none"
or "Hasklug Nerd Font Mono:h11.25:#e-antialias:#h-none",
or "Hasklug Nerd Font Mono:h12:#e-antialias:#h-none",
-- guifont = "JetBrainsMono Nerd Font Mono:h11:#e-antialias:#h-none",
}
if vim.g.multigrid then
Expand All @@ -12,7 +12,7 @@ nx.set({
neovide_remember_window_size = false,
neovide_cursor_vfx_mode = "pixiedust",
neovide_confirm_quit = 1,
neovide_transparency = 0.94,
neovide_transparency = 0.96,
neovide_floating_opacity = 0.15,
neovide_floating_blur = true,
neovide_floating_blur_amount_x = 2.0,
Expand Down

0 comments on commit 8b86d1a

Please sign in to comment.