mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
mini/base16: init
This commit is contained in:
parent
a1a0ab89b6
commit
c52e3c0507
5 changed files with 32 additions and 0 deletions
|
@ -12,6 +12,14 @@ in {
|
|||
require('base16-colorscheme').setup(${toLuaObject base16-colors})
|
||||
'';
|
||||
};
|
||||
mini-base16 = {
|
||||
setup = {base16-colors, ...}: ''
|
||||
-- Base16 theme
|
||||
require('mini.base16').setup({
|
||||
palette = ${toLuaObject base16-colors}
|
||||
})
|
||||
'';
|
||||
};
|
||||
onedark = {
|
||||
setup = {style ? "dark", ...}: ''
|
||||
-- OneDark theme
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue