Unnamed repository; edit this file 'description' to name the repository.
Set tags color in monokai theme (#11917)
| -rw-r--r-- | runtime/themes/monokai.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/themes/monokai.toml b/runtime/themes/monokai.toml index 22e6d063..dfa7040c 100644 --- a/runtime/themes/monokai.toml +++ b/runtime/themes/monokai.toml @@ -1,5 +1,7 @@ # Author: Shafkath Shuhan <[email protected]> +"tag" = { fg = "tag" } + "namespace" = { fg = "type" } "module" = { fg = "type" } @@ -116,3 +118,4 @@ cursor = "#a6a6a6" inactive_cursor = "#878b91" widget = "#1e1f1c" selection = "#414339" +tag = "#F92672" |