Skip to content

Commit b06adc7

Browse files
committed
style(theme): restore blue dark accents
1 parent 03ed7e3 commit b06adc7

2 files changed

Lines changed: 18 additions & 18 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: '#f07b88',
112-
container: '#d85869',
113-
onContainer: '#190d10'
111+
main: '#a8b1ff',
112+
container: '#3e63dd',
113+
onContainer: '#ffffff'
114114
}
115115
}
116116
},

docs/.vitepress/theme/style.css

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@
8787
--site-text-3: #999ea9;
8888
--site-line: #444a55;
8989
--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;
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;
9797
--site-nav-bg: rgba(32, 34, 40, 0.94);
9898
--site-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
9999
--site-code-bg: #1b1d22;
@@ -102,14 +102,14 @@
102102
--site-code-text: #e1e4e8;
103103
--site-code-muted: #8f98a6;
104104

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);
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);
113113

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

0 commit comments

Comments
 (0)