diff --git a/runtime/themes/monokai.toml b/runtime/themes/monokai.toml index 5a8906154982..2d11601cd117 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" }