feat: enrich theming capabilities with additional ANSI16 color options

This commit is contained in:
2024-11-23 14:21:35 -05:00
parent b57784ac53
commit 7bfb413934
+10
View File
@@ -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',