diff options
author | A-Walrus | 2022-07-26 00:40:56 +0000 |
---|---|---|
committer | GitHub | 2022-07-26 00:40:56 +0000 |
commit | cb142b5750fd23a9937034558663c1b5203fead4 (patch) | |
tree | 67738aeb9f0ce19050aba71d7bb23db51b662bfd /runtime | |
parent | 235237ddc45d398f5121f3a27ce6afb1d0ef570b (diff) |
Highlight constructor in monokai theme (#3131)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/themes/monokai.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/monokai.toml b/runtime/themes/monokai.toml index 5a890615..2d11601c 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" } |