It is extremely easy to style TinyShell with only simple CSS. The following is a copy of the default theme.css file. It has a light blue background, black text color and a black cursor.
- html, body, table, input, select, textarea {
- color: black;
- background: lightblue;
- }
- a {
- color: black;
- }
- span.cursor {
- color: lightblue;
- background: black;
- }