fix(theme): Replace invalid `cyan` by `blue` in line with original theme (#5250)

pull/1/head
LeoniePhiline 2 years ago committed by GitHub
parent 6ab8591715
commit d0a5e11c28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save