//go:build !windows package ui // systemPrefersDark is the non-Windows stub; we cannot reliably read // the OS theme preference, so default to light. func systemPrefersDark() bool { return false }