Skip to content

Commit b9e372a

Browse files
committed
fix: transparent theme
1 parent 63b545e commit b9e372a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/core/exts/theme.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import dark from "../theme/dark";
33
import forest from "../theme/forest";
44
import light from "../theme/light";
55
import nord from "../theme/nord";
6+
import transparent from "../theme/transparent";
67
import unicorn from "../theme/unicorn";
78
import wtf from "../theme/wtf";
89
import { Extension, Item } from "../types";
@@ -14,6 +15,7 @@ export const supported: Record<string, Theme> = {
1415
nord,
1516
unicorn,
1617
wtf,
18+
transparent,
1719
};
1820

1921
export function ThemeExtension(): Extension {
File renamed without changes.

0 commit comments

Comments
 (0)