2024-03-05 01:27:34 +01:00
|
|
|
/* Copyright 2024, Command Line Inc.
|
|
|
|
SPDX-License-Identifier: Apache-2.0 */
|
|
|
|
|
|
|
|
:root {
|
|
|
|
--term-black: #757575;
|
|
|
|
--term-red: #cc685c;
|
2024-03-05 02:05:05 +01:00
|
|
|
--term-green: #76c266;
|
2024-03-05 01:27:34 +01:00
|
|
|
--term-yellow: #cbca9b;
|
|
|
|
--term-blue: #85aacb;
|
|
|
|
--term-magenta: #cc72ca;
|
|
|
|
--term-cyan: #74a7cb;
|
|
|
|
--term-white: #c1c1c1;
|
|
|
|
|
|
|
|
--term-bright-black: #727272;
|
|
|
|
--term-bright-red: #cc9d97;
|
2024-03-05 02:05:05 +01:00
|
|
|
--term-bright-green: #a3dd97;
|
2024-03-05 01:27:34 +01:00
|
|
|
--term-bright-yellow: #cbcaaa;
|
|
|
|
--term-bright-blue: #9ab6cb;
|
|
|
|
--term-bright-magenta: #cc8ecb;
|
|
|
|
--term-bright-cyan: #b7b8cb;
|
|
|
|
--term-bright-white: #f0f0f0;
|
|
|
|
|
|
|
|
--term-gray: #8b918a;
|
2024-03-05 02:05:05 +01:00
|
|
|
--term-cmdtext: #f0f0f0;
|
2024-03-05 01:27:34 +01:00
|
|
|
--term-foreground: #c1c1c1;
|
2024-03-05 08:33:54 +01:00
|
|
|
--term-background: #00000000;
|
2024-03-05 01:27:34 +01:00
|
|
|
}
|