All Projects → sindresorhus → System-Color-Picker

sindresorhus / System-Color-Picker

Licence: MIT license
🎨 The macOS color picker as an app with more features

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to System-Color-Picker

Gifski
🌈 Convert videos to high-quality GIFs on your Mac
Stars: ✭ 5,691 (+717.67%)
Mutual labels:  macos-app, swiftui
kindaVim.theapp
Ultimate Vim Mode for macOS
Stars: ✭ 372 (-46.55%)
Mutual labels:  macos-app, swiftui
Hush
Noiseless Browsing – Content Blocker for Safari
Stars: ✭ 1,987 (+185.49%)
Mutual labels:  macos-app, swiftui
Actions
⚙️ Supercharge your shortcuts
Stars: ✭ 640 (-8.05%)
Mutual labels:  macos-app, swiftui
SwiftUI-Color-Kit
SwiftUI Color Pickers, Gradient Pickers And All The Utilities Needed To Make Your Own!
Stars: ✭ 120 (-82.76%)
Mutual labels:  color-picker, swiftui
SwiftyUIScrollView
A custom ScrollView wrapper that comes with Pagination and Page Control.
Stars: ✭ 18 (-97.41%)
Mutual labels:  swiftui
Xpendi
iOS expense tracker
Stars: ✭ 13 (-98.13%)
Mutual labels:  swiftui
RChat
No description or website provided.
Stars: ✭ 58 (-91.67%)
Mutual labels:  swiftui
NavigationRouter
A router implementation designed for complex modular apps, written in Swift
Stars: ✭ 89 (-87.21%)
Mutual labels:  swiftui
Broadcast
🗣 A write-only Twitter client
Stars: ✭ 36 (-94.83%)
Mutual labels:  swiftui
Sigma
Sigma is a Figma plugin of automatically generate SwiftUI code from Figma
Stars: ✭ 145 (-79.17%)
Mutual labels:  swiftui
Harbour
Docker/Portainer management app for iOS
Stars: ✭ 210 (-69.83%)
Mutual labels:  swiftui
UIViewPreviewProvider
Allows displaying UIViews inside the Xcode preview canvas
Stars: ✭ 36 (-94.83%)
Mutual labels:  swiftui
SheeKit
Customize and resize sheets in SwiftUI with SheeKit. Utilise the power of `UISheetPresentationController` and other UIKit features.
Stars: ✭ 56 (-91.95%)
Mutual labels:  swiftui
memorize
Stanford University's course CS193p (Developing Applications for iOS using SwiftUI)
Stars: ✭ 20 (-97.13%)
Mutual labels:  swiftui
pantone-colors
Hex values of all 2310 Pantone colors
Stars: ✭ 147 (-78.88%)
Mutual labels:  color-picker
CombineUnsplash
A sample project exploring MVVM pattern with SwiftUI/Combine, using Unsplash API (via Picsum.photos API)
Stars: ✭ 25 (-96.41%)
Mutual labels:  swiftui
playful-palette
WebGL implementation of Adobe's Playful Palette
Stars: ✭ 15 (-97.84%)
Mutual labels:  color-picker
F1-AppleTV
F1TV app for the Apple TV
Stars: ✭ 16 (-97.7%)
Mutual labels:  swiftui
Color-O-Matic
Beautiful color picker dialog for Android 9+
Stars: ✭ 43 (-93.82%)
Mutual labels:  color-picker

System Color Picker

The familiar color picker supercharged




The macOS color picker as an app with lots of extra features.

Download

Requires macOS 12 or later.

Older versions

Features

  • Quickly copy, paste, and convert colors in Hex, HSL, RGB, LCH format
  • Show as a normal app or in the menu bar
  • Pick a color or toggle the window from anywhere with a global keyboard shortcut
  • Make the window stay on top of all other windows
  • Launch it at login (when in the menu bar)
  • Recently picked colors
  • Shortcuts support
  • Hide menu bar icon

Tips

  • Press the Space key while using the color sampler to show the RGB values. The color sampler is a system component and it can unfortunately not show other kinds of color values.
  • Press the Option key when copying the Hex color to invert whether to include #.

Keyboard shortcuts

You can use the following keyboard shortcuts in the app:

  • Pick color: Command p
  • Copy as Hex: Shift Command h
  • Copy as HSL: Shift Command s
  • Copy as RGB: Shift Command r
  • Copy as LCH: Shift Command l
  • Paste color: Shift Command v (In the format Hex, HSL, RGB, or LCH)

Plugins

The built-in color picker supports plugins:

Screenshots

FAQ

The app does not show up in the menu bar

macOS hides menu bar apps when there is no space left in the menu bar. This is a common problem on MacBooks with a notch. Try quitting some menu bar apps to free up space. If this does not solve it, try quitting Bartender if you have it installed.

What is LCH color?

It's a more human-friendly color format.

Note that the LCH color is currently clamped to sRGB range.

The color changes if I copy and then paste it

That is because the default color space in the picker is Display P3, which is part of CSS Color 4, but the color space used for the legacy CSS color formats is sRGB (browsers are starting to handle color spaces but they are not all there yet).

How do I change the color space?

Right-click the color wheel. You probably want to select “sRGB”.

Note that the color strings will always be converted to sRGB color space.

Can you support SwiftUI.Color / UIColor / NSColor formats?

The best practice is to use Asset Catalog for colors instead of hard-coding the values in code. If you really want to hard-code colors, the Scala color picker plugin supports UIColor and NSColor.

Can I contribute localizations?

I don't have any immediate plans to localize the app.

Built with

  • Defaults - Swifty and modern UserDefaults
  • Regex - Swifty regular expressions
  • KeyboardShortcuts - Add user-customizable global keyboard shortcuts to your macOS app
  • LaunchAtLogin - Add “Launch at Login” functionality to your macOS app

Other apps

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].