Unnamed repository; edit this file 'description' to name the repository.
Highlight constructor in monokai theme (#3131)
A-Walrus 2022-07-26
parent 235237d · commit cb142b5
-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" }