change colorscheme

This commit is contained in:
Oscar Pinochet 2025-01-16 11:26:08 -03:00
parent 69c48836e6
commit ee0d3bfdfa
No known key found for this signature in database
1 changed files with 21 additions and 12 deletions

View File

@ -1100,23 +1100,32 @@ require('lazy').setup({
-- end,
-- },
{
'maxmx03/fluoromachine.nvim',
'baliestri/aura-theme',
lazy = false,
priority = 1000,
config = function()
local fm = require 'fluoromachine'
fm.setup {
glow = true,
theme = 'fluoromachine',
transparent = false,
brightness = 0.2,
}
vim.cmd.colorscheme 'fluoromachine'
config = function(plugin)
vim.opt.rtp:append(plugin.dir .. '/packages/neovim')
vim.cmd [[colorscheme aura-dark]]
end,
},
-- {
-- 'maxmx03/fluoromachine.nvim',
-- lazy = false,
-- priority = 1000,
-- config = function()
-- local fm = require 'fluoromachine'
--
-- fm.setup {
-- glow = true,
-- theme = 'fluoromachine',
-- transparent = false,
-- brightness = 0.2,
-- }
--
-- vim.cmd.colorscheme 'fluoromachine'
-- end,
-- },
-- {
-- 'scottmckendry/cyberdream.nvim',
-- lazy = false,
-- priority = 1000,