switch PrefsInfo.weather.icons {
        case .flat:
            img = makeSymbol(name: getSymbol(condition: weather.id,
                                                 isNight: isNight), size: size)
        case .colorflat: