idk, some theme stuff

This commit is contained in:
William Ball 2026-01-06 15:32:14 -08:00
parent 78253c1a3f
commit 40d8e0cc82

View file

@ -3,28 +3,28 @@ return {
'norcalli/nvim-colorizer.lua', 'norcalli/nvim-colorizer.lua',
config = true config = true
}, },
-- {
-- 'catppuccin/nvim',
-- name = 'catppuccin',
-- priority = 1000,
-- config = function()
-- require('catppuccin').setup({
-- transparent_background = true,
-- })
-- vim.cmd.colorscheme([[catppuccin-mocha]])
-- end
-- },
{ {
"Mofiqul/adwaita.nvim", 'catppuccin/nvim',
lazy = false, name = 'catppuccin',
priority = 1000, priority = 1000,
-- configure and set on startup
config = function() config = function()
vim.g.adwaita_darker = true -- for darker version require('catppuccin').setup({
-- vim.g.adwaita_disable_cursorline = true -- to disable cursorline transparent_background = true,
vim.g.adwaita_transparent = true -- makes the background transparent })
vim.cmd('colorscheme adwaita') vim.cmd.colorscheme([[catppuccin-mocha]])
end end
} },
-- {
-- "Mofiqul/adwaita.nvim",
-- lazy = false,
-- priority = 1000,
--
-- -- configure and set on startup
-- config = function()
-- vim.g.adwaita_darker = true -- for darker version
-- -- vim.g.adwaita_disable_cursorline = true -- to disable cursorline
-- vim.g.adwaita_transparent = true -- makes the background transparent
-- vim.cmd('colorscheme adwaita')
-- end
-- }
} }