aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA-Walrus2022-07-26 00:40:56 +0000
committerGitHub2022-07-26 00:40:56 +0000
commitcb142b5750fd23a9937034558663c1b5203fead4 (patch)
tree67738aeb9f0ce19050aba71d7bb23db51b662bfd
parent235237ddc45d398f5121f3a27ce6afb1d0ef570b (diff)
Highlight constructor in monokai theme (#3131)
-rw-r--r--runtime/themes/monokai.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/monokai.toml b/runtime/themes/monokai.toml
index 5a890615..2d11601c 100644
--- a/runtime/themes/monokai.toml
+++ b/runtime/themes/monokai.toml
@@ -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" }