make syntax cyan not blue

This commit is contained in:
rhiannon morris 2022-04-11 14:09:48 +02:00
parent 00997dff13
commit 9088ec02a0
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ termHL DVar = color BrightGreen
termHL DVarErr = color BrightGreen <+> underline
termHL Qty = color BrightMagenta <+> bold
termHL Free = color BrightWhite
termHL Syntax = color BrightBlue
termHL Syntax = color BrightCyan
export %inline
prettyTerm : {default True color, unicode : Bool} -> PrettyHL a => a -> IO Unit