✨ Feat(colorschemes): add e-ink theme for some sweet monochromatic style
This commit is contained in:
@@ -13,6 +13,14 @@ return {
|
|||||||
opts = require('data.types').catppuccin,
|
opts = require('data.types').catppuccin,
|
||||||
},
|
},
|
||||||
-- ━━━━━━━━━━━━━━━━━━━━━━━━━━ Alternate Themes ━━━━━━━━━━━━━━━━━━━━━━━
|
-- ━━━━━━━━━━━━━━━━━━━━━━━━━━ Alternate Themes ━━━━━━━━━━━━━━━━━━━━━━━
|
||||||
|
|
||||||
|
{ -- E-Ink
|
||||||
|
'alexxGmZ/e-ink.nvim',
|
||||||
|
priority = 1000,
|
||||||
|
opts = {
|
||||||
|
-- Changes light/dark mode based on vim.o.background
|
||||||
|
},
|
||||||
|
},
|
||||||
-- { -- Tokyonight
|
-- { -- Tokyonight
|
||||||
-- 'folke/tokyonight.nvim',
|
-- 'folke/tokyonight.nvim',
|
||||||
-- lazy = true, -- Override
|
-- lazy = true, -- Override
|
||||||
|
|||||||
Reference in New Issue
Block a user