mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 09:01:16 +00:00
26 lines
624 B
Lua
26 lines
624 B
Lua
-- Colorschemes disabled - using NvChad base46 for theming
|
|
-- Use :lua require('nvchad.themes').open() to switch themes
|
|
-- Or modify lua/chadrc.lua to change the default theme
|
|
|
|
return {
|
|
-- Keep these as fallbacks if needed (lazy loaded, won't interfere)
|
|
-- {
|
|
-- "ellisonleao/gruvbox.nvim",
|
|
-- name = "gruvbox",
|
|
-- enabled = false,
|
|
-- },
|
|
-- {
|
|
-- "datsfilipe/vesper.nvim",
|
|
-- name = "vesper",
|
|
-- enabled = false,
|
|
-- },
|
|
-- {
|
|
-- 'maxmx03/solarized.nvim',
|
|
-- enabled = false,
|
|
-- },
|
|
-- {
|
|
-- "folke/tokyonight.nvim",
|
|
-- name = "tokyonight",
|
|
-- enabled = false,
|
|
-- },
|
|
}
|