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

This commit is contained in:
LeoniePhiline 2022-12-22 00:10:12 +01:00 committed by GitHub
parent 6ab8591715
commit d0a5e11c28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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