feat: themes
This commit is contained in:
parent
ac1febdbc8
commit
f43061d2a3
|
|
@ -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',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
Loading…
Reference in New Issue