All Projects β†’ onmyway133 β†’ Xcodecolorsense2

onmyway133 / Xcodecolorsense2

Licence: other
πŸ‰ An Xcode source editor extension that shows hex color info

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Xcodecolorsense2

Xcodecolorsense
🎈 An Xcode plugin that makes working with color easier
Stars: ✭ 79 (-71.89%)
Mutual labels:  xcode, hex, color
Xcodeway
⛡️ An Xcode Source Editor Extension that helps navigating to many places easier
Stars: ✭ 530 (+88.61%)
Mutual labels:  xcode, extension, editor
ColorHelper
No description or website provided.
Stars: ✭ 34 (-87.9%)
Mutual labels:  hex, color
react-color
🎨 Is a tiny color picker widget component for React apps.
Stars: ✭ 50 (-82.21%)
Mutual labels:  hex, color
Farge
🎈Tell the name of hex color
Stars: ✭ 23 (-91.81%)
Mutual labels:  hex, color
khroma
A collection of functions for manipulating CSS colors, inspired by SASS.
Stars: ✭ 28 (-90.04%)
Mutual labels:  hex, color
dehex
πŸŽ¨πŸ‘€ R package: learn to assess a colour hex code by eye
Stars: ✭ 29 (-89.68%)
Mutual labels:  hex, color
Culori
A comprehensive color library for JavaScript.
Stars: ✭ 271 (-3.56%)
Mutual labels:  hex, color
Cleanclosurexcode
An Xcode Source Editor extension to clean the closure syntax.
Stars: ✭ 186 (-33.81%)
Mutual labels:  xcode, extension
Xcode One Dark
Atom One Dark theme for Xcode
Stars: ✭ 273 (-2.85%)
Mutual labels:  xcode, color
color
A library of well-tested helper methods for working with colors.
Stars: ✭ 13 (-95.37%)
Mutual labels:  hex, color
hex-to-css-filter
Easy way to generate colors from HEX to CSS Filters
Stars: ✭ 20 (-92.88%)
Mutual labels:  hex, color
Colorizeswift
Terminal string styling for Swift.
Stars: ✭ 253 (-9.96%)
Mutual labels:  xcode, color
Awesome Xcode Extensions
Awesome native Xcode extensions.
Stars: ✭ 2,628 (+835.23%)
Mutual labels:  xcode, extension
noire
🎨 Light/darken, mix, (de)saturate the colors in Golang with CMYK / RGB / HSV / HSL / Hex / HTML supported.
Stars: ✭ 38 (-86.48%)
Mutual labels:  hex, color
Xcodeequatablegenerator
Xcode 8 Source Code Extension will generate conformance to Swift Equatable protocol based on type and fields selection.
Stars: ✭ 188 (-33.1%)
Mutual labels:  xcode, extension
colour
Validate colours.
Stars: ✭ 31 (-88.97%)
Mutual labels:  hex, color
colorsys.rs
Lib for modifying colors and converting to other spaces
Stars: ✭ 28 (-90.04%)
Mutual labels:  hex, color
Swiftcolorgen
A tool that generate code for Swift projects, designed to improve the maintainability of UIColors
Stars: ✭ 152 (-45.91%)
Mutual labels:  xcode, color
Comment Spell Checker
Xcode extension for spell checking and auto-correcting code comments.
Stars: ✭ 155 (-44.84%)
Mutual labels:  xcode, extension

XcodeColorSense2

❀️ Support my apps ❀️

β€οΈβ€οΈπŸ˜‡πŸ˜πŸ€˜β€οΈβ€οΈ

Story

What is that hex color? πŸ€”

All my apps use hex color now. But when browsing the source code, it's hard to know which color it is, I normally need an app or go to Chrome to checkout the color, I want to do that within Xcode

That's why I made XcodeColorSense, which shows us the color for a particular hex or rgb color. But from Xcode 8+ it is not possible to have Xcode plugin.

So this is my 2nd attempt to make that available in Xcode, through Xcode Source Editor Extension. I used Farge to find name of a hex color

I want to use framework in the extension, but Xcode keeps complaining about that http://stackoverflow.com/questions/43673353/how-to-use-framework-in-xcode-source-editor-extension

I use GifCapture to capture the gif. Here I use key binding Cmd+Ctrl+S to toggle color info

How to install

How to use

  • Color Sense is available in Editor -> Color Sense -> Color Sense. Click it to show color name, click it again to hide color name

  • Use key binding to make it more convenient

Author

Khoa Pham, [email protected]

Credit

  • Thanks Chris for showing me color literal
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].