mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 00:58:32 +02:00
fix: Add Missing Themes Moonlight & Dracula (#133)
Signed-off-by: Bad3r <bad3r@pm.me>
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
import type { Appearance } from './appearance';
|
import type { Appearance } from './appearance';
|
||||||
import { resolveAppearance } from './appearance';
|
import { resolveAppearance } from './appearance';
|
||||||
import { catppuccin } from './themes/catppuccin';
|
import { catppuccin } from './themes/catppuccin';
|
||||||
|
import { dracula } from './themes/dracula';
|
||||||
import { github } from './themes/github';
|
import { github } from './themes/github';
|
||||||
import { hotdogStand } from './themes/hotdog-stand';
|
import { hotdogStand } from './themes/hotdog-stand';
|
||||||
import { monokaiPro } from './themes/monokai-pro';
|
import { monokaiPro } from './themes/monokai-pro';
|
||||||
|
import { moonlight } from './themes/moonlight';
|
||||||
import { relaxing } from './themes/relaxing';
|
import { relaxing } from './themes/relaxing';
|
||||||
import { rosePine } from './themes/rose-pine';
|
import { rosePine } from './themes/rose-pine';
|
||||||
import { yaak, yaakDark, yaakLight } from './themes/yaak';
|
import { yaak, yaakDark, yaakLight } from './themes/yaak';
|
||||||
@@ -15,10 +17,12 @@ export const defaultLightTheme = yaakLight;
|
|||||||
const allThemes = [
|
const allThemes = [
|
||||||
...yaak,
|
...yaak,
|
||||||
...catppuccin,
|
...catppuccin,
|
||||||
|
...dracula,
|
||||||
...relaxing,
|
...relaxing,
|
||||||
...rosePine,
|
...rosePine,
|
||||||
...github,
|
...github,
|
||||||
...monokaiPro,
|
...monokaiPro,
|
||||||
|
...moonlight,
|
||||||
...hotdogStand,
|
...hotdogStand,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user