Themes
sqly colors SQL as you type it. .theme shows the theme in effect and the ones
available, and takes one to switch to:
sqly:~/data(table)$ .theme dracula
theme set to dracula
The choice is remembered, so it is made once rather than every time. The shell page has the details; this page is the pictures.
Each screenshot below is the same statement, chosen to hold one of everything
the highlighter names: a keyword, a column, a table, a string literal, a number,
and a comment. actor is both a column of the file and the table it was read
from, so the two colors for a name are visible side by side.
SELECT actor, gross AS 'top' FROM actor WHERE gross > 42 -- a comment
sqly colors the text; your terminal supplies the background. A theme meant for a light terminal is shown on one below, and will read badly on a dark one.
night-owl #
The default, and the colors sqly has always drawn its prompt in.

dracula #

monokai #

nord #

solarized #

gruvbox #

tokyo-night #

catppuccin #

vscode #

github-light #
For a light terminal, and shown on one.

accessible #
High contrast, for a terminal where the others are hard to read.

none #
No coloring at all, for a terminal or a reader that wants the input plain. It is remembered like any other choice.
