mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-08 21:23:53 +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,
|
||||
transparent,
|
||||
...
|
||||
}: let
|
||||
colors =
|
||||
builtins.replaceStrings
|
||||
[''["'' ''"]'']
|
||||
["" ""]
|
||||
(toLuaObject base16-colors);
|
||||
in ''
|
||||
}: ''
|
||||
-- Base16 theme
|
||||
require('base16-pro-max').setup {
|
||||
colors = ${colors},
|
||||
colors = ${toLuaObject base16-colors},
|
||||
styles = { transparency = ${boolToString transparent} },
|
||||
}
|
||||
vim.cmd.colorscheme "base16-pro-max"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue