aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/monokai_pro_spectrum.toml
diff options
context:
space:
mode:
authorLeoniePhiline2022-12-21 23:10:12 +0000
committerGitHub2022-12-21 23:10:12 +0000
commitd0a5e11c28a3ad2533b79e2922ca06aa7036516c (patch)
treecd12140420e296cd55ceac089d0fd69ef486144e /runtime/themes/monokai_pro_spectrum.toml
parent6ab8591715daf932d0dc45d0d5fb9e5a272f2fe1 (diff)
fix(theme): Replace invalid `cyan` by `blue` in line with original theme (#5250)
Diffstat (limited to 'runtime/themes/monokai_pro_spectrum.toml')
-rw-r--r--runtime/themes/monokai_pro_spectrum.toml2
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"