feat: theme transparent

This commit is contained in:
ralvescosta 2025-03-16 21:56:05 -03:00
parent 537f989393
commit 846b4c36ae
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@ return {
require('tokyonight').setup { require('tokyonight').setup {
transparent = true, transparent = true,
styles = { styles = {
comments = { italic = false }, -- Disable italics in comments comments = { italic = false },
sidebars = 'transparent',
floats = 'transparent',
}, },
} }