diff --git a/modules/plugins/theme/supported-themes.nix b/modules/plugins/theme/supported-themes.nix index 6419ba14..17ba2311 100644 --- a/modules/plugins/theme/supported-themes.nix +++ b/modules/plugins/theme/supported-themes.nix @@ -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}]] '';