Search notes:

SQLcl: SET HIGHLIGHTING

SQL> set highlighting comment    foreground green
SQL> set highlighting error      foreground red
SQL> set highlighting error      background yellow
SQL> set highlighting keyword    foreground cyan
SQL> set highlighting identifier foreground magenta

See also

set sqlformat
set

Index