Skip to content

Commit d2cc9b3

Browse files
committed
highlight: change light theme to gh-light
1 parent c016edc commit d2cc9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/highlight.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const __dirname = dirname(fileURLToPath(import.meta.url));
1414
main();
1515

1616
async function main() {
17-
const LIGHT_THEME = 'vitesse-light';
17+
const LIGHT_THEME = 'github-light';
1818
const DARK_THEME = 'vitesse-dark';
1919

2020
const start = Date.now();

0 commit comments

Comments
 (0)