From 59acf6175cc46af30db05c99c232f0f4988b9d23 Mon Sep 17 00:00:00 2001 From: rootiest Date: Mon, 17 Feb 2025 18:56:51 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Style(colorschemes):=20organize?= =?UTF-8?q?=20colorscheme=20specs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/plugins/themes.lua | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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,