feat: add gruvbox dark theme (#140)

This commit is contained in:
Albert Hansrisuk
2024-12-13 09:30:10 -05:00
committed by GitHub
parent 3b2c2960a9
commit 4b9dce26ac
3 changed files with 34 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ import { resolveAppearance } from './appearance';
import { catppuccin } from './themes/catppuccin';
import { dracula } from './themes/dracula';
import { github } from './themes/github';
import { gruvbox } from './themes/gruvbox';
import { hotdogStand } from './themes/hotdog-stand';
import { monokaiPro } from './themes/monokai-pro';
import { nord } from './themes/nord';
@@ -22,8 +23,9 @@ const allThemes = [
...relaxing,
...rosePine,
...github,
...gruvbox,
...monokaiPro,
...nord,
...nord,
...moonlight,
...hotdogStand,
];