2023-10-25 15:23:33 -03:00
|
|
|
return {
|
2024-01-06 18:34:56 -03:00
|
|
|
"bluz71/vim-moonfly-colors",
|
|
|
|
name = "moonfly",
|
2023-10-25 15:23:33 -03:00
|
|
|
lazy = false,
|
|
|
|
priority = 1000,
|
|
|
|
config = function()
|
|
|
|
vim.o.termguicolors = true
|
2024-01-06 18:34:56 -03:00
|
|
|
vim.cmd [[colorscheme moonfly]]
|
|
|
|
vim.g.moonflyCursorColor = true
|
|
|
|
vim.g.moonflyNormalFloat = true
|
|
|
|
vim.g.moonflyTransparent = true
|
2023-10-25 15:23:33 -03:00
|
|
|
end
|
|
|
|
}
|