nvim/lua/custom/plugins/moonfly.lua
Lucas Barbieri 04431f7ba9 Update themes
for telescope and nvim itself
2023-10-25 15:23:33 -03:00

13 lines
269 B
Lua

return {
"bluz71/vim-nightfly-colors",
name = "nightfly",
lazy = false,
priority = 1000,
config = function()
vim.o.termguicolors = true
vim.cmd [[colorscheme nightfly]]
vim.g.nightflyCursorColor = true
vim.g.nightflyNormalFloat = true
end
}