mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-13 07:31:02 +00:00
Merge 64cbdafe35 into 43b48909a3
This commit is contained in:
commit
e4b15492ea
3 changed files with 33 additions and 0 deletions
|
|
@ -14,6 +14,20 @@ in {
|
|||
require('base16-colorscheme').setup(${toLuaObject base16-colors})
|
||||
'';
|
||||
};
|
||||
base16-pro-max = {
|
||||
setup = {
|
||||
base16-colors,
|
||||
transparent,
|
||||
...
|
||||
}: ''
|
||||
-- Base16 theme
|
||||
require('base16-pro-max').setup {
|
||||
colors = ${toLuaObject base16-colors},
|
||||
styles = { transparency = ${boolToString transparent} },
|
||||
}
|
||||
vim.cmd.colorscheme "base16-pro-max"
|
||||
'';
|
||||
};
|
||||
mini-base16 = {
|
||||
setup = {base16-colors, ...}: ''
|
||||
-- Base16 theme
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue