We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 829bdfb commit f9b9514Copy full SHA for f9b9514
src/format/reveal/format-reveal-theme.ts
@@ -57,6 +57,7 @@ export const kRevealDarkThemes = [
57
"night",
58
"blood",
59
"moon",
60
+ "dracula",
61
];
62
63
export const kRevealThemes = [...kRevealLightThemes, ...kRevealDarkThemes];
0 commit comments