theme_hints.go 139 B

123456789
  1. //go:build hints
  2. // +build hints
  3. package theme
  4. var (
  5. fallbackColor = errorColor
  6. fallbackIcon = NewErrorThemedResource(errorIconRes)
  7. )