change colorscheme
This commit is contained in:
parent
69c48836e6
commit
ee0d3bfdfa
33
init.lua
33
init.lua
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue