From 7bfb4139348f038e842899d933345a0e6fa53990 Mon Sep 17 00:00:00 2001 From: rootiest Date: Sat, 23 Nov 2024 14:21:35 -0500 Subject: [PATCH] feat: enrich theming capabilities with additional ANSI16 color options --- lua/plugins/themes.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lua/plugins/themes.lua b/lua/plugins/themes.lua index ed3f09f..1365580 100644 --- a/lua/plugins/themes.lua +++ b/lua/plugins/themes.lua @@ -95,6 +95,16 @@ return { lazy = true, name = 'umbra', }, + { -- Vim-Dim (ANSI16 colors) + 'jeffkreeftmeijer/vim-dim', + lazy = true, + name = 'dim', + }, + { -- Vim-noctua (ANSI16 colors) + 'noahfrederick/vim-noctu', + lazy = true, + name = 'noctu', + }, { -- Zenbones 'zenbones-theme/zenbones.nvim', name = 'zenbones',