make syntax cyan not blue
This commit is contained in:
parent
00997dff13
commit
9088ec02a0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue