waveterm/public/themes/term-light.css
Mike Sawka fc0b82836c
quick UI updates (center imageview, fix terminal cursor colors, and add firacode font) (#445)
* center imageview images

* fix terminal selection colors #442

* add firacode font
2024-03-13 16:24:47 -07:00

12 lines
284 B
CSS

/* Copyright 2024, Command Line Inc.
SPDX-License-Identifier: Apache-2.0 */
:root {
/* term colors */
--term-foreground: #000000;
--term-background: #fefefe;
--term-cmdtext: #000000;
--term-selection-background: #00000040;
--term-cursor-accent: #000000;
}