package icons // State represents the current sync state for icon rendering. type State int const ( StateIdle State = iota // Green — all folders idle StateSyncing // Blue — syncing/scanning StatePaused // Gray — all paused StateError // Red — folder error StateDisconnected // Dark gray — cannot reach Syncthing )