feat: themes

This commit is contained in:
bieniucieniu 2025-04-23 16:17:21 +02:00
parent ac1febdbc8
commit f43061d2a3
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ return { -- You can easily change to a different colorscheme.
require('tokyonight').setup { require('tokyonight').setup {
styles = { styles = {
comments = { italic = false }, -- Disable italics in comments comments = { italic = false }, -- Disable italics in comments
sidebars = 'transparent',
floats = 'transparent',
}, },
} }