Skip to content

Commit 88fc5e8

Browse files
committed
simplify light theme
1 parent b0747d5 commit 88fc5e8

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

src/renderer/theme/styles.css

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
}
3838

3939
[data-theme='light'] {
40-
--bg-secondary: #e5e5e5;
41-
--bg-primary: #f5f5f5;
40+
--bg-secondary: #eee;
41+
--bg-primary: #fff;
4242

43-
--overlay: #fff;
44-
--overlay-2x: #fff;
43+
--overlay: rgba(0, 0, 0, .1);
44+
--overlay-2x: rgba(0, 0, 0, .2);
4545

4646
--font-color: rgba(0, 0, 0, .8);
4747
--error-color: #f78484;
@@ -59,15 +59,5 @@
5959
--background-error: #f56464;
6060
--background-warning: #ffc252;
6161
--background-success: #63c263;
62-
.popover-arrow,
63-
.menu-arrow {
64-
fill: var(--bg-primary);
65-
}
66-
67-
.popover-content,
68-
.tooltip-content,
69-
.menu-content,
70-
.menu-sub-content {
71-
@apply bg-primary;
72-
}
62+
7363
}

0 commit comments

Comments
 (0)