From d7f71b798c0748ae001c037f586adc4dc9fa1bf1 Mon Sep 17 00:00:00 2001 From: Awalrus Date: Thu, 21 Jul 2022 15:37:54 +0300 Subject: [PATCH] Highlight constructor in monokai theme --- 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 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" }