From e4f7a7473db899e901f3e996f468e1fe390e2513 Mon Sep 17 00:00:00 2001 From: rootiest Date: Thu, 27 Feb 2025 16:50:02 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Feat(colorschemes):=20add=20e-ink?= =?UTF-8?q?=20theme=20for=20some=20sweet=20monochromatic=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/plugins/themes.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lua/plugins/themes.lua b/lua/plugins/themes.lua index ee6dfec..84ee4e3 100644 --- a/lua/plugins/themes.lua +++ b/lua/plugins/themes.lua @@ -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