Skip to content

Commit 5492e64

Browse files
committed
Make TokyoNight transparent
1 parent 3426974 commit 5492e64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dot_config/nvim/init.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -808,8 +808,11 @@ require('lazy').setup({
808808
config = function()
809809
---@diagnostic disable-next-line: missing-fields
810810
require('tokyonight').setup {
811+
transparent = true,
811812
styles = {
812813
comments = { italic = false }, -- Disable italics in comments
814+
sidebars = 'transparent',
815+
floats = 'transparent',
813816
},
814817
}
815818

0 commit comments

Comments
 (0)