Disable italics in comments
This commit is contained in:
parent
ef425d3ad1
commit
82a0952285
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ M.highlights = function()
|
||||||
FloatBorder = { fg = C.gray },
|
FloatBorder = { fg = C.gray },
|
||||||
FloatTitle = { fg = C.blue },
|
FloatTitle = { fg = C.blue },
|
||||||
|
|
||||||
Comment = { fg = C.bg3, italic = true }, -- any comment
|
Comment = { fg = C.bg3, italic = false }, -- any comment
|
||||||
|
|
||||||
Constant = { fg = C.orange }, -- any constant
|
Constant = { fg = C.orange }, -- any constant
|
||||||
String = { fg = C.aqua }, -- a string constant: "this is a string"
|
String = { fg = C.aqua }, -- a string constant: "this is a string"
|
||||||
|
|
Loading…
Add table
Reference in a new issue