From ee0d3bfdfa24c153d4f9556a7cea5d6cc9010d7c Mon Sep 17 00:00:00 2001 From: Oscar Pinochet Date: Thu, 16 Jan 2025 11:26:08 -0300 Subject: [PATCH] change colorscheme --- init.lua | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/init.lua b/init.lua index e3a6b40b..3a9eaef5 100644 --- a/init.lua +++ b/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,