diff --git a/lua/plugins/themes.lua b/lua/plugins/themes.lua index dcc92d5..3f787cf 100644 --- a/lua/plugins/themes.lua +++ b/lua/plugins/themes.lua @@ -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,