Feat(colorschemes): add e-ink theme for some sweet monochromatic style

This commit is contained in:
2025-02-27 16:50:02 -05:00
parent 194ab5278d
commit e4f7a7473d
+8
View File
@@ -13,6 +13,14 @@ return {
opts = require('data.types').catppuccin,
},
-- ━━━━━━━━━━━━━━━━━━━━━━━━━━ Alternate Themes ━━━━━━━━━━━━━━━━━━━━━━━
{ -- E-Ink
'alexxGmZ/e-ink.nvim',
priority = 1000,
opts = {
-- Changes light/dark mode based on vim.o.background
},
},
-- { -- Tokyonight
-- 'folke/tokyonight.nvim',
-- lazy = true, -- Override