├── .gitignore ├── .swift-version ├── CSS3ColorsSwift.podspec ├── CSS3ColorsSwift.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ └── contents.xcworkspacedata └── xcshareddata │ └── xcschemes │ └── CSS3ColorsSwift.xcscheme ├── CSS3ColorsSwift ├── CSS3ColorsSwift.h ├── CSS3ColorsSwift.swift └── Info.plist ├── Demo ├── Demo.xcodeproj │ ├── project.pbxproj │ └── project.xcworkspace │ │ └── contents.xcworkspacedata └── Demo │ ├── AppDelegate.swift │ ├── Assets.xcassets │ └── AppIcon.appiconset │ │ └── Contents.json │ ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard │ ├── ColorListCell.swift │ ├── Info.plist │ └── ViewController.swift ├── LICENSE ├── README.md ├── XcodeSnippets ├── CSS3ColorsSwiftAliceBlue.codesnippet ├── CSS3ColorsSwiftAntiqueWhite.codesnippet ├── CSS3ColorsSwiftAqua.codesnippet ├── CSS3ColorsSwiftAquamarine.codesnippet ├── CSS3ColorsSwiftAzure.codesnippet ├── CSS3ColorsSwiftBeige.codesnippet ├── CSS3ColorsSwiftBisque.codesnippet ├── CSS3ColorsSwiftBlack.codesnippet ├── CSS3ColorsSwiftBlanchedAlmond.codesnippet ├── CSS3ColorsSwiftBlue.codesnippet ├── CSS3ColorsSwiftBlueViolet.codesnippet ├── CSS3ColorsSwiftBrown.codesnippet ├── CSS3ColorsSwiftBrownCSS3.codesnippet ├── CSS3ColorsSwiftBurlyWood.codesnippet ├── CSS3ColorsSwiftCadetBlue.codesnippet ├── CSS3ColorsSwiftChartreuse.codesnippet ├── CSS3ColorsSwiftChocolate.codesnippet ├── CSS3ColorsSwiftClear.codesnippet ├── CSS3ColorsSwiftCoral.codesnippet ├── CSS3ColorsSwiftCornSilk.codesnippet ├── CSS3ColorsSwiftCornflowerBlue.codesnippet ├── CSS3ColorsSwiftCrimson.codesnippet ├── CSS3ColorsSwiftCyan.codesnippet ├── CSS3ColorsSwiftDarkBlue.codesnippet ├── CSS3ColorsSwiftDarkCyan.codesnippet ├── CSS3ColorsSwiftDarkGoldenRod.codesnippet ├── CSS3ColorsSwiftDarkGray.codesnippet ├── CSS3ColorsSwiftDarkGrayCSS3.codesnippet ├── CSS3ColorsSwiftDarkGreen.codesnippet ├── CSS3ColorsSwiftDarkKhaki.codesnippet ├── CSS3ColorsSwiftDarkMagenta.codesnippet ├── CSS3ColorsSwiftDarkOliveGreen.codesnippet ├── CSS3ColorsSwiftDarkOrange.codesnippet ├── CSS3ColorsSwiftDarkOrchid.codesnippet ├── CSS3ColorsSwiftDarkRed.codesnippet ├── CSS3ColorsSwiftDarkSalmon.codesnippet ├── CSS3ColorsSwiftDarkSeaGreen.codesnippet ├── CSS3ColorsSwiftDarkSlateBlue.codesnippet ├── CSS3ColorsSwiftDarkSlateGray.codesnippet ├── CSS3ColorsSwiftDarkTurquoise.codesnippet ├── CSS3ColorsSwiftDarkViolet.codesnippet ├── CSS3ColorsSwiftDeepPink.codesnippet ├── CSS3ColorsSwiftDeepSkyBlue.codesnippet ├── CSS3ColorsSwiftDimGray.codesnippet ├── CSS3ColorsSwiftDodgerBlue.codesnippet ├── CSS3ColorsSwiftFireBrick.codesnippet ├── CSS3ColorsSwiftFloralWhite.codesnippet ├── CSS3ColorsSwiftForestGreen.codesnippet ├── CSS3ColorsSwiftFuchsia.codesnippet ├── CSS3ColorsSwiftGainsboro.codesnippet ├── CSS3ColorsSwiftGhostWhite.codesnippet ├── CSS3ColorsSwiftGold.codesnippet ├── CSS3ColorsSwiftGoldenRod.codesnippet ├── CSS3ColorsSwiftGray.codesnippet ├── CSS3ColorsSwiftGreen.codesnippet ├── CSS3ColorsSwiftGreenCSS3.codesnippet ├── CSS3ColorsSwiftGreenYellow.codesnippet ├── CSS3ColorsSwiftHoneyDew.codesnippet ├── CSS3ColorsSwiftHotPink.codesnippet ├── CSS3ColorsSwiftIndianRed.codesnippet ├── CSS3ColorsSwiftIndigo.codesnippet ├── CSS3ColorsSwiftIvory.codesnippet ├── CSS3ColorsSwiftKhaki.codesnippet ├── CSS3ColorsSwiftLavender.codesnippet ├── CSS3ColorsSwiftLavenderBlush.codesnippet ├── CSS3ColorsSwiftLawnGreen.codesnippet ├── CSS3ColorsSwiftLemonChiffon.codesnippet ├── CSS3ColorsSwiftLightBlue.codesnippet ├── CSS3ColorsSwiftLightCoral.codesnippet ├── CSS3ColorsSwiftLightCyan.codesnippet ├── CSS3ColorsSwiftLightGoldenRodYellow.codesnippet ├── CSS3ColorsSwiftLightGray.codesnippet ├── CSS3ColorsSwiftLightGrayCSS3.codesnippet ├── CSS3ColorsSwiftLightGreen.codesnippet ├── CSS3ColorsSwiftLightPink.codesnippet ├── CSS3ColorsSwiftLightSalmon.codesnippet ├── CSS3ColorsSwiftLightSeaGreen.codesnippet ├── CSS3ColorsSwiftLightSkyBlue.codesnippet ├── CSS3ColorsSwiftLightSlateGray.codesnippet ├── CSS3ColorsSwiftLightSteelBlue.codesnippet ├── CSS3ColorsSwiftLightYellow.codesnippet ├── CSS3ColorsSwiftLime.codesnippet ├── CSS3ColorsSwiftLimeGreen.codesnippet ├── CSS3ColorsSwiftLinen.codesnippet ├── CSS3ColorsSwiftMagenta.codesnippet ├── CSS3ColorsSwiftMaroon.codesnippet ├── CSS3ColorsSwiftMediumAquamarine.codesnippet ├── CSS3ColorsSwiftMediumBlue.codesnippet ├── CSS3ColorsSwiftMediumOrchid.codesnippet ├── CSS3ColorsSwiftMediumPurple.codesnippet ├── CSS3ColorsSwiftMediumSeaGreen.codesnippet ├── CSS3ColorsSwiftMediumSlateBlue.codesnippet ├── CSS3ColorsSwiftMediumSpringGreen.codesnippet ├── CSS3ColorsSwiftMediumTurquoise.codesnippet ├── CSS3ColorsSwiftMediumVioletRed.codesnippet ├── CSS3ColorsSwiftMidnightBlue.codesnippet ├── CSS3ColorsSwiftMintCream.codesnippet ├── CSS3ColorsSwiftMistyRose.codesnippet ├── CSS3ColorsSwiftMoccasin.codesnippet ├── CSS3ColorsSwiftNavajoWhite.codesnippet ├── CSS3ColorsSwiftNavy.codesnippet ├── CSS3ColorsSwiftOldLace.codesnippet ├── CSS3ColorsSwiftOlive.codesnippet ├── CSS3ColorsSwiftOliveDrab.codesnippet ├── CSS3ColorsSwiftOrange.codesnippet ├── CSS3ColorsSwiftOrangeCSS3.codesnippet ├── CSS3ColorsSwiftOrangeRed.codesnippet ├── CSS3ColorsSwiftOrchid.codesnippet ├── CSS3ColorsSwiftPaleGoldenRod.codesnippet ├── CSS3ColorsSwiftPaleGreen.codesnippet ├── CSS3ColorsSwiftPaleTurquoise.codesnippet ├── CSS3ColorsSwiftPaleVioletRed.codesnippet ├── CSS3ColorsSwiftPapayaWhip.codesnippet ├── CSS3ColorsSwiftPeachPuff.codesnippet ├── CSS3ColorsSwiftPeru.codesnippet ├── CSS3ColorsSwiftPink.codesnippet ├── CSS3ColorsSwiftPlum.codesnippet ├── CSS3ColorsSwiftPowderBlue.codesnippet ├── CSS3ColorsSwiftPurple.codesnippet ├── CSS3ColorsSwiftRed.codesnippet ├── CSS3ColorsSwiftRosyBrown.codesnippet ├── CSS3ColorsSwiftRoyalBlue.codesnippet ├── CSS3ColorsSwiftSaddleBrown.codesnippet ├── CSS3ColorsSwiftSalmon.codesnippet ├── CSS3ColorsSwiftSandyBrown.codesnippet ├── CSS3ColorsSwiftSeaGreen.codesnippet ├── CSS3ColorsSwiftSeaShell.codesnippet ├── CSS3ColorsSwiftSienna.codesnippet ├── CSS3ColorsSwiftSilver.codesnippet ├── CSS3ColorsSwiftSkyBlue.codesnippet ├── CSS3ColorsSwiftSlateBlue.codesnippet ├── CSS3ColorsSwiftSlateGray.codesnippet ├── CSS3ColorsSwiftSnow.codesnippet ├── CSS3ColorsSwiftSpringGreen.codesnippet ├── CSS3ColorsSwiftSteelBlue.codesnippet ├── CSS3ColorsSwiftTan.codesnippet ├── CSS3ColorsSwiftTeal.codesnippet ├── CSS3ColorsSwiftThistle.codesnippet ├── CSS3ColorsSwiftTomato.codesnippet ├── CSS3ColorsSwiftTurquoise.codesnippet ├── CSS3ColorsSwiftViolet.codesnippet ├── CSS3ColorsSwiftWheat.codesnippet ├── CSS3ColorsSwiftWhite.codesnippet ├── CSS3ColorsSwiftWhiteSmoke.codesnippet ├── CSS3ColorsSwiftYellow.codesnippet └── CSS3ColorsSwiftYellowGreen.codesnippet ├── images ├── codesnippet.gif ├── codesnippet1.png ├── codesnippet2.png ├── screenshot.png └── uicolor_extension.png └── scripts └── make_snippets.rb /.gitignore: -------------------------------------------------------------------------------- 1 | # Xcode 2 | # 3 | # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore 4 | 5 | ## Build generated 6 | build/ 7 | DerivedData/ 8 | 9 | ## Various settings 10 | *.pbxuser 11 | !default.pbxuser 12 | *.mode1v3 13 | !default.mode1v3 14 | *.mode2v3 15 | !default.mode2v3 16 | *.perspectivev3 17 | !default.perspectivev3 18 | xcuserdata/ 19 | 20 | ## Other 21 | *.moved-aside 22 | *.xcuserstate 23 | 24 | ## Obj-C/Swift specific 25 | *.hmap 26 | *.ipa 27 | *.dSYM.zip 28 | *.dSYM 29 | 30 | ## Playgrounds 31 | timeline.xctimeline 32 | playground.xcworkspace 33 | 34 | # Swift Package Manager 35 | # 36 | # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. 37 | # Packages/ 38 | .build/ 39 | 40 | # CocoaPods 41 | # 42 | # We recommend against adding the Pods directory to your .gitignore. However 43 | # you should judge for yourself, the pros and cons are mentioned at: 44 | # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control 45 | # 46 | # Pods/ 47 | 48 | # Carthage 49 | # 50 | # Add this line if you want to avoid checking in source code from Carthage dependencies. 51 | # Carthage/Checkouts 52 | 53 | Carthage/Build 54 | 55 | # fastlane 56 | # 57 | # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the 58 | # screenshots whenever they are needed. 59 | # For more information about the recommended setup visit: 60 | # https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md 61 | 62 | fastlane/report.xml 63 | fastlane/Preview.html 64 | fastlane/screenshots 65 | fastlane/test_output 66 | -------------------------------------------------------------------------------- /.swift-version: -------------------------------------------------------------------------------- 1 | 3.0.1 2 | -------------------------------------------------------------------------------- /CSS3ColorsSwift.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'CSS3ColorsSwift' 3 | s.version = '1.1.5' 4 | s.summary = 'A UIColor extension for Web Color.' 5 | s.description = <<-DESC 6 | CSS3ColorsSwift provides a UIColor extension with Web Color names. 7 | DESC 8 | s.homepage = 'https://github.com/WorldDownTown/CSS3ColorsSwift' 9 | s.screenshots = 'https://github.com/WorldDownTown/CSS3ColorsSwift/raw/master/images/screenshot.png' 10 | s.license = { type: 'MIT', file: 'LICENSE' } 11 | s.author = { 'WorldDownTown' => 'WorldDownTown@gmail.com' } 12 | s.social_media_url = 'https://twitter.com/WorldDownTown' 13 | s.platform = :ios 14 | s.platform = :ios, '9.0' 15 | s.source = { git: 'https://github.com/WorldDownTown/CSS3ColorsSwift.git', tag: s.version.to_s } 16 | s.source_files = 'CSS3ColorsSwift/*.swift' 17 | s.framework = 'UIKit' 18 | end 19 | -------------------------------------------------------------------------------- /CSS3ColorsSwift.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- 1 | // !$*UTF8*$! 2 | { 3 | archiveVersion = 1; 4 | classes = { 5 | }; 6 | objectVersion = 46; 7 | objects = { 8 | 9 | /* Begin PBXBuildFile section */ 10 | CE7644FF1DCF94780041BB7A /* CSS3ColorsSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = CE7644FD1DCF94780041BB7A /* CSS3ColorsSwift.h */; settings = {ATTRIBUTES = (Public, ); }; }; 11 | CE7645261DCF961F0041BB7A /* CSS3ColorsSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE7645251DCF961F0041BB7A /* CSS3ColorsSwift.swift */; }; 12 | /* End PBXBuildFile section */ 13 | 14 | /* Begin PBXFileReference section */ 15 | CE7644FA1DCF94780041BB7A /* CSS3ColorsSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CSS3ColorsSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 16 | CE7644FD1DCF94780041BB7A /* CSS3ColorsSwift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CSS3ColorsSwift.h; sourceTree = ""; }; 17 | CE7644FE1DCF94780041BB7A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 18 | CE7645251DCF961F0041BB7A /* CSS3ColorsSwift.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CSS3ColorsSwift.swift; sourceTree = ""; }; 19 | /* End PBXFileReference section */ 20 | 21 | /* Begin PBXFrameworksBuildPhase section */ 22 | CE7644F61DCF94780041BB7A /* Frameworks */ = { 23 | isa = PBXFrameworksBuildPhase; 24 | buildActionMask = 2147483647; 25 | files = ( 26 | ); 27 | runOnlyForDeploymentPostprocessing = 0; 28 | }; 29 | /* End PBXFrameworksBuildPhase section */ 30 | 31 | /* Begin PBXGroup section */ 32 | CE7644F01DCF94780041BB7A = { 33 | isa = PBXGroup; 34 | children = ( 35 | CE7644FC1DCF94780041BB7A /* CSS3ColorsSwift */, 36 | CE7644FB1DCF94780041BB7A /* Products */, 37 | ); 38 | sourceTree = ""; 39 | }; 40 | CE7644FB1DCF94780041BB7A /* Products */ = { 41 | isa = PBXGroup; 42 | children = ( 43 | CE7644FA1DCF94780041BB7A /* CSS3ColorsSwift.framework */, 44 | ); 45 | name = Products; 46 | sourceTree = ""; 47 | }; 48 | CE7644FC1DCF94780041BB7A /* CSS3ColorsSwift */ = { 49 | isa = PBXGroup; 50 | children = ( 51 | CE7644FD1DCF94780041BB7A /* CSS3ColorsSwift.h */, 52 | CE7645251DCF961F0041BB7A /* CSS3ColorsSwift.swift */, 53 | CE7644FE1DCF94780041BB7A /* Info.plist */, 54 | ); 55 | path = CSS3ColorsSwift; 56 | sourceTree = ""; 57 | }; 58 | /* End PBXGroup section */ 59 | 60 | /* Begin PBXHeadersBuildPhase section */ 61 | CE7644F71DCF94780041BB7A /* Headers */ = { 62 | isa = PBXHeadersBuildPhase; 63 | buildActionMask = 2147483647; 64 | files = ( 65 | CE7644FF1DCF94780041BB7A /* CSS3ColorsSwift.h in Headers */, 66 | ); 67 | runOnlyForDeploymentPostprocessing = 0; 68 | }; 69 | /* End PBXHeadersBuildPhase section */ 70 | 71 | /* Begin PBXNativeTarget section */ 72 | CE7644F91DCF94780041BB7A /* CSS3ColorsSwift */ = { 73 | isa = PBXNativeTarget; 74 | buildConfigurationList = CE7645021DCF94780041BB7A /* Build configuration list for PBXNativeTarget "CSS3ColorsSwift" */; 75 | buildPhases = ( 76 | CE7644F51DCF94780041BB7A /* Sources */, 77 | CE7644F61DCF94780041BB7A /* Frameworks */, 78 | CE7644F71DCF94780041BB7A /* Headers */, 79 | CE7644F81DCF94780041BB7A /* Resources */, 80 | ); 81 | buildRules = ( 82 | ); 83 | dependencies = ( 84 | ); 85 | name = CSS3ColorsSwift; 86 | productName = CSS3ColorsSwift; 87 | productReference = CE7644FA1DCF94780041BB7A /* CSS3ColorsSwift.framework */; 88 | productType = "com.apple.product-type.framework"; 89 | }; 90 | /* End PBXNativeTarget section */ 91 | 92 | /* Begin PBXProject section */ 93 | CE7644F11DCF94780041BB7A /* Project object */ = { 94 | isa = PBXProject; 95 | attributes = { 96 | LastUpgradeCheck = 0810; 97 | ORGANIZATIONNAME = "Keisuke Shoji"; 98 | TargetAttributes = { 99 | CE7644F91DCF94780041BB7A = { 100 | CreatedOnToolsVersion = 8.1; 101 | DevelopmentTeam = S3LY459S86; 102 | LastSwiftMigration = 0810; 103 | ProvisioningStyle = Automatic; 104 | }; 105 | }; 106 | }; 107 | buildConfigurationList = CE7644F41DCF94780041BB7A /* Build configuration list for PBXProject "CSS3ColorsSwift" */; 108 | compatibilityVersion = "Xcode 3.2"; 109 | developmentRegion = English; 110 | hasScannedForEncodings = 0; 111 | knownRegions = ( 112 | en, 113 | ); 114 | mainGroup = CE7644F01DCF94780041BB7A; 115 | productRefGroup = CE7644FB1DCF94780041BB7A /* Products */; 116 | projectDirPath = ""; 117 | projectRoot = ""; 118 | targets = ( 119 | CE7644F91DCF94780041BB7A /* CSS3ColorsSwift */, 120 | ); 121 | }; 122 | /* End PBXProject section */ 123 | 124 | /* Begin PBXResourcesBuildPhase section */ 125 | CE7644F81DCF94780041BB7A /* Resources */ = { 126 | isa = PBXResourcesBuildPhase; 127 | buildActionMask = 2147483647; 128 | files = ( 129 | ); 130 | runOnlyForDeploymentPostprocessing = 0; 131 | }; 132 | /* End PBXResourcesBuildPhase section */ 133 | 134 | /* Begin PBXSourcesBuildPhase section */ 135 | CE7644F51DCF94780041BB7A /* Sources */ = { 136 | isa = PBXSourcesBuildPhase; 137 | buildActionMask = 2147483647; 138 | files = ( 139 | CE7645261DCF961F0041BB7A /* CSS3ColorsSwift.swift in Sources */, 140 | ); 141 | runOnlyForDeploymentPostprocessing = 0; 142 | }; 143 | /* End PBXSourcesBuildPhase section */ 144 | 145 | /* Begin XCBuildConfiguration section */ 146 | CE7645001DCF94780041BB7A /* Debug */ = { 147 | isa = XCBuildConfiguration; 148 | buildSettings = { 149 | ALWAYS_SEARCH_USER_PATHS = NO; 150 | CLANG_ANALYZER_NONNULL = YES; 151 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 152 | CLANG_CXX_LIBRARY = "libc++"; 153 | CLANG_ENABLE_MODULES = YES; 154 | CLANG_ENABLE_OBJC_ARC = YES; 155 | CLANG_WARN_BOOL_CONVERSION = YES; 156 | CLANG_WARN_CONSTANT_CONVERSION = YES; 157 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 158 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; 159 | CLANG_WARN_EMPTY_BODY = YES; 160 | CLANG_WARN_ENUM_CONVERSION = YES; 161 | CLANG_WARN_INFINITE_RECURSION = YES; 162 | CLANG_WARN_INT_CONVERSION = YES; 163 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 164 | CLANG_WARN_SUSPICIOUS_MOVES = YES; 165 | CLANG_WARN_UNREACHABLE_CODE = YES; 166 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 167 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 168 | COPY_PHASE_STRIP = NO; 169 | CURRENT_PROJECT_VERSION = 1; 170 | DEBUG_INFORMATION_FORMAT = dwarf; 171 | ENABLE_STRICT_OBJC_MSGSEND = YES; 172 | ENABLE_TESTABILITY = YES; 173 | GCC_C_LANGUAGE_STANDARD = gnu99; 174 | GCC_DYNAMIC_NO_PIC = NO; 175 | GCC_NO_COMMON_BLOCKS = YES; 176 | GCC_OPTIMIZATION_LEVEL = 0; 177 | GCC_PREPROCESSOR_DEFINITIONS = ( 178 | "DEBUG=1", 179 | "$(inherited)", 180 | ); 181 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 182 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 183 | GCC_WARN_UNDECLARED_SELECTOR = YES; 184 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 185 | GCC_WARN_UNUSED_FUNCTION = YES; 186 | GCC_WARN_UNUSED_VARIABLE = YES; 187 | IPHONEOS_DEPLOYMENT_TARGET = 10.1; 188 | MTL_ENABLE_DEBUG_INFO = YES; 189 | ONLY_ACTIVE_ARCH = YES; 190 | SDKROOT = iphoneos; 191 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; 192 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; 193 | TARGETED_DEVICE_FAMILY = "1,2"; 194 | VERSIONING_SYSTEM = "apple-generic"; 195 | VERSION_INFO_PREFIX = ""; 196 | }; 197 | name = Debug; 198 | }; 199 | CE7645011DCF94780041BB7A /* Release */ = { 200 | isa = XCBuildConfiguration; 201 | buildSettings = { 202 | ALWAYS_SEARCH_USER_PATHS = NO; 203 | CLANG_ANALYZER_NONNULL = YES; 204 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 205 | CLANG_CXX_LIBRARY = "libc++"; 206 | CLANG_ENABLE_MODULES = YES; 207 | CLANG_ENABLE_OBJC_ARC = YES; 208 | CLANG_WARN_BOOL_CONVERSION = YES; 209 | CLANG_WARN_CONSTANT_CONVERSION = YES; 210 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 211 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; 212 | CLANG_WARN_EMPTY_BODY = YES; 213 | CLANG_WARN_ENUM_CONVERSION = YES; 214 | CLANG_WARN_INFINITE_RECURSION = YES; 215 | CLANG_WARN_INT_CONVERSION = YES; 216 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 217 | CLANG_WARN_SUSPICIOUS_MOVES = YES; 218 | CLANG_WARN_UNREACHABLE_CODE = YES; 219 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 220 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 221 | COPY_PHASE_STRIP = NO; 222 | CURRENT_PROJECT_VERSION = 1; 223 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 224 | ENABLE_NS_ASSERTIONS = NO; 225 | ENABLE_STRICT_OBJC_MSGSEND = YES; 226 | GCC_C_LANGUAGE_STANDARD = gnu99; 227 | GCC_NO_COMMON_BLOCKS = YES; 228 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 229 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 230 | GCC_WARN_UNDECLARED_SELECTOR = YES; 231 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 232 | GCC_WARN_UNUSED_FUNCTION = YES; 233 | GCC_WARN_UNUSED_VARIABLE = YES; 234 | IPHONEOS_DEPLOYMENT_TARGET = 10.1; 235 | MTL_ENABLE_DEBUG_INFO = NO; 236 | SDKROOT = iphoneos; 237 | SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; 238 | TARGETED_DEVICE_FAMILY = "1,2"; 239 | VALIDATE_PRODUCT = YES; 240 | VERSIONING_SYSTEM = "apple-generic"; 241 | VERSION_INFO_PREFIX = ""; 242 | }; 243 | name = Release; 244 | }; 245 | CE7645031DCF94780041BB7A /* Debug */ = { 246 | isa = XCBuildConfiguration; 247 | buildSettings = { 248 | CLANG_ENABLE_MODULES = YES; 249 | CODE_SIGN_IDENTITY = ""; 250 | DEFINES_MODULE = YES; 251 | DEVELOPMENT_TEAM = S3LY459S86; 252 | DYLIB_COMPATIBILITY_VERSION = 1; 253 | DYLIB_CURRENT_VERSION = 1; 254 | DYLIB_INSTALL_NAME_BASE = "@rpath"; 255 | INFOPLIST_FILE = CSS3ColorsSwift/Info.plist; 256 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; 257 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; 258 | PRODUCT_BUNDLE_IDENTIFIER = com.shoji.CSS3ColorsSwift; 259 | PRODUCT_NAME = "$(TARGET_NAME)"; 260 | SKIP_INSTALL = YES; 261 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; 262 | SWIFT_VERSION = 3.0; 263 | }; 264 | name = Debug; 265 | }; 266 | CE7645041DCF94780041BB7A /* Release */ = { 267 | isa = XCBuildConfiguration; 268 | buildSettings = { 269 | CLANG_ENABLE_MODULES = YES; 270 | CODE_SIGN_IDENTITY = ""; 271 | DEFINES_MODULE = YES; 272 | DEVELOPMENT_TEAM = S3LY459S86; 273 | DYLIB_COMPATIBILITY_VERSION = 1; 274 | DYLIB_CURRENT_VERSION = 1; 275 | DYLIB_INSTALL_NAME_BASE = "@rpath"; 276 | INFOPLIST_FILE = CSS3ColorsSwift/Info.plist; 277 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; 278 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; 279 | PRODUCT_BUNDLE_IDENTIFIER = com.shoji.CSS3ColorsSwift; 280 | PRODUCT_NAME = "$(TARGET_NAME)"; 281 | SKIP_INSTALL = YES; 282 | SWIFT_VERSION = 3.0; 283 | }; 284 | name = Release; 285 | }; 286 | /* End XCBuildConfiguration section */ 287 | 288 | /* Begin XCConfigurationList section */ 289 | CE7644F41DCF94780041BB7A /* Build configuration list for PBXProject "CSS3ColorsSwift" */ = { 290 | isa = XCConfigurationList; 291 | buildConfigurations = ( 292 | CE7645001DCF94780041BB7A /* Debug */, 293 | CE7645011DCF94780041BB7A /* Release */, 294 | ); 295 | defaultConfigurationIsVisible = 0; 296 | defaultConfigurationName = Release; 297 | }; 298 | CE7645021DCF94780041BB7A /* Build configuration list for PBXNativeTarget "CSS3ColorsSwift" */ = { 299 | isa = XCConfigurationList; 300 | buildConfigurations = ( 301 | CE7645031DCF94780041BB7A /* Debug */, 302 | CE7645041DCF94780041BB7A /* Release */, 303 | ); 304 | defaultConfigurationIsVisible = 0; 305 | }; 306 | /* End XCConfigurationList section */ 307 | }; 308 | rootObject = CE7644F11DCF94780041BB7A /* Project object */; 309 | } 310 | -------------------------------------------------------------------------------- /CSS3ColorsSwift.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /CSS3ColorsSwift.xcodeproj/xcshareddata/xcschemes/CSS3ColorsSwift.xcscheme: -------------------------------------------------------------------------------- 1 | 2 | 5 | 8 | 9 | 15 | 21 | 22 | 23 | 24 | 25 | 30 | 31 | 32 | 33 | 34 | 35 | 45 | 46 | 52 | 53 | 54 | 55 | 56 | 57 | 63 | 64 | 70 | 71 | 72 | 73 | 75 | 76 | 79 | 80 | 81 | -------------------------------------------------------------------------------- /CSS3ColorsSwift/CSS3ColorsSwift.h: -------------------------------------------------------------------------------- 1 | // 2 | // CSS3ColorsSwift.h 3 | // CSS3ColorsSwift 4 | // 5 | // Created by Keisuke Shoji on 2016/11/07. 6 | // Copyright © 2016年 Keisuke Shoji. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | //! Project version number for CSS3ColorsSwift. 12 | FOUNDATION_EXPORT double CSS3ColorsSwiftVersionNumber; 13 | 14 | //! Project version string for CSS3ColorsSwift. 15 | FOUNDATION_EXPORT const unsigned char CSS3ColorsSwiftVersionString[]; 16 | 17 | // In this header, you should import all the public headers of your framework using statements like #import 18 | 19 | 20 | -------------------------------------------------------------------------------- /CSS3ColorsSwift/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | $(EXECUTABLE_NAME) 9 | CFBundleIdentifier 10 | $(PRODUCT_BUNDLE_IDENTIFIER) 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | $(PRODUCT_NAME) 15 | CFBundlePackageType 16 | FMWK 17 | CFBundleShortVersionString 18 | 1.0 19 | CFBundleVersion 20 | $(CURRENT_PROJECT_VERSION) 21 | NSPrincipalClass 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /Demo/Demo.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- 1 | // !$*UTF8*$! 2 | { 3 | archiveVersion = 1; 4 | classes = { 5 | }; 6 | objectVersion = 46; 7 | objects = { 8 | 9 | /* Begin PBXBuildFile section */ 10 | CE7645121DCF94A30041BB7A /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE7645111DCF94A30041BB7A /* AppDelegate.swift */; }; 11 | CE7645141DCF94A30041BB7A /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE7645131DCF94A30041BB7A /* ViewController.swift */; }; 12 | CE7645171DCF94A30041BB7A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CE7645151DCF94A30041BB7A /* Main.storyboard */; }; 13 | CE7645191DCF94A30041BB7A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CE7645181DCF94A30041BB7A /* Assets.xcassets */; }; 14 | CE76451C1DCF94A30041BB7A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CE76451A1DCF94A30041BB7A /* LaunchScreen.storyboard */; }; 15 | CE7645241DCF95EC0041BB7A /* ColorListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE7645231DCF95EC0041BB7A /* ColorListCell.swift */; }; 16 | CE7645291DCF964F0041BB7A /* CSS3ColorsSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE7645281DCF964F0041BB7A /* CSS3ColorsSwift.swift */; }; 17 | /* End PBXBuildFile section */ 18 | 19 | /* Begin PBXFileReference section */ 20 | CE76450E1DCF94A30041BB7A /* Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Demo.app; sourceTree = BUILT_PRODUCTS_DIR; }; 21 | CE7645111DCF94A30041BB7A /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 22 | CE7645131DCF94A30041BB7A /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; 23 | CE7645161DCF94A30041BB7A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 24 | CE7645181DCF94A30041BB7A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 25 | CE76451B1DCF94A30041BB7A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; 26 | CE76451D1DCF94A30041BB7A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 27 | CE7645231DCF95EC0041BB7A /* ColorListCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ColorListCell.swift; sourceTree = ""; }; 28 | CE7645281DCF964F0041BB7A /* CSS3ColorsSwift.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CSS3ColorsSwift.swift; path = ../CSS3ColorsSwift/CSS3ColorsSwift.swift; sourceTree = ""; }; 29 | /* End PBXFileReference section */ 30 | 31 | /* Begin PBXFrameworksBuildPhase section */ 32 | CE76450B1DCF94A30041BB7A /* Frameworks */ = { 33 | isa = PBXFrameworksBuildPhase; 34 | buildActionMask = 2147483647; 35 | files = ( 36 | ); 37 | runOnlyForDeploymentPostprocessing = 0; 38 | }; 39 | /* End PBXFrameworksBuildPhase section */ 40 | 41 | /* Begin PBXGroup section */ 42 | CE7645051DCF94A30041BB7A = { 43 | isa = PBXGroup; 44 | children = ( 45 | CE7645271DCF963C0041BB7A /* CSS3ColorsSwift */, 46 | CE7645101DCF94A30041BB7A /* Demo */, 47 | CE76450F1DCF94A30041BB7A /* Products */, 48 | ); 49 | sourceTree = ""; 50 | }; 51 | CE76450F1DCF94A30041BB7A /* Products */ = { 52 | isa = PBXGroup; 53 | children = ( 54 | CE76450E1DCF94A30041BB7A /* Demo.app */, 55 | ); 56 | name = Products; 57 | sourceTree = ""; 58 | }; 59 | CE7645101DCF94A30041BB7A /* Demo */ = { 60 | isa = PBXGroup; 61 | children = ( 62 | CE7645111DCF94A30041BB7A /* AppDelegate.swift */, 63 | CE7645131DCF94A30041BB7A /* ViewController.swift */, 64 | CE7645231DCF95EC0041BB7A /* ColorListCell.swift */, 65 | CE7645151DCF94A30041BB7A /* Main.storyboard */, 66 | CE7645181DCF94A30041BB7A /* Assets.xcassets */, 67 | CE76451A1DCF94A30041BB7A /* LaunchScreen.storyboard */, 68 | CE76451D1DCF94A30041BB7A /* Info.plist */, 69 | ); 70 | path = Demo; 71 | sourceTree = ""; 72 | }; 73 | CE7645271DCF963C0041BB7A /* CSS3ColorsSwift */ = { 74 | isa = PBXGroup; 75 | children = ( 76 | CE7645281DCF964F0041BB7A /* CSS3ColorsSwift.swift */, 77 | ); 78 | name = CSS3ColorsSwift; 79 | sourceTree = ""; 80 | }; 81 | /* End PBXGroup section */ 82 | 83 | /* Begin PBXNativeTarget section */ 84 | CE76450D1DCF94A30041BB7A /* Demo */ = { 85 | isa = PBXNativeTarget; 86 | buildConfigurationList = CE7645201DCF94A30041BB7A /* Build configuration list for PBXNativeTarget "Demo" */; 87 | buildPhases = ( 88 | CE76450A1DCF94A30041BB7A /* Sources */, 89 | CE76450B1DCF94A30041BB7A /* Frameworks */, 90 | CE76450C1DCF94A30041BB7A /* Resources */, 91 | ); 92 | buildRules = ( 93 | ); 94 | dependencies = ( 95 | ); 96 | name = Demo; 97 | productName = Demo; 98 | productReference = CE76450E1DCF94A30041BB7A /* Demo.app */; 99 | productType = "com.apple.product-type.application"; 100 | }; 101 | /* End PBXNativeTarget section */ 102 | 103 | /* Begin PBXProject section */ 104 | CE7645061DCF94A30041BB7A /* Project object */ = { 105 | isa = PBXProject; 106 | attributes = { 107 | LastSwiftUpdateCheck = 0810; 108 | LastUpgradeCheck = 0810; 109 | ORGANIZATIONNAME = "Keisuke Shoji"; 110 | TargetAttributes = { 111 | CE76450D1DCF94A30041BB7A = { 112 | CreatedOnToolsVersion = 8.1; 113 | DevelopmentTeam = S3LY459S86; 114 | ProvisioningStyle = Automatic; 115 | }; 116 | }; 117 | }; 118 | buildConfigurationList = CE7645091DCF94A30041BB7A /* Build configuration list for PBXProject "Demo" */; 119 | compatibilityVersion = "Xcode 3.2"; 120 | developmentRegion = English; 121 | hasScannedForEncodings = 0; 122 | knownRegions = ( 123 | en, 124 | Base, 125 | ); 126 | mainGroup = CE7645051DCF94A30041BB7A; 127 | productRefGroup = CE76450F1DCF94A30041BB7A /* Products */; 128 | projectDirPath = ""; 129 | projectRoot = ""; 130 | targets = ( 131 | CE76450D1DCF94A30041BB7A /* Demo */, 132 | ); 133 | }; 134 | /* End PBXProject section */ 135 | 136 | /* Begin PBXResourcesBuildPhase section */ 137 | CE76450C1DCF94A30041BB7A /* Resources */ = { 138 | isa = PBXResourcesBuildPhase; 139 | buildActionMask = 2147483647; 140 | files = ( 141 | CE76451C1DCF94A30041BB7A /* LaunchScreen.storyboard in Resources */, 142 | CE7645191DCF94A30041BB7A /* Assets.xcassets in Resources */, 143 | CE7645171DCF94A30041BB7A /* Main.storyboard in Resources */, 144 | ); 145 | runOnlyForDeploymentPostprocessing = 0; 146 | }; 147 | /* End PBXResourcesBuildPhase section */ 148 | 149 | /* Begin PBXSourcesBuildPhase section */ 150 | CE76450A1DCF94A30041BB7A /* Sources */ = { 151 | isa = PBXSourcesBuildPhase; 152 | buildActionMask = 2147483647; 153 | files = ( 154 | CE7645141DCF94A30041BB7A /* ViewController.swift in Sources */, 155 | CE7645241DCF95EC0041BB7A /* ColorListCell.swift in Sources */, 156 | CE7645121DCF94A30041BB7A /* AppDelegate.swift in Sources */, 157 | CE7645291DCF964F0041BB7A /* CSS3ColorsSwift.swift in Sources */, 158 | ); 159 | runOnlyForDeploymentPostprocessing = 0; 160 | }; 161 | /* End PBXSourcesBuildPhase section */ 162 | 163 | /* Begin PBXVariantGroup section */ 164 | CE7645151DCF94A30041BB7A /* Main.storyboard */ = { 165 | isa = PBXVariantGroup; 166 | children = ( 167 | CE7645161DCF94A30041BB7A /* Base */, 168 | ); 169 | name = Main.storyboard; 170 | sourceTree = ""; 171 | }; 172 | CE76451A1DCF94A30041BB7A /* LaunchScreen.storyboard */ = { 173 | isa = PBXVariantGroup; 174 | children = ( 175 | CE76451B1DCF94A30041BB7A /* Base */, 176 | ); 177 | name = LaunchScreen.storyboard; 178 | sourceTree = ""; 179 | }; 180 | /* End PBXVariantGroup section */ 181 | 182 | /* Begin XCBuildConfiguration section */ 183 | CE76451E1DCF94A30041BB7A /* Debug */ = { 184 | isa = XCBuildConfiguration; 185 | buildSettings = { 186 | ALWAYS_SEARCH_USER_PATHS = NO; 187 | CLANG_ANALYZER_NONNULL = YES; 188 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 189 | CLANG_CXX_LIBRARY = "libc++"; 190 | CLANG_ENABLE_MODULES = YES; 191 | CLANG_ENABLE_OBJC_ARC = YES; 192 | CLANG_WARN_BOOL_CONVERSION = YES; 193 | CLANG_WARN_CONSTANT_CONVERSION = YES; 194 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 195 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; 196 | CLANG_WARN_EMPTY_BODY = YES; 197 | CLANG_WARN_ENUM_CONVERSION = YES; 198 | CLANG_WARN_INFINITE_RECURSION = YES; 199 | CLANG_WARN_INT_CONVERSION = YES; 200 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 201 | CLANG_WARN_SUSPICIOUS_MOVES = YES; 202 | CLANG_WARN_UNREACHABLE_CODE = YES; 203 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 204 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 205 | COPY_PHASE_STRIP = NO; 206 | DEBUG_INFORMATION_FORMAT = dwarf; 207 | ENABLE_STRICT_OBJC_MSGSEND = YES; 208 | ENABLE_TESTABILITY = YES; 209 | GCC_C_LANGUAGE_STANDARD = gnu99; 210 | GCC_DYNAMIC_NO_PIC = NO; 211 | GCC_NO_COMMON_BLOCKS = YES; 212 | GCC_OPTIMIZATION_LEVEL = 0; 213 | GCC_PREPROCESSOR_DEFINITIONS = ( 214 | "DEBUG=1", 215 | "$(inherited)", 216 | ); 217 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 218 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 219 | GCC_WARN_UNDECLARED_SELECTOR = YES; 220 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 221 | GCC_WARN_UNUSED_FUNCTION = YES; 222 | GCC_WARN_UNUSED_VARIABLE = YES; 223 | IPHONEOS_DEPLOYMENT_TARGET = 10.1; 224 | MTL_ENABLE_DEBUG_INFO = YES; 225 | ONLY_ACTIVE_ARCH = YES; 226 | SDKROOT = iphoneos; 227 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; 228 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; 229 | TARGETED_DEVICE_FAMILY = "1,2"; 230 | }; 231 | name = Debug; 232 | }; 233 | CE76451F1DCF94A30041BB7A /* Release */ = { 234 | isa = XCBuildConfiguration; 235 | buildSettings = { 236 | ALWAYS_SEARCH_USER_PATHS = NO; 237 | CLANG_ANALYZER_NONNULL = YES; 238 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 239 | CLANG_CXX_LIBRARY = "libc++"; 240 | CLANG_ENABLE_MODULES = YES; 241 | CLANG_ENABLE_OBJC_ARC = YES; 242 | CLANG_WARN_BOOL_CONVERSION = YES; 243 | CLANG_WARN_CONSTANT_CONVERSION = YES; 244 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 245 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; 246 | CLANG_WARN_EMPTY_BODY = YES; 247 | CLANG_WARN_ENUM_CONVERSION = YES; 248 | CLANG_WARN_INFINITE_RECURSION = YES; 249 | CLANG_WARN_INT_CONVERSION = YES; 250 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 251 | CLANG_WARN_SUSPICIOUS_MOVES = YES; 252 | CLANG_WARN_UNREACHABLE_CODE = YES; 253 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 254 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 255 | COPY_PHASE_STRIP = NO; 256 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 257 | ENABLE_NS_ASSERTIONS = NO; 258 | ENABLE_STRICT_OBJC_MSGSEND = YES; 259 | GCC_C_LANGUAGE_STANDARD = gnu99; 260 | GCC_NO_COMMON_BLOCKS = YES; 261 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 262 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 263 | GCC_WARN_UNDECLARED_SELECTOR = YES; 264 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 265 | GCC_WARN_UNUSED_FUNCTION = YES; 266 | GCC_WARN_UNUSED_VARIABLE = YES; 267 | IPHONEOS_DEPLOYMENT_TARGET = 10.1; 268 | MTL_ENABLE_DEBUG_INFO = NO; 269 | SDKROOT = iphoneos; 270 | SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; 271 | TARGETED_DEVICE_FAMILY = "1,2"; 272 | VALIDATE_PRODUCT = YES; 273 | }; 274 | name = Release; 275 | }; 276 | CE7645211DCF94A30041BB7A /* Debug */ = { 277 | isa = XCBuildConfiguration; 278 | buildSettings = { 279 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 280 | DEVELOPMENT_TEAM = S3LY459S86; 281 | INFOPLIST_FILE = Demo/Info.plist; 282 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 283 | PRODUCT_BUNDLE_IDENTIFIER = com.shoji.Demo; 284 | PRODUCT_NAME = "$(TARGET_NAME)"; 285 | SWIFT_VERSION = 3.0; 286 | }; 287 | name = Debug; 288 | }; 289 | CE7645221DCF94A30041BB7A /* Release */ = { 290 | isa = XCBuildConfiguration; 291 | buildSettings = { 292 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 293 | DEVELOPMENT_TEAM = S3LY459S86; 294 | INFOPLIST_FILE = Demo/Info.plist; 295 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 296 | PRODUCT_BUNDLE_IDENTIFIER = com.shoji.Demo; 297 | PRODUCT_NAME = "$(TARGET_NAME)"; 298 | SWIFT_VERSION = 3.0; 299 | }; 300 | name = Release; 301 | }; 302 | /* End XCBuildConfiguration section */ 303 | 304 | /* Begin XCConfigurationList section */ 305 | CE7645091DCF94A30041BB7A /* Build configuration list for PBXProject "Demo" */ = { 306 | isa = XCConfigurationList; 307 | buildConfigurations = ( 308 | CE76451E1DCF94A30041BB7A /* Debug */, 309 | CE76451F1DCF94A30041BB7A /* Release */, 310 | ); 311 | defaultConfigurationIsVisible = 0; 312 | defaultConfigurationName = Release; 313 | }; 314 | CE7645201DCF94A30041BB7A /* Build configuration list for PBXNativeTarget "Demo" */ = { 315 | isa = XCConfigurationList; 316 | buildConfigurations = ( 317 | CE7645211DCF94A30041BB7A /* Debug */, 318 | CE7645221DCF94A30041BB7A /* Release */, 319 | ); 320 | defaultConfigurationIsVisible = 0; 321 | defaultConfigurationName = Release; 322 | }; 323 | /* End XCConfigurationList section */ 324 | }; 325 | rootObject = CE7645061DCF94A30041BB7A /* Project object */; 326 | } 327 | -------------------------------------------------------------------------------- /Demo/Demo.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Demo/Demo/AppDelegate.swift: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.swift 3 | // Demo 4 | // 5 | // Created by Keisuke Shoji on 2016/11/06. 6 | // Copyright © 2016年 Keisuke Shoji. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | @UIApplicationMain 12 | class AppDelegate: UIResponder, UIApplicationDelegate { 13 | 14 | var window: UIWindow? 15 | 16 | func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { 17 | return true 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /Demo/Demo/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "iphone", 5 | "size" : "29x29", 6 | "scale" : "2x" 7 | }, 8 | { 9 | "idiom" : "iphone", 10 | "size" : "29x29", 11 | "scale" : "3x" 12 | }, 13 | { 14 | "idiom" : "iphone", 15 | "size" : "40x40", 16 | "scale" : "2x" 17 | }, 18 | { 19 | "idiom" : "iphone", 20 | "size" : "40x40", 21 | "scale" : "3x" 22 | }, 23 | { 24 | "idiom" : "iphone", 25 | "size" : "60x60", 26 | "scale" : "2x" 27 | }, 28 | { 29 | "idiom" : "iphone", 30 | "size" : "60x60", 31 | "scale" : "3x" 32 | }, 33 | { 34 | "idiom" : "ipad", 35 | "size" : "29x29", 36 | "scale" : "1x" 37 | }, 38 | { 39 | "idiom" : "ipad", 40 | "size" : "29x29", 41 | "scale" : "2x" 42 | }, 43 | { 44 | "idiom" : "ipad", 45 | "size" : "40x40", 46 | "scale" : "1x" 47 | }, 48 | { 49 | "idiom" : "ipad", 50 | "size" : "40x40", 51 | "scale" : "2x" 52 | }, 53 | { 54 | "idiom" : "ipad", 55 | "size" : "76x76", 56 | "scale" : "1x" 57 | }, 58 | { 59 | "idiom" : "ipad", 60 | "size" : "76x76", 61 | "scale" : "2x" 62 | } 63 | ], 64 | "info" : { 65 | "version" : 1, 66 | "author" : "xcode" 67 | } 68 | } -------------------------------------------------------------------------------- /Demo/Demo/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /Demo/Demo/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /Demo/Demo/ColorListCell.swift: -------------------------------------------------------------------------------- 1 | // 2 | // ColorListCell.swift 3 | // Demo 4 | // 5 | // Created by Keisuke Shoji on 2016/11/07. 6 | // Copyright © 2016年 Keisuke Shoji. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | final class ColorListCell: UITableViewCell { 12 | 13 | @IBOutlet weak var titleLabel: UILabel! 14 | @IBOutlet weak var colorView: UIView! 15 | } 16 | -------------------------------------------------------------------------------- /Demo/Demo/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | $(EXECUTABLE_NAME) 9 | CFBundleIdentifier 10 | $(PRODUCT_BUNDLE_IDENTIFIER) 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | CSS3ColorsSwift 15 | CFBundlePackageType 16 | APPL 17 | CFBundleShortVersionString 18 | 1.0 19 | CFBundleVersion 20 | 1 21 | LSRequiresIPhoneOS 22 | 23 | UILaunchStoryboardName 24 | LaunchScreen 25 | UIMainStoryboardFile 26 | Main 27 | UIRequiredDeviceCapabilities 28 | 29 | armv7 30 | 31 | UISupportedInterfaceOrientations 32 | 33 | UIInterfaceOrientationPortrait 34 | UIInterfaceOrientationLandscapeLeft 35 | UIInterfaceOrientationLandscapeRight 36 | 37 | UISupportedInterfaceOrientations~ipad 38 | 39 | UIInterfaceOrientationPortrait 40 | UIInterfaceOrientationPortraitUpsideDown 41 | UIInterfaceOrientationLandscapeLeft 42 | UIInterfaceOrientationLandscapeRight 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /Demo/Demo/ViewController.swift: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.swift 3 | // Demo 4 | // 5 | // Created by Keisuke Shoji on 2016/11/06. 6 | // Copyright © 2016年 Keisuke Shoji. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | final class ViewController: UITableViewController { 12 | 13 | fileprivate let colors: [(name: String, color: UIColor)] = ViewController.allColors 14 | 15 | private static var allColors: [(String, UIColor)] { 16 | return [ 17 | (".white", .white), 18 | (".whiteSmoke", .whiteSmoke), 19 | (".ghostWhite", .ghostWhite), 20 | (".aliceBlue", .aliceBlue), 21 | (".lavender", .lavender), 22 | (".azure", .azure), 23 | (".lightCyan", .lightCyan), 24 | (".mintCream", .mintCream), 25 | (".honeyDew", .honeyDew), 26 | (".ivory", .ivory), 27 | (".beige", .beige), 28 | (".lightYellow", .lightYellow), 29 | (".lightGoldenRodYellow", .lightGoldenRodYellow), 30 | (".lemonChiffon", .lemonChiffon), 31 | (".floralWhite", .floralWhite), 32 | (".oldLace", .oldLace), 33 | (".cornSilk", .cornSilk), 34 | (".papayaWhip", .papayaWhip), 35 | (".blanchedAlmond", .blanchedAlmond), 36 | (".bisque", .bisque), 37 | (".snow", .snow), 38 | (".linen", .linen), 39 | (".antiqueWhite", .antiqueWhite), 40 | (".seaShell", .seaShell), 41 | (".lavenderBlush", .lavenderBlush), 42 | (".mistyRose", .mistyRose), 43 | (".gainsboro", .gainsboro), 44 | (".lightGrayCSS3", .lightGrayCSS3), 45 | (".lightSteelBlue", .lightSteelBlue), 46 | (".lightBlue", .lightBlue), 47 | (".lightSkyBlue", .lightSkyBlue), 48 | (".powderBlue", .powderBlue), 49 | (".paleTurquoise", .paleTurquoise), 50 | (".skyBlue", .skyBlue), 51 | (".mediumAquamarine", .mediumAquamarine), 52 | (".aquamarine", .aquamarine), 53 | (".paleGreen", .paleGreen), 54 | (".lightGreen", .lightGreen), 55 | (".khaki", .khaki), 56 | (".paleGoldenRod", .paleGoldenRod), 57 | (".moccasin", .moccasin), 58 | (".navajoWhite", .navajoWhite), 59 | (".peachPuff", .peachPuff), 60 | (".wheat", .wheat), 61 | (".pink", .pink), 62 | (".lightPink", .lightPink), 63 | (".thistle", .thistle), 64 | (".plum", .plum), 65 | (".silver", .silver), 66 | (".darkGrayCSS3", .darkGrayCSS3), 67 | (".lightSlateGray", .lightSlateGray), 68 | (".slateGray", .slateGray), 69 | (".slateBlue", .slateBlue), 70 | (".steelBlue", .steelBlue), 71 | (".mediumSlateBlue", .mediumSlateBlue), 72 | (".royalBlue", .royalBlue), 73 | (".blue", .blue), 74 | (".dodgerBlue", .dodgerBlue), 75 | (".cornflowerBlue", .cornflowerBlue), 76 | (".deepSkyBlue", .deepSkyBlue), 77 | (".cyan", .cyan), 78 | (".aqua", .aqua), 79 | (".turquoise", .turquoise), 80 | (".mediumTurquoise", .mediumTurquoise), 81 | (".darkTurquoise", .darkTurquoise), 82 | (".lightSeaGreen", .lightSeaGreen), 83 | (".mediumSpringGreen", .mediumSpringGreen), 84 | (".springGreen", .springGreen), 85 | (".lime", .lime), 86 | (".limeGreen", .limeGreen), 87 | (".yellowGreen", .yellowGreen), 88 | (".lawnGreen", .lawnGreen), 89 | (".chartreuse", .chartreuse), 90 | (".greenYellow", .greenYellow), 91 | (".yellow", .yellow), 92 | (".gold", .gold), 93 | (".orangeCSS3", .orangeCSS3), 94 | (".darkOrange", .darkOrange), 95 | (".goldenRod", .goldenRod), 96 | (".burlyWood", .burlyWood), 97 | (".tan", .tan), 98 | (".sandyBrown", .sandyBrown), 99 | (".darkSalmon", .darkSalmon), 100 | (".lightCoral", .lightCoral), 101 | (".salmon", .salmon), 102 | (".lightSalmon", .lightSalmon), 103 | (".coral", .coral), 104 | (".tomato", .tomato), 105 | (".orangeRed", .orangeRed), 106 | (".red", .red), 107 | (".deepPink", .deepPink), 108 | (".hotPink", .hotPink), 109 | (".paleVioletRed", .paleVioletRed), 110 | (".violet", .violet), 111 | (".orchid", .orchid), 112 | (".magenta", .magenta), 113 | (".fuchsia", .fuchsia), 114 | (".mediumOrchid", .mediumOrchid), 115 | (".darkOrchid", .darkOrchid), 116 | (".darkViolet", .darkViolet), 117 | (".blueViolet", .blueViolet), 118 | (".mediumPurple", .mediumPurple), 119 | (".gray", .gray), 120 | (".mediumBlue", .mediumBlue), 121 | (".darkCyan", .darkCyan), 122 | (".cadetBlue", .cadetBlue), 123 | (".darkSeaGreen", .darkSeaGreen), 124 | (".mediumSeaGreen", .mediumSeaGreen), 125 | (".teal", .teal), 126 | (".forestGreen", .forestGreen), 127 | (".seaGreen", .seaGreen), 128 | (".darkKhaki", .darkKhaki), 129 | (".peru", .peru), 130 | (".crimson", .crimson), 131 | (".indianRed", .indianRed), 132 | (".rosyBrown", .rosyBrown), 133 | (".mediumVioletRed", .mediumVioletRed), 134 | (".dimGray", .dimGray), 135 | (".black", .black), 136 | (".midnightBlue", .midnightBlue), 137 | (".darkSlateBlue", .darkSlateBlue), 138 | (".darkBlue", .darkBlue), 139 | (".navy", .navy), 140 | (".darkSlateGray", .darkSlateGray), 141 | (".greenCSS3", .greenCSS3), 142 | (".darkGreen", .darkGreen), 143 | (".darkOliveGreen", .darkOliveGreen), 144 | (".oliveDrab", .oliveDrab), 145 | (".olive", .olive), 146 | (".darkGoldenRod", .darkGoldenRod), 147 | (".chocolate", .chocolate), 148 | (".sienna", .sienna), 149 | (".saddleBrown", .saddleBrown), 150 | (".fireBrick", .fireBrick), 151 | (".brownCSS3", .brownCSS3), 152 | (".maroon", .maroon), 153 | (".darkRed", .darkRed), 154 | (".darkMagenta", .darkMagenta), 155 | (".purple", .purple), 156 | (".indigo", .indigo), 157 | ] 158 | } 159 | } 160 | 161 | 162 | // MARK: - UITableViewDataSource 163 | 164 | extension ViewController { 165 | 166 | override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int { 167 | return colors.count 168 | } 169 | 170 | override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { 171 | let cell = tableView.dequeueReusableCell(withIdentifier: String(describing: ColorListCell.self), for: indexPath) as! ColorListCell 172 | let colorInfo = colors[indexPath.item] 173 | cell.titleLabel.text = colorInfo.name 174 | cell.colorView.backgroundColor = colorInfo.color 175 | return cell 176 | } 177 | } 178 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2016 WorldDownTown 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # CSS3ColorsSwift 2 | 3 | [![License](https://img.shields.io/:license-mit-blue.svg)](https://doge.mit-license.org) 4 | [![Language](https://img.shields.io/badge/language-Swift%203.0.1-orange.svg)](https://swift.org) 5 | [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) 6 | [![CocoaPods compatible](https://img.shields.io/cocoapods/v/CSS3ColorsSwift.svg?style=flat)](http://cocoadocs.org/docsets/CSS3ColorsSwift/) 7 | [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/matteocrippa/awesome-swift#colors) 8 | 9 | ## Overview 10 | `CSS3ColorsSwift` provides a UIColor extension with Web Color names. 11 | 12 | ![uicolor_extension](images/uicolor_extension.png) 13 | ![screenshot](images/screenshot.png) 14 | 15 | ## Demo 16 | Run the demo project in the Demo directory without `carthage update` or `pod install`. 17 | 18 | ## Usage 19 | 20 | You can write Web Color as described below: 21 | 22 | ```swift 23 | let color1 = UIColor.ivory 24 | 25 | let color2: UIColor = .mediumSlateBlue 26 | 27 | view.backgroundColor = .lightCoral 28 | ``` 29 | 30 | You can see also all colors in Demo project. 31 | 32 | |Property|Color| 33 | |:--|:--| 34 | |.whiteSmoke|#F5F5F5| 35 | |.ghostWhite|#F8F8FF| 36 | |.aliceBlue|#F0F8FF| 37 | |.lavender|#E6E6FA| 38 | |.azure|#F0FFFF| 39 | |.lightCyan|#E0FFFF| 40 | |.mintCream|#F5FFFA| 41 | |.honeyDew|#F0FFF0| 42 | |.ivory|#FFFFF0| 43 | |.beige|#F5F5DC| 44 | |.lightYellow|#FFFFE0| 45 | |.lightGoldenRodYellow|#FAFAD2| 46 | |.lemonChiffon|#FFFACD| 47 | |.floralWhite|#FFFAF0| 48 | |.oldLace|#FDF5E6| 49 | |.cornSilk|#FFF8DC| 50 | |.papayaWhip|#FFEFD5| 51 | |.blanchedAlmond|#FFEBCD| 52 | |.bisque|#FFE4C4| 53 | |.snow|#FFFAFA| 54 | |.linen|#FAF0E6| 55 | |.antiqueWhite|#FAEBD7| 56 | |.seaShell|#FFF5EE| 57 | |.lavenderBlush|#FFF0F5| 58 | |.mistyRose|#FFE4E1| 59 | |.gainsboro|#DCDCDC| 60 | |.lightGrayCSS3|#D3D3D3| 61 | |.lightSteelBlue|#B0C4DE| 62 | |.lightBlue|#ADD8E6| 63 | |.lightSkyBlue|#87CEFA| 64 | |.powderBlue|#B0E0E6| 65 | |.paleTurquoise|#AFEEEE| 66 | |.skyBlue|#87CEEB| 67 | |.mediumAquamarine|#66CDAA| 68 | |.aquamarine|#7FFFD4| 69 | |.paleGreen|#98FB98| 70 | |.lightGreen|#90EE90| 71 | |.khaki|#F0E68C| 72 | |.paleGoldenRod|#EEE8AA| 73 | |.moccasin|#FFE4B5| 74 | |.navajoWhite|#FFDEAD| 75 | |.peachPuff|#FFDAB9| 76 | |.wheat|#F5DEB3| 77 | |.pink|#FFC0CB| 78 | |.lightPink|#FFB6C1| 79 | |.thistle|#D8BFD8| 80 | |.plum|#DDA0DD| 81 | |.silver|#C0C0C0| 82 | |.darkGrayCSS3|#A9A9A9| 83 | |.lightSlateGray|#778899| 84 | |.slateGray|#708090| 85 | |.slateBlue|#6A5ACD| 86 | |.steelBlue|#4682B4| 87 | |.mediumSlateBlue|#7B68EE| 88 | |.royalBlue|#4169E1| 89 | |.dodgerBlue|#1E90FF| 90 | |.cornflowerBlue|#6495ED| 91 | |.deepSkyBlue|#00BFFF| 92 | |.aqua|#00FFFF| 93 | |.turquoise|#40E0D0| 94 | |.mediumTurquoise|#48D1CC| 95 | |.darkTurquoise|#00CED1| 96 | |.lightSeaGreen|#20B2AA| 97 | |.mediumSpringGreen|#00FA9A| 98 | |.springGreen|#00FF7F| 99 | |.lime|#00FF00| 100 | |.limeGreen|#32CD32| 101 | |.yellowGreen|#9ACD32| 102 | |.lawnGreen|#7CFC00| 103 | |.chartreuse|#7FFF00| 104 | |.greenYellow|#ADFF2F| 105 | |.gold|#FFD700| 106 | |.orangeCSS3|#FFA500| 107 | |.darkOrange|#FF8C00| 108 | |.goldenRod|#DAA520| 109 | |.burlyWood|#DEB887| 110 | |.tan|#D2B48C| 111 | |.sandyBrown|#F4A460| 112 | |.darkSalmon|#E9967A| 113 | |.lightCoral|#F08080| 114 | |.salmon|#FA8072| 115 | |.lightSalmon|#FFA07A| 116 | |.coral|#FF7F50| 117 | |.tomato|#FF6347| 118 | |.orangeRed|#FF4500| 119 | |.deepPink|#FF1493| 120 | |.hotPink|#FF69B4| 121 | |.paleVioletRed|#D87093| 122 | |.violet|#EE82EE| 123 | |.orchid|#DA70D6| 124 | |.fuchsia|#FF00FF| 125 | |.mediumOrchid|#BA55D3| 126 | |.darkOrchid|#9932CC| 127 | |.darkViolet|#9400D3| 128 | |.blueViolet|#8A2BE2| 129 | |.mediumPurple|#9370D8| 130 | |.mediumBlue|#0000CD| 131 | |.darkCyan|#008B8B| 132 | |.cadetBlue|#5F9EA0| 133 | |.darkSeaGreen|#8FBC8F| 134 | |.mediumSeaGreen|#3CB371| 135 | |.teal|#008080| 136 | |.forestGreen|#228B22| 137 | |.seaGreen|#2E8B57| 138 | |.darkKhaki|#BDB76B| 139 | |.peru|#CD853F| 140 | |.crimson|#DC143C| 141 | |.indianRed|#CD5C5C| 142 | |.rosyBrown|#BC8F8F| 143 | |.mediumVioletRed|#C71585| 144 | |.dimGray|#696969| 145 | |.midnightBlue|#191970| 146 | |.darkSlateBlue|#483D8B| 147 | |.darkBlue|#00008B| 148 | |.navy|#000080| 149 | |.darkSlateGray|#2F4F4F| 150 | |.greenCSS3|#008000| 151 | |.darkGreen|#006400| 152 | |.darkOliveGreen|#556B2F| 153 | |.oliveDrab|#6B8E23| 154 | |.olive|#808000| 155 | |.darkGoldenRod|#B8860B| 156 | |.chocolate|#D2691E| 157 | |.sienna|#A0522D| 158 | |.saddleBrown|#8B4513| 159 | |.fireBrick|#B22222| 160 | |.brownCSS3|#A52A2A| 161 | |.maroon|#800000| 162 | |.darkRed|#8B0000| 163 | |.darkMagenta|#8B008B| 164 | |.indigo|#4B0082| 165 | 166 | ## Requirements 167 | - Swift 3.0.1 168 | - iOS 9.0 or later 169 | 170 | ## Installation 171 | ### Carthage 172 | CSS3ColorsSwift is available through [Carthage](https://github.com/Carthage/Carthage). To install it, simply add the following line to your Cartfile: 173 | 174 | ``` 175 | github "WorldDownTown/CSS3ColorsSwift" 176 | ``` 177 | 178 | ### CocoaPods 179 | CSS3ColorsSwift is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile: 180 | 181 | ```ruby 182 | swift_version = '3.0.1' 183 | 184 | ... 185 | 186 | pod 'CSS3ColorsSwift' 187 | ``` 188 | 189 | ### Manually 190 | 1. Download and drop `/CSS3ColorsSwift` folder in your project. 191 | 2. Congratulations! 192 | 193 | 194 | ## Xcode Snippets 195 | 196 | You can install code snippets of Color Literal for Xcode 8. 197 | 198 | ![codesnippet](images/codesnippet.gif) 199 | 200 | ### Installation 201 | 202 | ```shd 203 | # bash, zsh 204 | $ git clone https://github.com/WorldDownTown/CSS3ColorsSwift.git && cp CSS3ColorsSwift/XcodeSnippets/*.codesnippet ~/Library/Developer/Xcode/UserData/CodeSnippets/ 205 | 206 | # fish 207 | $ git clone https://github.com/WorldDownTown/CSS3ColorsSwift.git; and cp CSS3ColorsSwift/XcodeSnippets/*.codesnippet ~/Library/Developer/Xcode/UserData/CodeSnippets/ 208 | ``` 209 | 210 | ### Uninstallation 211 | 212 | ```shd 213 | $ rm ~/Library/Developer/Xcode/UserData/CodeSnippets/CSS3ColorsSwift*.codesnippet 214 | ``` 215 | 216 | ## Author 217 | WorldDownTown, WorldDownTown@gmail.com 218 | 219 | ## License 220 | CSS3ColorsSwift is available under the MIT license. See the LICENSE file for more info. 221 | 222 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftAliceBlue.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | aliceblue 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.9411764706, green: 0.9725490196, blue: 1.0000000000, alpha: 1) // aliceBlue #F0F8FF 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftAliceBlue.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | aliceblue #F0F8FF 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftAntiqueWhite.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | antiquewhite 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.9803921569, green: 0.9215686275, blue: 0.8431372549, alpha: 1) // antiqueWhite #FAEBD7 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftAntiqueWhite.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | antiquewhite #FAEBD7 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftAqua.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | aqua 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.0000000000, green: 1.0000000000, blue: 1.0000000000, alpha: 1) // aqua #00FFFF 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftAqua.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | aqua #00FFFF 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftAquamarine.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | aquamarine 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.4980392157, green: 1.0000000000, blue: 0.8313725490, alpha: 1) // aquamarine #7FFFD4 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftAquamarine.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | aquamarine #7FFFD4 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftAzure.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | azure 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.9411764706, green: 1.0000000000, blue: 1.0000000000, alpha: 1) // azure #F0FFFF 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftAzure.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | azure #F0FFFF 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftBeige.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | beige 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.9607843137, green: 0.9607843137, blue: 0.8627450980, alpha: 1) // beige #F5F5DC 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftBeige.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | beige #F5F5DC 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftBisque.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | bisque 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 0.8941176471, blue: 0.7686274510, alpha: 1) // bisque #FFE4C4 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftBisque.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | bisque #FFE4C4 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftBlack.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | black 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.0000000000, green: 0.0000000000, blue: 0.0000000000, alpha: 1) // black #000000 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftBlack.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | black #000000 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftBlanchedAlmond.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | blanchedalmond 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 0.9215686275, blue: 0.8039215686, alpha: 1) // blanchedAlmond #FFEBCD 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftBlanchedAlmond.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | blanchedalmond #FFEBCD 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftBlue.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | blue 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.0000000000, green: 0.0000000000, blue: 1.0000000000, alpha: 1) // blue #0000FF 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftBlue.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | blue #0000FF 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftBlueViolet.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | blueviolet 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.5411764706, green: 0.1686274510, blue: 0.8862745098, alpha: 1) // blueViolet #8A2BE2 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftBlueViolet.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | blueviolet #8A2BE2 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftBrown.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | brown 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.6000000000, green: 0.4000000000, blue: 0.2000000000, alpha: 1) // brown #996633 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftBrown.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | brown #996633 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftBrownCSS3.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | brown 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.6470588235, green: 0.1647058824, blue: 0.1647058824, alpha: 1) // brownCSS3 #A52A2A 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftBrownCSS3.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | browncss3 #A52A2A 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftBurlyWood.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | burlywood 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.8705882353, green: 0.7215686275, blue: 0.5294117647, alpha: 1) // burlyWood #DEB887 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftBurlyWood.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | burlywood #DEB887 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftCadetBlue.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | cadetblue 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.3725490196, green: 0.6196078431, blue: 0.6274509804, alpha: 1) // cadetBlue #5F9EA0 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftCadetBlue.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | cadetblue #5F9EA0 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftChartreuse.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | chartreuse 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.4980392157, green: 1.0000000000, blue: 0.0000000000, alpha: 1) // chartreuse #7FFF00 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftChartreuse.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | chartreuse #7FFF00 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftChocolate.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | chocolate 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.8235294118, green: 0.4117647059, blue: 0.1176470588, alpha: 1) // chocolate #D2691E 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftChocolate.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | chocolate #D2691E 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftClear.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | clear 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.0000000000, green: 0.0000000000, blue: 0.0000000000, alpha: 0) // clear #000000 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftClear.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | clear #000000 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftCoral.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | coral 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 0.4980392157, blue: 0.3137254902, alpha: 1) // coral #FF7F50 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftCoral.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | coral #FF7F50 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftCornSilk.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | cornsilk 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 0.9725490196, blue: 0.8627450980, alpha: 1) // cornSilk #FFF8DC 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftCornSilk.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | cornsilk #FFF8DC 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftCornflowerBlue.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | cornflowerblue 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.3921568627, green: 0.5843137255, blue: 0.9294117647, alpha: 1) // cornflowerBlue #6495ED 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftCornflowerBlue.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | cornflowerblue #6495ED 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftCrimson.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | crimson 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.8627450980, green: 0.0784313725, blue: 0.2352941176, alpha: 1) // crimson #DC143C 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftCrimson.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | crimson #DC143C 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftCyan.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | cyan 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.0000000000, green: 1.0000000000, blue: 1.0000000000, alpha: 1) // cyan #00FFFF 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftCyan.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | cyan #00FFFF 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftDarkBlue.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | darkblue 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.0000000000, green: 0.0000000000, blue: 0.5450980392, alpha: 1) // darkBlue #00008B 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftDarkBlue.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | darkblue #00008B 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftDarkCyan.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | darkcyan 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.0000000000, green: 0.5450980392, blue: 0.5450980392, alpha: 1) // darkCyan #008B8B 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftDarkCyan.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | darkcyan #008B8B 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftDarkGoldenRod.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | darkgoldenrod 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.7215686275, green: 0.5254901961, blue: 0.0431372549, alpha: 1) // darkGoldenRod #B8860B 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftDarkGoldenRod.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | darkgoldenrod #B8860B 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftDarkGray.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | darkgray 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.3333333333, green: 0.3333333333, blue: 0.3333333333, alpha: 1) // darkGray #555555 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftDarkGray.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | darkgray #555555 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftDarkGrayCSS3.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | darkgray 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.6627450980, green: 0.6627450980, blue: 0.6627450980, alpha: 1) // darkGrayCSS3 #A9A9A9 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftDarkGrayCSS3.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | darkgraycss3 #A9A9A9 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftDarkGreen.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | darkgreen 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.0000000000, green: 0.3921568627, blue: 0.0000000000, alpha: 1) // darkGreen #006400 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftDarkGreen.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | darkgreen #006400 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftDarkKhaki.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | darkkhaki 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.7411764706, green: 0.7176470588, blue: 0.4196078431, alpha: 1) // darkKhaki #BDB76B 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftDarkKhaki.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | darkkhaki #BDB76B 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftDarkMagenta.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | darkmagenta 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.5450980392, green: 0.0000000000, blue: 0.5450980392, alpha: 1) // darkMagenta #8B008B 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftDarkMagenta.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | darkmagenta #8B008B 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftDarkOliveGreen.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | darkolivegreen 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.3333333333, green: 0.4196078431, blue: 0.1843137255, alpha: 1) // darkOliveGreen #556B2F 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftDarkOliveGreen.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | darkolivegreen #556B2F 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftDarkOrange.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | darkorange 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 0.5490196078, blue: 0.0000000000, alpha: 1) // darkOrange #FF8C00 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftDarkOrange.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | darkorange #FF8C00 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftDarkOrchid.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | darkorchid 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.6000000000, green: 0.1960784314, blue: 0.8000000000, alpha: 1) // darkOrchid #9932CC 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftDarkOrchid.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | darkorchid #9932CC 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftDarkRed.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | darkred 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.5450980392, green: 0.0000000000, blue: 0.0000000000, alpha: 1) // darkRed #8B0000 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftDarkRed.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | darkred #8B0000 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftDarkSalmon.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | darksalmon 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.9137254902, green: 0.5882352941, blue: 0.4784313725, alpha: 1) // darkSalmon #E9967A 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftDarkSalmon.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | darksalmon #E9967A 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftDarkSeaGreen.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | darkseagreen 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.5607843137, green: 0.7372549020, blue: 0.5607843137, alpha: 1) // darkSeaGreen #8FBC8F 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftDarkSeaGreen.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | darkseagreen #8FBC8F 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftDarkSlateBlue.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | darkslateblue 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.2823529412, green: 0.2392156863, blue: 0.5450980392, alpha: 1) // darkSlateBlue #483D8B 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftDarkSlateBlue.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | darkslateblue #483D8B 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftDarkSlateGray.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | darkslategray 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.1843137255, green: 0.3098039216, blue: 0.3098039216, alpha: 1) // darkSlateGray #2F4F4F 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftDarkSlateGray.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | darkslategray #2F4F4F 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftDarkTurquoise.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | darkturquoise 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.0000000000, green: 0.8078431373, blue: 0.8196078431, alpha: 1) // darkTurquoise #00CED1 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftDarkTurquoise.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | darkturquoise #00CED1 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftDarkViolet.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | darkviolet 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.5803921569, green: 0.0000000000, blue: 0.8274509804, alpha: 1) // darkViolet #9400D3 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftDarkViolet.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | darkviolet #9400D3 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftDeepPink.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | deeppink 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 0.0784313725, blue: 0.5764705882, alpha: 1) // deepPink #FF1493 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftDeepPink.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | deeppink #FF1493 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftDeepSkyBlue.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | deepskyblue 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.0000000000, green: 0.7490196078, blue: 1.0000000000, alpha: 1) // deepSkyBlue #00BFFF 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftDeepSkyBlue.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | deepskyblue #00BFFF 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftDimGray.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | dimgray 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.4117647059, green: 0.4117647059, blue: 0.4117647059, alpha: 1) // dimGray #696969 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftDimGray.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | dimgray #696969 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftDodgerBlue.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | dodgerblue 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.1176470588, green: 0.5647058824, blue: 1.0000000000, alpha: 1) // dodgerBlue #1E90FF 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftDodgerBlue.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | dodgerblue #1E90FF 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftFireBrick.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | firebrick 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.6980392157, green: 0.1333333333, blue: 0.1333333333, alpha: 1) // fireBrick #B22222 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftFireBrick.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | firebrick #B22222 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftFloralWhite.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | floralwhite 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 0.9803921569, blue: 0.9411764706, alpha: 1) // floralWhite #FFFAF0 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftFloralWhite.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | floralwhite #FFFAF0 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftForestGreen.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | forestgreen 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.1333333333, green: 0.5450980392, blue: 0.1333333333, alpha: 1) // forestGreen #228B22 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftForestGreen.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | forestgreen #228B22 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftFuchsia.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | fuchsia 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 0.0000000000, blue: 1.0000000000, alpha: 1) // fuchsia #FF00FF 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftFuchsia.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | fuchsia #FF00FF 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftGainsboro.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | gainsboro 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.8627450980, green: 0.8627450980, blue: 0.8627450980, alpha: 1) // gainsboro #DCDCDC 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftGainsboro.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | gainsboro #DCDCDC 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftGhostWhite.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | ghostwhite 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.9725490196, green: 0.9725490196, blue: 1.0000000000, alpha: 1) // ghostWhite #F8F8FF 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftGhostWhite.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | ghostwhite #F8F8FF 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftGold.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | gold 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 0.8431372549, blue: 0.0000000000, alpha: 1) // gold #FFD700 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftGold.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | gold #FFD700 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftGoldenRod.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | goldenrod 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.8549019608, green: 0.6470588235, blue: 0.1254901961, alpha: 1) // goldenRod #DAA520 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftGoldenRod.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | goldenrod #DAA520 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftGray.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | gray 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.5019607843, green: 0.5019607843, blue: 0.5019607843, alpha: 1) // gray #808080 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftGray.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | gray #808080 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftGreen.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | green 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.0000000000, green: 1.0000000000, blue: 0.0000000000, alpha: 1) // green #00FF00 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftGreen.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | green #00FF00 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftGreenCSS3.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | green 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.0000000000, green: 0.5019607843, blue: 0.0000000000, alpha: 1) // greenCSS3 #008000 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftGreenCSS3.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | greencss3 #008000 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftGreenYellow.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | greenyellow 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.6784313725, green: 1.0000000000, blue: 0.1843137255, alpha: 1) // greenYellow #ADFF2F 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftGreenYellow.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | greenyellow #ADFF2F 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftHoneyDew.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | honeydew 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.9411764706, green: 1.0000000000, blue: 0.9411764706, alpha: 1) // honeyDew #F0FFF0 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftHoneyDew.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | honeydew #F0FFF0 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftHotPink.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | hotpink 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 0.4117647059, blue: 0.7058823529, alpha: 1) // hotPink #FF69B4 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftHotPink.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | hotpink #FF69B4 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftIndianRed.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | indianred 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.8039215686, green: 0.3607843137, blue: 0.3607843137, alpha: 1) // indianRed #CD5C5C 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftIndianRed.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | indianred #CD5C5C 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftIndigo.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | indigo 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.2941176471, green: 0.0000000000, blue: 0.5098039216, alpha: 1) // indigo #4B0082 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftIndigo.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | indigo #4B0082 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftIvory.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | ivory 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 1.0000000000, blue: 0.9411764706, alpha: 1) // ivory #FFFFF0 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftIvory.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | ivory #FFFFF0 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftKhaki.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | khaki 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.9411764706, green: 0.9019607843, blue: 0.5490196078, alpha: 1) // khaki #F0E68C 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftKhaki.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | khaki #F0E68C 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftLavender.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | lavender 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.9019607843, green: 0.9019607843, blue: 0.9803921569, alpha: 1) // lavender #E6E6FA 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftLavender.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | lavender #E6E6FA 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftLavenderBlush.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | lavenderblush 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 0.9411764706, blue: 0.9607843137, alpha: 1) // lavenderBlush #FFF0F5 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftLavenderBlush.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | lavenderblush #FFF0F5 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftLawnGreen.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | lawngreen 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.4862745098, green: 0.9882352941, blue: 0.0000000000, alpha: 1) // lawnGreen #7CFC00 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftLawnGreen.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | lawngreen #7CFC00 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftLemonChiffon.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | lemonchiffon 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 0.9803921569, blue: 0.8039215686, alpha: 1) // lemonChiffon #FFFACD 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftLemonChiffon.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | lemonchiffon #FFFACD 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftLightBlue.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | lightblue 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.6784313725, green: 0.8470588235, blue: 0.9019607843, alpha: 1) // lightBlue #ADD8E6 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftLightBlue.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | lightblue #ADD8E6 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftLightCoral.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | lightcoral 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.9411764706, green: 0.5019607843, blue: 0.5019607843, alpha: 1) // lightCoral #F08080 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftLightCoral.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | lightcoral #F08080 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftLightCyan.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | lightcyan 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.8784313725, green: 1.0000000000, blue: 1.0000000000, alpha: 1) // lightCyan #E0FFFF 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftLightCyan.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | lightcyan #E0FFFF 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftLightGoldenRodYellow.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | lightgoldenrodyellow 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.9803921569, green: 0.9803921569, blue: 0.8235294118, alpha: 1) // lightGoldenRodYellow #FAFAD2 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftLightGoldenRodYellow.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | lightgoldenrodyellow #FAFAD2 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftLightGray.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | lightgray 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.6666666667, green: 0.6666666667, blue: 0.6666666667, alpha: 1) // lightGray #AAAAAA 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftLightGray.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | lightgray #AAAAAA 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftLightGrayCSS3.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | lightgray 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.8274509804, green: 0.8274509804, blue: 0.8274509804, alpha: 1) // lightGrayCSS3 #D3D3D3 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftLightGrayCSS3.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | lightgraycss3 #D3D3D3 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftLightGreen.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | lightgreen 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.5647058824, green: 0.9333333333, blue: 0.5647058824, alpha: 1) // lightGreen #90EE90 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftLightGreen.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | lightgreen #90EE90 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftLightPink.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | lightpink 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 0.7137254902, blue: 0.7568627451, alpha: 1) // lightPink #FFB6C1 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftLightPink.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | lightpink #FFB6C1 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftLightSalmon.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | lightsalmon 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 0.6274509804, blue: 0.4784313725, alpha: 1) // lightSalmon #FFA07A 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftLightSalmon.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | lightsalmon #FFA07A 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftLightSeaGreen.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | lightseagreen 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.1254901961, green: 0.6980392157, blue: 0.6666666667, alpha: 1) // lightSeaGreen #20B2AA 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftLightSeaGreen.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | lightseagreen #20B2AA 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftLightSkyBlue.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | lightskyblue 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.5294117647, green: 0.8078431373, blue: 0.9803921569, alpha: 1) // lightSkyBlue #87CEFA 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftLightSkyBlue.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | lightskyblue #87CEFA 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftLightSlateGray.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | lightslategray 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.4666666667, green: 0.5333333333, blue: 0.6000000000, alpha: 1) // lightSlateGray #778899 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftLightSlateGray.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | lightslategray #778899 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftLightSteelBlue.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | lightsteelblue 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.6901960784, green: 0.7686274510, blue: 0.8705882353, alpha: 1) // lightSteelBlue #B0C4DE 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftLightSteelBlue.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | lightsteelblue #B0C4DE 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftLightYellow.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | lightyellow 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 1.0000000000, blue: 0.8784313725, alpha: 1) // lightYellow #FFFFE0 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftLightYellow.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | lightyellow #FFFFE0 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftLime.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | lime 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.0000000000, green: 1.0000000000, blue: 0.0000000000, alpha: 1) // lime #00FF00 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftLime.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | lime #00FF00 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftLimeGreen.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | limegreen 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.1960784314, green: 0.8039215686, blue: 0.1960784314, alpha: 1) // limeGreen #32CD32 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftLimeGreen.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | limegreen #32CD32 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftLinen.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | linen 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.9803921569, green: 0.9411764706, blue: 0.9019607843, alpha: 1) // linen #FAF0E6 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftLinen.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | linen #FAF0E6 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftMagenta.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | magenta 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 0.0000000000, blue: 1.0000000000, alpha: 1) // magenta #FF00FF 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftMagenta.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | magenta #FF00FF 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftMaroon.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | maroon 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.5019607843, green: 0.0000000000, blue: 0.0000000000, alpha: 1) // maroon #800000 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftMaroon.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | maroon #800000 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftMediumAquamarine.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | mediumaquamarine 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.4000000000, green: 0.8039215686, blue: 0.6666666667, alpha: 1) // mediumAquamarine #66CDAA 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftMediumAquamarine.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | mediumaquamarine #66CDAA 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftMediumBlue.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | mediumblue 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.0000000000, green: 0.0000000000, blue: 0.8039215686, alpha: 1) // mediumBlue #0000CD 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftMediumBlue.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | mediumblue #0000CD 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftMediumOrchid.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | mediumorchid 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.7294117647, green: 0.3333333333, blue: 0.8274509804, alpha: 1) // mediumOrchid #BA55D3 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftMediumOrchid.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | mediumorchid #BA55D3 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftMediumPurple.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | mediumpurple 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.5764705882, green: 0.4392156863, blue: 0.8470588235, alpha: 1) // mediumPurple #9370D8 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftMediumPurple.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | mediumpurple #9370D8 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftMediumSeaGreen.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | mediumseagreen 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.2352941176, green: 0.7019607843, blue: 0.4431372549, alpha: 1) // mediumSeaGreen #3CB371 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftMediumSeaGreen.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | mediumseagreen #3CB371 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftMediumSlateBlue.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | mediumslateblue 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.4823529412, green: 0.4078431373, blue: 0.9333333333, alpha: 1) // mediumSlateBlue #7B68EE 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftMediumSlateBlue.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | mediumslateblue #7B68EE 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftMediumSpringGreen.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | mediumspringgreen 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.0000000000, green: 0.9803921569, blue: 0.6039215686, alpha: 1) // mediumSpringGreen #00FA9A 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftMediumSpringGreen.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | mediumspringgreen #00FA9A 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftMediumTurquoise.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | mediumturquoise 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.2823529412, green: 0.8196078431, blue: 0.8000000000, alpha: 1) // mediumTurquoise #48D1CC 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftMediumTurquoise.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | mediumturquoise #48D1CC 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftMediumVioletRed.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | mediumvioletred 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.7803921569, green: 0.0823529412, blue: 0.5215686275, alpha: 1) // mediumVioletRed #C71585 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftMediumVioletRed.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | mediumvioletred #C71585 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftMidnightBlue.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | midnightblue 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.0980392157, green: 0.0980392157, blue: 0.4392156863, alpha: 1) // midnightBlue #191970 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftMidnightBlue.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | midnightblue #191970 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftMintCream.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | mintcream 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.9607843137, green: 1.0000000000, blue: 0.9803921569, alpha: 1) // mintCream #F5FFFA 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftMintCream.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | mintcream #F5FFFA 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftMistyRose.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | mistyrose 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 0.8941176471, blue: 0.8823529412, alpha: 1) // mistyRose #FFE4E1 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftMistyRose.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | mistyrose #FFE4E1 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftMoccasin.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | moccasin 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 0.8941176471, blue: 0.7098039216, alpha: 1) // moccasin #FFE4B5 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftMoccasin.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | moccasin #FFE4B5 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftNavajoWhite.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | navajowhite 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 0.8705882353, blue: 0.6784313725, alpha: 1) // navajoWhite #FFDEAD 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftNavajoWhite.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | navajowhite #FFDEAD 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftNavy.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | navy 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.0000000000, green: 0.0000000000, blue: 0.5019607843, alpha: 1) // navy #000080 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftNavy.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | navy #000080 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftOldLace.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | oldlace 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.9921568627, green: 0.9607843137, blue: 0.9019607843, alpha: 1) // oldLace #FDF5E6 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftOldLace.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | oldlace #FDF5E6 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftOlive.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | olive 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.5019607843, green: 0.5019607843, blue: 0.0000000000, alpha: 1) // olive #808000 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftOlive.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | olive #808000 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftOliveDrab.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | olivedrab 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.4196078431, green: 0.5568627451, blue: 0.1372549020, alpha: 1) // oliveDrab #6B8E23 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftOliveDrab.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | olivedrab #6B8E23 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftOrange.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | orange 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1, green: 0.5, blue: 0, alpha: 1) // orange #FF8000 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftOrange.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | orange #FF8000 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftOrangeCSS3.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | orange 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 0.6470588235, blue: 0.0000000000, alpha: 1) // orangeCSS3 #FFA500 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftOrangeCSS3.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | orangecss3 #FFA500 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftOrangeRed.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | orangered 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 0.2705882353, blue: 0.0000000000, alpha: 1) // orangeRed #FF4500 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftOrangeRed.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | orangered #FF4500 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftOrchid.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | orchid 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.8549019608, green: 0.4392156863, blue: 0.8392156863, alpha: 1) // orchid #DA70D6 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftOrchid.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | orchid #DA70D6 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftPaleGoldenRod.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | palegoldenrod 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.9333333333, green: 0.9098039216, blue: 0.6666666667, alpha: 1) // paleGoldenRod #EEE8AA 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftPaleGoldenRod.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | palegoldenrod #EEE8AA 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftPaleGreen.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | palegreen 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.5960784314, green: 0.9843137255, blue: 0.5960784314, alpha: 1) // paleGreen #98FB98 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftPaleGreen.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | palegreen #98FB98 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftPaleTurquoise.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | paleturquoise 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.6862745098, green: 0.9333333333, blue: 0.9333333333, alpha: 1) // paleTurquoise #AFEEEE 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftPaleTurquoise.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | paleturquoise #AFEEEE 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftPaleVioletRed.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | palevioletred 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.8470588235, green: 0.4392156863, blue: 0.5764705882, alpha: 1) // paleVioletRed #D87093 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftPaleVioletRed.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | palevioletred #D87093 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftPapayaWhip.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | papayawhip 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 0.9372549020, blue: 0.8352941176, alpha: 1) // papayaWhip #FFEFD5 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftPapayaWhip.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | papayawhip #FFEFD5 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftPeachPuff.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | peachpuff 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 0.8549019608, blue: 0.7254901961, alpha: 1) // peachPuff #FFDAB9 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftPeachPuff.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | peachpuff #FFDAB9 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftPeru.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | peru 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.8039215686, green: 0.5215686275, blue: 0.2470588235, alpha: 1) // peru #CD853F 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftPeru.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | peru #CD853F 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftPink.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | pink 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 0.7529411765, blue: 0.7960784314, alpha: 1) // pink #FFC0CB 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftPink.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | pink #FFC0CB 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftPlum.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | plum 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.8666666667, green: 0.6274509804, blue: 0.8666666667, alpha: 1) // plum #DDA0DD 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftPlum.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | plum #DDA0DD 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftPowderBlue.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | powderblue 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.6901960784, green: 0.8784313725, blue: 0.9019607843, alpha: 1) // powderBlue #B0E0E6 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftPowderBlue.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | powderblue #B0E0E6 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftPurple.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | purple 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.5019607843, green: 0.0000000000, blue: 0.5019607843, alpha: 1) // purple #800080 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftPurple.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | purple #800080 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftRed.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | red 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 0.0000000000, blue: 0.0000000000, alpha: 1) // red #FF0000 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftRed.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | red #FF0000 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftRosyBrown.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | rosybrown 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.7372549020, green: 0.5607843137, blue: 0.5607843137, alpha: 1) // rosyBrown #BC8F8F 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftRosyBrown.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | rosybrown #BC8F8F 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftRoyalBlue.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | royalblue 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.2549019608, green: 0.4117647059, blue: 0.8823529412, alpha: 1) // royalBlue #4169E1 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftRoyalBlue.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | royalblue #4169E1 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftSaddleBrown.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | saddlebrown 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.5450980392, green: 0.2705882353, blue: 0.0745098039, alpha: 1) // saddleBrown #8B4513 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftSaddleBrown.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | saddlebrown #8B4513 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftSalmon.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | salmon 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.9803921569, green: 0.5019607843, blue: 0.4470588235, alpha: 1) // salmon #FA8072 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftSalmon.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | salmon #FA8072 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftSandyBrown.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | sandybrown 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.9568627451, green: 0.6431372549, blue: 0.3764705882, alpha: 1) // sandyBrown #F4A460 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftSandyBrown.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | sandybrown #F4A460 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftSeaGreen.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | seagreen 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.1803921569, green: 0.5450980392, blue: 0.3411764706, alpha: 1) // seaGreen #2E8B57 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftSeaGreen.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | seagreen #2E8B57 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftSeaShell.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | seashell 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 0.9607843137, blue: 0.9333333333, alpha: 1) // seaShell #FFF5EE 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftSeaShell.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | seashell #FFF5EE 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftSienna.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | sienna 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.6274509804, green: 0.3215686275, blue: 0.1764705882, alpha: 1) // sienna #A0522D 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftSienna.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | sienna #A0522D 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftSilver.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | silver 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.7529411765, green: 0.7529411765, blue: 0.7529411765, alpha: 1) // silver #C0C0C0 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftSilver.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | silver #C0C0C0 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftSkyBlue.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | skyblue 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.5294117647, green: 0.8078431373, blue: 0.9215686275, alpha: 1) // skyBlue #87CEEB 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftSkyBlue.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | skyblue #87CEEB 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftSlateBlue.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | slateblue 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.4156862745, green: 0.3529411765, blue: 0.8039215686, alpha: 1) // slateBlue #6A5ACD 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftSlateBlue.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | slateblue #6A5ACD 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftSlateGray.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | slategray 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.4392156863, green: 0.5019607843, blue: 0.5647058824, alpha: 1) // slateGray #708090 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftSlateGray.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | slategray #708090 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftSnow.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | snow 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 0.9803921569, blue: 0.9803921569, alpha: 1) // snow #FFFAFA 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftSnow.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | snow #FFFAFA 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftSpringGreen.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | springgreen 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.0000000000, green: 1.0000000000, blue: 0.4980392157, alpha: 1) // springGreen #00FF7F 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftSpringGreen.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | springgreen #00FF7F 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftSteelBlue.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | steelblue 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.2745098039, green: 0.5098039216, blue: 0.7058823529, alpha: 1) // steelBlue #4682B4 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftSteelBlue.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | steelblue #4682B4 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftTan.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | tan 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.8235294118, green: 0.7058823529, blue: 0.5490196078, alpha: 1) // tan #D2B48C 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftTan.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | tan #D2B48C 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftTeal.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | teal 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.0000000000, green: 0.5019607843, blue: 0.5019607843, alpha: 1) // teal #008080 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftTeal.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | teal #008080 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftThistle.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | thistle 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.8470588235, green: 0.7490196078, blue: 0.8470588235, alpha: 1) // thistle #D8BFD8 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftThistle.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | thistle #D8BFD8 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftTomato.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | tomato 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 0.3882352941, blue: 0.2784313725, alpha: 1) // tomato #FF6347 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftTomato.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | tomato #FF6347 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftTurquoise.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | turquoise 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.2509803922, green: 0.8784313725, blue: 0.8156862745, alpha: 1) // turquoise #40E0D0 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftTurquoise.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | turquoise #40E0D0 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftViolet.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | violet 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.9333333333, green: 0.5098039216, blue: 0.9333333333, alpha: 1) // violet #EE82EE 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftViolet.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | violet #EE82EE 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftWheat.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | wheat 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.9607843137, green: 0.8705882353, blue: 0.7019607843, alpha: 1) // wheat #F5DEB3 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftWheat.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | wheat #F5DEB3 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftWhite.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | white 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 1.0000000000, blue: 1.0000000000, alpha: 1) // white #FFFFFF 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftWhite.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | white #FFFFFF 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftWhiteSmoke.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | whitesmoke 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.9607843137, green: 0.9607843137, blue: 0.9607843137, alpha: 1) // whiteSmoke #F5F5F5 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftWhiteSmoke.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | whitesmoke #F5F5F5 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftYellow.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | yellow 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 1.0000000000, green: 1.0000000000, blue: 0.0000000000, alpha: 1) // yellow #FFFF00 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftYellow.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | yellow #FFFF00 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /XcodeSnippets/CSS3ColorsSwiftYellowGreen.codesnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDECodeSnippetCompletionPrefix 6 | yellowgreen 7 | IDECodeSnippetCompletionScopes 8 | 9 | All 10 | 11 | IDECodeSnippetContents 12 | #colorLiteral(red: 0.6039215686, green: 0.8039215686, blue: 0.1960784314, alpha: 1) // yellowGreen #9ACD32 13 | IDECodeSnippetIdentifier 14 | CSS3ColorsSwiftYellowGreen.codesnippet 15 | IDECodeSnippetLanguage 16 | Xcode.SourceCodeLanguage.Swift 17 | IDECodeSnippetTitle 18 | yellowgreen #9ACD32 19 | IDECodeSnippetUserSnippet 20 | 21 | IDECodeSnippetVersion 22 | 2 23 | 24 | 25 | -------------------------------------------------------------------------------- /images/codesnippet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldDownTown/CSS3ColorsSwift/533af33d9eb1edca3b2920e1ce7a493570114b74/images/codesnippet.gif -------------------------------------------------------------------------------- /images/codesnippet1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldDownTown/CSS3ColorsSwift/533af33d9eb1edca3b2920e1ce7a493570114b74/images/codesnippet1.png -------------------------------------------------------------------------------- /images/codesnippet2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldDownTown/CSS3ColorsSwift/533af33d9eb1edca3b2920e1ce7a493570114b74/images/codesnippet2.png -------------------------------------------------------------------------------- /images/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldDownTown/CSS3ColorsSwift/533af33d9eb1edca3b2920e1ce7a493570114b74/images/screenshot.png -------------------------------------------------------------------------------- /images/uicolor_extension.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldDownTown/CSS3ColorsSwift/533af33d9eb1edca3b2920e1ce7a493570114b74/images/uicolor_extension.png --------------------------------------------------------------------------------