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