From 4d0b7e57b146f3d386da989f60e58cbbf65a430e Mon Sep 17 00:00:00 2001 From: Javier Goday Date: Wed, 20 Nov 2024 23:19:58 +0100 Subject: [PATCH] Set tags color in monokai theme (#11917) --- runtime/themes/monokai.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/themes/monokai.toml b/runtime/themes/monokai.toml index 22e6d0639..dfa7040ce 100644 --- a/runtime/themes/monokai.toml +++ b/runtime/themes/monokai.toml @@ -1,5 +1,7 @@ # Author: Shafkath Shuhan +"tag" = { fg = "tag" } + "namespace" = { fg = "type" } "module" = { fg = "type" } @@ -116,3 +118,4 @@ cursor = "#a6a6a6" inactive_cursor = "#878b91" widget = "#1e1f1c" selection = "#414339" +tag = "#F92672"