Compare commits

..

No commits in common. "9b3e7bcf68ace2f07eb7478c40e45ce79332482b" and "9df9d51fd9fc8f9a8fc377f984ea3b7ae796172d" have entirely different histories.

View file

@ -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}]]
'';