Skip to content

Commit 03ed7e3

Browse files
committed
style(theme): restore lighter red dark palette
1 parent 61b563f commit 03ed7e3

2 files changed

Lines changed: 35 additions & 35 deletions

File tree

docs/.vitepress/theme/components/CalendarTimelineClient.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ const calendarApp = createCalendar({
108108
onContainer: '#ffffff'
109109
},
110110
darkColors: {
111-
main: '#a8b1ff',
112-
container: '#3e63dd',
113-
onContainer: '#ffffff'
111+
main: '#f07b88',
112+
container: '#d85869',
113+
onContainer: '#190d10'
114114
}
115115
}
116116
},

docs/.vitepress/theme/style.css

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -77,39 +77,39 @@
7777

7878
.dark {
7979
color-scheme: dark;
80-
--site-bg: #1b1b1f;
81-
--site-surface: #202127;
82-
--site-surface-2: #202127;
83-
--site-surface-3: #32363f;
84-
--site-footer-bg: #161618;
85-
--site-text: rgba(255, 255, 245, 0.86);
86-
--site-text-2: rgba(235, 235, 245, 0.68);
87-
--site-text-3: rgba(235, 235, 245, 0.5);
88-
--site-line: #2e2e32;
89-
--site-line-strong: #3c3f44;
90-
--site-brand: #a8b1ff;
91-
--site-brand-hover: #5c73e7;
92-
--site-brand-action: #3e63dd;
93-
--site-brand-action-hover: #5c73e7;
94-
--site-brand-soft: rgba(100, 108, 255, 0.16);
95-
--site-brand-contrast: #ffffff;
96-
--site-link: #a8b1ff;
97-
--site-nav-bg: rgba(27, 27, 31, 0.94);
80+
--site-bg: #202228;
81+
--site-surface: #282b32;
82+
--site-surface-2: #30343c;
83+
--site-surface-3: #393e48;
84+
--site-footer-bg: #1b1d22;
85+
--site-text: #f1efed;
86+
--site-text-2: #c2c4cb;
87+
--site-text-3: #999ea9;
88+
--site-line: #444a55;
89+
--site-line-strong: #59616f;
90+
--site-brand: #e26473;
91+
--site-brand-hover: #f07b88;
92+
--site-brand-action: #d85869;
93+
--site-brand-action-hover: #e26473;
94+
--site-brand-soft: rgba(226, 100, 115, 0.14);
95+
--site-brand-contrast: #190d10;
96+
--site-link: #f07b88;
97+
--site-nav-bg: rgba(32, 34, 40, 0.94);
9898
--site-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
99-
--site-code-bg: #161618;
100-
--site-code-surface: #202127;
101-
--site-code-line: #2e2e32;
102-
--site-code-text: rgba(255, 255, 245, 0.86);
103-
--site-code-muted: rgba(235, 235, 245, 0.38);
104-
105-
--topic-kernel: #a8b1ff;
106-
--topic-kernel-soft: rgba(100, 108, 255, 0.16);
107-
--topic-comm: #f9b44e;
108-
--topic-comm-soft: rgba(234, 179, 8, 0.16);
109-
--topic-serving: #3dd68c;
110-
--topic-serving-soft: rgba(16, 185, 129, 0.16);
111-
--topic-rl: #c8abfa;
112-
--topic-rl-soft: rgba(159, 122, 234, 0.16);
99+
--site-code-bg: #1b1d22;
100+
--site-code-surface: #282b32;
101+
--site-code-line: #444a55;
102+
--site-code-text: #e1e4e8;
103+
--site-code-muted: #8f98a6;
104+
105+
--topic-kernel: #78a7eb;
106+
--topic-kernel-soft: rgba(120, 167, 235, 0.11);
107+
--topic-comm: #d7a654;
108+
--topic-comm-soft: rgba(215, 166, 84, 0.11);
109+
--topic-serving: #67b9aa;
110+
--topic-serving-soft: rgba(103, 185, 170, 0.11);
111+
--topic-rl: #ae8ddb;
112+
--topic-rl-soft: rgba(174, 141, 219, 0.11);
113113

114114
--vp-code-line-highlight-color: rgba(255, 255, 255, 0.07);
115115
}

0 commit comments

Comments
 (0)