Highlight constructor in monokai theme (#3131)

pull/3168/head^2
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
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"type" = { fg = "type" } "type" = { fg = "type" }
"type.builtin" = { fg = "#66D9EF" } "type.builtin" = { fg = "#66D9EF" }
"type.enum.variant" = { fg = "text" } "type.enum.variant" = { fg = "text" }
"constructor" = { fg = "text" } "constructor" = { fg = "fn_declaration" }
"variable.other.member" = { fg = "variable" } "variable.other.member" = { fg = "variable" }
"keyword" = { fg = "keyword" } "keyword" = { fg = "keyword" }