diff options
Diffstat (limited to 'runtime/themes/snazzy.toml')
-rw-r--r-- | runtime/themes/snazzy.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/snazzy.toml b/runtime/themes/snazzy.toml index f4521e7f..8cecc61e 100644 --- a/runtime/themes/snazzy.toml +++ b/runtime/themes/snazzy.toml @@ -8,7 +8,7 @@ "operator" = { fg = "magenta" } "punctuation" = { fg = "foreground" } "string" = { fg = "yellow" } -"path" = { fg = "blue" } +"string.special.path" = { fg = "blue" } "string.regexp" = { fg = "red" } "tag" = { fg = "magenta" } "type" = { fg = "cyan", modifiers = ["italic"] } |