mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-22 16:48:23 +01:00
baf00ac514
* light theme for button element * light them for connections view * remove box-shadows * light theme for textfield * unify form elements colors * light theme for modals * remove inset from modal box-shadow * light theme for tooltip * remove empty fies. theme new tab setting spacer * light theme for cmdinput * light theme for scroll * minor global color change * connections and history view light theme improvements * light them for line actions bg * light theme for sidebar actions * more on line themes and fixes * use font shorthand * use --form-element-* for all form elements colors * update/remove some cmdiput colors * update terminal colors for light mode * move term lightmode settings to new file (needs updates for more contrast) * lighten up panel color, remove 'dev' panel color for now (since we're testing light mode) --------- Co-authored-by: sawka <mike.sawka@gmail.com>
12 lines
259 B
CSS
12 lines
259 B
CSS
/* Copyright 2024, Command Line Inc.
|
|
SPDX-License-Identifier: Apache-2.0 */
|
|
|
|
:root {
|
|
/* term colors */
|
|
--term-foreground: #000000;
|
|
--term-background: #fefefe;
|
|
--term-black: #fefefe;
|
|
--term-white: #000000;
|
|
--term-cmdtext: #000000;
|
|
}
|