Feat: Add Support for Nord Theme 🏔️ (#132)

Signed-off-by: Bad3r <bad3r@pm.me>
This commit is contained in:
Bad3r
2024-12-03 18:00:47 +03:00
committed by GitHub
parent f8efd1a31a
commit 00178ad197
2 changed files with 32 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ import { dracula } from './themes/dracula';
import { github } from './themes/github';
import { hotdogStand } from './themes/hotdog-stand';
import { monokaiPro } from './themes/monokai-pro';
import { nord } from './themes/nord';
import { moonlight } from './themes/moonlight';
import { relaxing } from './themes/relaxing';
import { rosePine } from './themes/rose-pine';
@@ -22,6 +23,7 @@ const allThemes = [
...rosePine,
...github,
...monokaiPro,
...nord,
...moonlight,
...hotdogStand,
];