Skip to content

Commit 0494076

Browse files
committed
chore(version): Bump to 2.1.0
1 parent be56ac5 commit 0494076

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

styles/abstract/_light.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,11 @@ body.light {
3636

3737
/* ? ========== Surface colors ========== */
3838
--c-surface-1: var(--surface-hsl);
39-
// --c-surface-2: hsl(var(--surface-h) var(--surface-s) calc(var(--surface-l) * 0.945));
40-
// --c-surface-3: hsl(var(--surface-h) var(--surface-s) calc(var(--surface-l) * 0.905));
4139
--c-surface-2: hsl(var(--surface-h) var(--surface-s) calc(var(--surface-l) * 0.95));
4240
--c-surface-3: hsl(var(--surface-h) var(--surface-s) calc(var(--surface-l) * 0.91));
4341

4442
/* ? ========== Text colors ========== */
4543
--c-txt: hsl(var(--txt-hsl));
46-
// --c-subtext-1: hsl(var(--accent-h), 0%, 20%);
47-
// --c-subtext-2: hsl(var(--accent-h), 0%, 40%);
4844
--c-subtext-1: hsl(var(--accent-h), 0%, 20%);
4945
--c-subtext-2: hsl(var(--accent-h), var(--accent-s), 30%);
5046

@@ -57,7 +53,6 @@ body.light {
5753
--c-bg-msg-gpt: hsl(var(--surface-h), calc(var(--surface-s) * 1), calc(var(--surface-l) * 0.97));
5854

5955
/* ? ========== Type message textarea colors ========== */
60-
// --c-bg-textarea: hsla(0, 0%, calc(var(--surface-l) / 1.05));
6156
--c-bg-textarea: linear-gradient(145deg, hsla(var(--accent-hsl) / 0.2) 0%, hsla(var(--accent-hsl) / 0.1) 22%, hsla(var(--accent-hsl) / 0.1) 68%, hsla(var(--accent-hsl) / 0.2) 100%);
6257

6358
/* ? ========== modal, dialog, contextmenu bg ========== */
@@ -76,8 +71,6 @@ body.light {
7671

7772
/* ? ========== <pre>/markdown things colors ========== */
7873
--c-markdown-a: var(--c-accent);
79-
// --c-bg-pre: var(--c-surface-2);
80-
// --c-bg-pre: hsla(var(--accent-hsl) / 0.01);
8174
--c-bg-pre: hsla(var(--accent-h) var(--surface-s) var(--surface-l) / 0.8);
8275

8376
/* ? ========== Scrollbar colors =======s=== */

0 commit comments

Comments
 (0)