mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-27 20:01:10 +01:00
More themes!
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { yaakDark, yaakLight, yaakThemes } from '../lib/theme/themes';
|
||||
import { defaultDarkTheme, defaultLightTheme, yaakThemes } from '../lib/theme/themes';
|
||||
|
||||
export function useThemes() {
|
||||
const dark = yaakDark;
|
||||
const light = yaakLight;
|
||||
const dark = defaultDarkTheme;
|
||||
const light = defaultLightTheme;
|
||||
|
||||
const otherThemes = yaakThemes
|
||||
.filter((t) => t.id !== dark.id && t.id !== light.id)
|
||||
|
||||
Reference in New Issue
Block a user