import type { ReaderSettings } from '$lib/schema/reader'; export interface ReaderPalette { bg: string; fg: string; muted: string; link: string; dark: boolean; } /** * Reads the app palette out of the live document. * * The reader route uses a +layout@ breakout, so it never runs (root)/+layout and * cannot reach the theme context. It does not need to: hooks.server.ts inlines *