Dracula theme

This commit is contained in:
Gregory Schier
2024-05-30 11:56:57 -07:00
parent 606977d795
commit 3efb5bb4eb
2 changed files with 34 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
import { catppuccin } from './themes/catppuccin';
import { dracula } from './themes/dracula';
import { github } from './themes/github';
import { hotdogStand } from './themes/hotdog-stand';
import { monokaiPro } from './themes/monokai-pro';
@@ -16,5 +17,6 @@ export const yaakThemes = [
...monokaiPro,
...github,
...moonlight,
...dracula,
...hotdogStand,
];