mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-09 05:33:52 +00:00
Compare commits
2 commits
9df9d51fd9
...
9b3e7bcf68
| Author | SHA1 | Date | |
|---|---|---|---|
|
9b3e7bcf68 |
|||
|
|
8327c66c86 |
1 changed files with 12 additions and 0 deletions
|
|
@ -46,6 +46,18 @@ in {
|
||||||
}: ''
|
}: ''
|
||||||
require('tokyonight').setup {
|
require('tokyonight').setup {
|
||||||
transparent = ${boolToString transparent};
|
transparent = ${boolToString transparent};
|
||||||
|
styles = {
|
||||||
|
sidebars = ${
|
||||||
|
if transparent
|
||||||
|
then ''"transparent"''
|
||||||
|
else ''"dark"''
|
||||||
|
},
|
||||||
|
floats = ${
|
||||||
|
if transparent
|
||||||
|
then ''"transparent"''
|
||||||
|
else ''"dark"''
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
vim.cmd[[colorscheme tokyonight-${style}]]
|
vim.cmd[[colorscheme tokyonight-${style}]]
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue