🎨 Style(colorschemes): organize colorscheme specs
This commit is contained in:
@@ -5,12 +5,6 @@
|
|||||||
-- ╰─────────────────────────────────────────────────────────╯
|
-- ╰─────────────────────────────────────────────────────────╯
|
||||||
|
|
||||||
return {
|
return {
|
||||||
-- { -- Tokyonight
|
|
||||||
-- 'folke/tokyonight.nvim',
|
|
||||||
-- lazy = true, -- Override
|
|
||||||
-- name = 'tokyonight',
|
|
||||||
-- opts = require('data.types').tokyonight.opts,
|
|
||||||
-- },
|
|
||||||
{ -- Catppuccin
|
{ -- Catppuccin
|
||||||
'catppuccin/nvim',
|
'catppuccin/nvim',
|
||||||
lazy = false, -- Override
|
lazy = false, -- Override
|
||||||
@@ -18,6 +12,13 @@ return {
|
|||||||
name = 'catppuccin',
|
name = 'catppuccin',
|
||||||
opts = require('data.types').catppuccin,
|
opts = require('data.types').catppuccin,
|
||||||
},
|
},
|
||||||
|
-- ━━━━━━━━━━━━━━━━━━━━━━━━━━ Alternate Themes ━━━━━━━━━━━━━━━━━━━━━━━
|
||||||
|
-- { -- Tokyonight
|
||||||
|
-- 'folke/tokyonight.nvim',
|
||||||
|
-- lazy = true, -- Override
|
||||||
|
-- name = 'tokyonight',
|
||||||
|
-- opts = require('data.types').tokyonight.opts,
|
||||||
|
-- },
|
||||||
-- { -- Monoglow
|
-- { -- Monoglow
|
||||||
-- 'wnkz/monoglow.nvim',
|
-- 'wnkz/monoglow.nvim',
|
||||||
-- lazy = false,
|
-- lazy = false,
|
||||||
|
|||||||
Reference in New Issue
Block a user