diff options
author | LeoniePhiline | 2022-12-21 23:10:12 +0000 |
---|---|---|
committer | GitHub | 2022-12-21 23:10:12 +0000 |
commit | d0a5e11c28a3ad2533b79e2922ca06aa7036516c (patch) | |
tree | cd12140420e296cd55ceac089d0fd69ef486144e | |
parent | 6ab8591715daf932d0dc45d0d5fb9e5a272f2fe1 (diff) |
fix(theme): Replace invalid `cyan` by `blue` in line with original theme (#5250)
-rw-r--r-- | runtime/themes/monokai_pro_spectrum.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/monokai_pro_spectrum.toml b/runtime/themes/monokai_pro_spectrum.toml index 89575e3a..f5787ca8 100644 --- a/runtime/themes/monokai_pro_spectrum.toml +++ b/runtime/themes/monokai_pro_spectrum.toml @@ -53,7 +53,7 @@ "constructor" = "blue" "function" = "green" "function.macro" = { fg = "blue" } -"function.builtin" = { fg = "cyan" } +"function.builtin" = { fg = "blue" } # operator, tags, units, punctuations "operator" = "red" |