🎨 ux(nvim): catppuccin comments are now in italic
This commit is contained in:
parent
8a78d7ab15
commit
d9099c6b2d
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ return {
|
||||||
lazy = false,
|
lazy = false,
|
||||||
name = "catppuccin",
|
name = "catppuccin",
|
||||||
opts = {
|
opts = {
|
||||||
|
styles = {
|
||||||
|
comments = { "italic" },
|
||||||
|
},
|
||||||
background = {
|
background = {
|
||||||
light = "latte",
|
light = "latte",
|
||||||
dark = "macchiato",
|
dark = "macchiato",
|
||||||
|
|
Loading…
Add table
Reference in a new issue