mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 09:08:32 +02:00
feat: add gruvbox dark theme (#140)
This commit is contained in:
@@ -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,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user