aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-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" }