Skip to content

Commit

Permalink
Make melange default colorscheme
Browse files Browse the repository at this point in the history
  • Loading branch information
bnwa committed Nov 23, 2022
1 parent 20503d9 commit 9afb887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ if std.has_gui() and std.is_neovide() then
g.neovide_refresh_rate = 60
g.neovide_remember_window_size = true
opt.termguicolors = true
ex 'colorscheme gruvbox'
ex 'colorscheme melange'
end

0 comments on commit 9afb887

Please sign in to comment.