Highlight constructor in monokai theme (#3131)
This commit is contained in:
parent
235237ddc4
commit
cb142b5750
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
"type" = { fg = "type" }
|
||||
"type.builtin" = { fg = "#66D9EF" }
|
||||
"type.enum.variant" = { fg = "text" }
|
||||
"constructor" = { fg = "text" }
|
||||
"constructor" = { fg = "fn_declaration" }
|
||||
"variable.other.member" = { fg = "variable" }
|
||||
|
||||
"keyword" = { fg = "keyword" }
|
||||
|
|
Loading…
Reference in a new issue