Skip to content

Commit 5bd52be

Browse files
committed
Revert "steal starlight's colours to make it grey ;-;"
This reverts commit 2b85c81.
1 parent 2b85c81 commit 5bd52be

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

astro.config.mjs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ import { generateCliOptionsIntegration } from "./src/fetchReadme";
44
import smartypants from "remark-smartypants";
55
import { pluginCodeMarkerAnchors } from "./src/CodeMarkerAnchorPlugin.mjs";
66

7-
// https://github.com/withastro/starlight/blob/main/packages/starlight/integrations/expressive-code/theming.ts
8-
const isDark = false;
9-
const neutralMinimal = isDark ? '#ffffff17' : '#0000001a';
10-
const neutralDimmed = isDark ? '#ffffff40' : '#00000055';
11-
127
// https://astro.build/config
138
export default defineConfig({
149
site: "https://lychee.cli.rs",
@@ -25,12 +20,6 @@ export default defineConfig({
2520
expressiveCode: {
2621
plugins: [pluginCodeMarkerAnchors()],
2722
themes: ["catppuccin-frappe", "catppuccin-latte"],
28-
styleOverrides: {
29-
textMarkers: {
30-
markBackground: neutralMinimal,
31-
markBorderColor: neutralDimmed,
32-
}
33-
}
3423
},
3524
title: "Docs",
3625
description:

0 commit comments

Comments
 (0)