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,
|
-- end,
|
||||||
-- },
|
-- },
|
||||||
{
|
{
|
||||||
'maxmx03/fluoromachine.nvim',
|
'baliestri/aura-theme',
|
||||||
lazy = false,
|
lazy = false,
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
config = function()
|
config = function(plugin)
|
||||||
local fm = require 'fluoromachine'
|
vim.opt.rtp:append(plugin.dir .. '/packages/neovim')
|
||||||
|
vim.cmd [[colorscheme aura-dark]]
|
||||||
fm.setup {
|
|
||||||
glow = true,
|
|
||||||
theme = 'fluoromachine',
|
|
||||||
transparent = false,
|
|
||||||
brightness = 0.2,
|
|
||||||
}
|
|
||||||
|
|
||||||
vim.cmd.colorscheme 'fluoromachine'
|
|
||||||
end,
|
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',
|
-- 'scottmckendry/cyberdream.nvim',
|
||||||
-- lazy = false,
|
-- lazy = false,
|
||||||
-- priority = 1000,
|
-- priority = 1000,
|
||||||
|
|
Loading…
Reference in New Issue