mirror of https://github.com/helix-editor/helix
Highlight constructor in monokai theme (#3131)
parent
235237ddc4
commit
cb142b5750
|
@ -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" }
|
||||||
|
|
Loading…
Reference in New Issue