2024-03-05 09:05:05 +08:00
|
|
|
/* Copyright 2024, Command Line Inc.
|
|
|
|
|
SPDX-License-Identifier: Apache-2.0 */
|
|
|
|
|
|
|
|
|
|
:root {
|
|
|
|
|
/* term colors */
|
|
|
|
|
--term-foreground: #000000;
|
|
|
|
|
--term-background: #fefefe;
|
|
|
|
|
--term-cmdtext: #000000;
|
2024-03-13 16:24:47 -07:00
|
|
|
--term-selection-background: #00000040;
|
|
|
|
|
--term-cursor-accent: #000000;
|
2024-03-05 09:05:05 +08:00
|
|
|
}
|