Skip to content

Commit 0769f72

Browse files
committed
style: brighten theme colors
1 parent 79b5237 commit 0769f72

File tree

3 files changed

+14
-1840
lines changed

3 files changed

+14
-1840
lines changed

src/css/base/theme.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[data-theme='dark'] {
2-
--primary: #78909C;
3-
--primary-dark: #546E7A;
4-
--primary-light: #B0BEC5;
5-
--primary-alpha-light: rgba(120, 144, 156, 0.04);
6-
--primary-alpha-medium: rgba(120, 144, 156, 0.08);
7-
--primary-alpha-strong: rgba(120, 144, 156, 0.1);
2+
--primary: #90A4AE;
3+
--primary-dark: #607D8B;
4+
--primary-light: #CFD8DC;
5+
--primary-alpha-light: rgba(144, 164, 174, 0.04);
6+
--primary-alpha-medium: rgba(144, 164, 174, 0.08);
7+
--primary-alpha-strong: rgba(144, 164, 174, 0.1);
88
--text-primary: #f7fafc;
99
--text-secondary: #e2e8f0;
1010
--bg-light: #1E242C;
@@ -47,7 +47,7 @@
4747
}
4848

4949
[data-theme='dark'] .card:hover {
50-
border-color: rgba(120, 144, 156, 0.3);
50+
border-color: rgba(144, 164, 174, 0.3);
5151
}
5252

5353
[data-theme="dark"] .footer__copyright {

src/css/base/variables.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
:root {
2-
--primary: #546E7A;
3-
--primary-dark: #37474F;
4-
--primary-light: #78909C;
5-
--primary-alpha-light: rgba(84, 110, 122, 0.04);
6-
--primary-alpha-medium: rgba(84, 110, 122, 0.08);
7-
--primary-alpha-strong: rgba(84, 110, 122, 0.1);
2+
--primary: #607D8B;
3+
--primary-dark: #455A64;
4+
--primary-light: #90A4AE;
5+
--primary-alpha-light: rgba(96, 125, 139, 0.04);
6+
--primary-alpha-medium: rgba(96, 125, 139, 0.08);
7+
--primary-alpha-strong: rgba(96, 125, 139, 0.1);
88

99
--text-primary: #1a202c;
1010
--text-secondary: #4a5568;

0 commit comments

Comments
 (0)