XcodeColorSense alternatives and similar libraries
Based on the "Color" category.
Alternatively, view XcodeColorSense alternatives based on common mentions on social networks and blogs.
-
Chameleon
Color framework for Swift & Objective-C (Gradient colors, hexcode support, colors from images & more). -
DKNightVersion
Manage Colors, Integrate Night/Multiple Themes -
Hue
:art: Hue is the all-in-one coloring utility that you'll ever need. -
Colours
A beautiful set of predefined colors and a set of color methods to make your iOS/OSX development life easier. -
DynamicColor
Yet another extension to manipulate colors easily in Swift and SwiftUI -
UIColor-Hex-Swift
Convenience methods for creating color using RGBA hex string. -
SwiftHEXColors
HEX color handling as an extension for UIColor. -
ChromaColorPicker
:art: An intuitive iOS color picker built in Swift. -
RandomColorSwift
An attractive color generator for Swift. Ported from randomColor.js. -
Crayons
An Xcode plugin to improve dealing with colors in your project -
Gestalt
An unintrusive & light-weight iOS app-theming library with support for animated theme switching. -
FlatUIColors
Flat UI color palette helpers written in Swift. -
PrettyColors
Styles and colors text in the Terminal with ANSI escape codes. Conforms to ECMA Standard 48. -
SwiftColorGen
A tool that generate code for Swift projects, designed to improve the maintainability of UIColors -
Colorify
Simple, yet powerful color library that includes latest and most trendy colors from 2017. -
CSS3ColorsSwift
A UIColor extension with CSS3 Color names. -
TFTColor
A simple UIColor category to get color with hex code.
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of XcodeColorSense or a related project?
README
XcodeColorSense
An Xcode plugin that makes working with color easier. Inspired by ColorSense-for-Xcode with extra care for Hex color
[](Screenshots/Banner.png)
Features
- Show color preview as you type or select
- Works for
UIColor
,NSColor
[](Screenshots/XcodeColorSense.gif)
Matchers
- Hex Matcher
let _ = NSColor.hex("#FFAABB")
let _ = UIColor(hex: 0xFFAABB)
- RGBA Matcher
let _ = UIColor(red: 1.0f, green: 240/255, blue: 0.8, alpha: 0.95)
- Preset Matcher
let _ = NSColor.redColor()
Extensible
Add your own color handler by conforming to Matcher
protocol Matcher {
func check(line: String, selectedText: String) -> (color: NSColor, range: NSRange)?
}
Installation
Manually
- Build the project. The plugin will be in
~/Library/Application Support/Developer/Shared/Xcode/Plug-ins
- Restart Xcode
Alcatraz
- Available via http://alcatraz.io/
Licence
This project is released under the MIT license. See LICENSE.md.
*Note that all licence references and agreements mentioned in the XcodeColorSense README section above
are relevant to that project's source code only.