Fade in window contents (Layout)

This commit is contained in:
Gregory Schier
2024-05-31 09:16:52 -07:00
parent 0133432049
commit a1102d2ba6
47 changed files with 778 additions and 1689 deletions

View File

@@ -1,7 +1,7 @@
import { Color } from '../color';
import type { YaakTheme } from '../window';
const hotdogStandDefault: YaakTheme = {
export const hotdogStandDefault: YaakTheme = {
id: 'hotdog-stand',
name: 'Hotdog Stand',
background: new Color('#ff0000', 'dark'),