🎨 Style(colorschemes): organize colorscheme specs

This commit is contained in:
2025-02-17 18:56:51 -05:00
parent 18933787b8
commit 59acf6175c
+7 -6
View File
@@ -5,12 +5,6 @@
-- ╰─────────────────────────────────────────────────────────╯
return {
-- { -- Tokyonight
-- 'folke/tokyonight.nvim',
-- lazy = true, -- Override
-- name = 'tokyonight',
-- opts = require('data.types').tokyonight.opts,
-- },
{ -- Catppuccin
'catppuccin/nvim',
lazy = false, -- Override
@@ -18,6 +12,13 @@ return {
name = 'catppuccin',
opts = require('data.types').catppuccin,
},
-- ━━━━━━━━━━━━━━━━━━━━━━━━━━ Alternate Themes ━━━━━━━━━━━━━━━━━━━━━━━
-- { -- Tokyonight
-- 'folke/tokyonight.nvim',
-- lazy = true, -- Override
-- name = 'tokyonight',
-- opts = require('data.types').tokyonight.opts,
-- },
-- { -- Monoglow
-- 'wnkz/monoglow.nvim',
-- lazy = false,