Skip to content

Commit

Permalink
Highlight constructor in monokai theme (helix-editor#3131)
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Walrus authored and thomasskk committed Sep 9, 2022
1 parent 1ac7cba commit 91a8d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/themes/monokai.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 91a8d59

Please sign in to comment.