Skip to content

Commit 94cf9fa

Browse files
committed
types: add theme type
1 parent 37dcae9 commit 94cf9fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shared/types/renderer/store/app.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export type Theme =
55
| 'dark:merbivore'
66
| 'dark:monokai'
77
| 'dark:one'
8+
| 'dark:tokyo-night'
89
| 'light:github'
910
| 'light:material'
1011
| 'light:solarized'

0 commit comments

Comments
 (0)