File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,8 @@ const config: Config = {
265265 "toml" ,
266266 "properties" ,
267267 ] ,
268- theme : themes . vsDark ,
268+ theme : themes . vsLight ,
269+ darkTheme : themes . vsDark ,
269270 } ,
270271 algolia : {
271272 appId : "P1BCDPTG1Q" ,
Original file line number Diff line number Diff line change 11: root {
2+ /* adjusted for VS Light theme */
3+ --docusaurus-highlighted-code-line-bg : rgb (0 0 0 / 10% );
4+
25 --ifm-color-primary : # 0240dc ;
36 --ifm-color-primary-dark : # 033ed5 ;
47 --ifm-color-secondary : # 868686 ;
2124}
2225
2326html [data-theme = "dark" ] {
27+ /* adjusted for VS Dark theme */
28+ --docusaurus-highlighted-code-line-bg : rgb (66 66 66 / 35% );
29+
2430 --ifm-color-primary : # 409efe ;
2531 --ifm-color-primary-dark : # 0175ec ;
2632 --ifm-color-secondary : # ebedf0 ;
You can’t perform that action at this time.
0 commit comments