Versions in this module Expand all Collapse all v0 v0.1.1 Aug 9, 2026 v0.1.0 Aug 6, 2026 Changes in this version + const HicolorTheme + var ErrNotFound = errors.New("icontheme: icon not found") + func DefaultBaseDirs() []string + type Theme struct + func New(name string) *Theme + func NewWithBaseDirs(name string, baseDirs []string) *Theme + func (t *Theme) FindIcon(names []string, size, scale int) (string, error) + func (t *Theme) Lookup(name string, size, scale int) (string, error)