mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-10 14:13:54 +00:00
themes: use normal base16-colors in base16-pro-max
This commit is contained in:
parent
d4a8590628
commit
063573fd82
1 changed files with 2 additions and 8 deletions
|
|
@ -19,16 +19,10 @@ in {
|
||||||
base16-colors,
|
base16-colors,
|
||||||
transparent,
|
transparent,
|
||||||
...
|
...
|
||||||
}: let
|
}: ''
|
||||||
colors =
|
|
||||||
builtins.replaceStrings
|
|
||||||
[''["'' ''"]'']
|
|
||||||
["" ""]
|
|
||||||
(toLuaObject base16-colors);
|
|
||||||
in ''
|
|
||||||
-- Base16 theme
|
-- Base16 theme
|
||||||
require('base16-pro-max').setup {
|
require('base16-pro-max').setup {
|
||||||
colors = ${colors},
|
colors = ${toLuaObject base16-colors},
|
||||||
styles = { transparency = ${boolToString transparent} },
|
styles = { transparency = ${boolToString transparent} },
|
||||||
}
|
}
|
||||||
vim.cmd.colorscheme "base16-pro-max"
|
vim.cmd.colorscheme "base16-pro-max"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue