From cb142b5750fd23a9937034558663c1b5203fead4 Mon Sep 17 00:00:00 2001 From: A-Walrus <58790821+A-Walrus@users.noreply.github.com> Date: Tue, 26 Jul 2022 03:40:56 +0300 Subject: [PATCH] Highlight constructor in monokai theme (#3131) --- runtime/themes/monokai.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/themes/monokai.toml b/runtime/themes/monokai.toml index 5a8906154..2d11601cd 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" }