Highlight constructor in monokai theme (#3131)

This commit is contained in:
A-Walrus 2022-07-26 03:40:56 +03:00 committed by GitHub
parent 235237ddc4
commit cb142b5750
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" }