helix: Remove italic modifier from comment style
This commit is contained in:
parent
ac06f113cc
commit
5bc355a7fa
10 changed files with 15 additions and 21 deletions
7
helix/themes/light.toml
Normal file
7
helix/themes/light.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
inherits = "onelight"
|
||||
|
||||
"comment" = { fg = "grey" }
|
||||
"comment.line" = { fg = "grey" }
|
||||
"comment.line.documentation" = { fg = "grey" }
|
||||
"comment.block" = { fg = "grey" }
|
||||
"comment.block.documentation" = { fg = "grey" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue