Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phamfoo/solid
Color picker app for macOS inspired by Figma.
https://github.com/phamfoo/solid
color-picker figma hsl macos swiftui
Last synced: about 20 hours ago
JSON representation
Color picker app for macOS inspired by Figma.
- Host: GitHub
- URL: https://github.com/phamfoo/solid
- Owner: phamfoo
- License: mit
- Created: 2023-06-13T13:51:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-08T10:11:37.000Z (4 months ago)
- Last Synced: 2025-01-28T12:22:29.845Z (13 days ago)
- Topics: color-picker, figma, hsl, macos, swiftui
- Language: Swift
- Homepage:
- Size: 846 KB
- Stars: 59
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](Misc/AppIcon.png)
# Solid
> Color picker app for macOS inspired by Figma.
# Features
- Pick a color on screen on paste from clipboard.
- Supports RGB, HSB, and HSL color models.
- Save and edit.
- Search.![](Misc/Editor.png)
![](Misc/List.png)# Thanks
- [Josh Comeau](https://twitter.com/joshwcomeau) for the [HSL color picker implementation](https://www.joshwcomeau.com/css/color-formats/#hsl-4)
- [Sindre Sorhus](https://twitter.com/sindresorhus) for making [System-Color-Picker](https://github.com/sindresorhus/System-Color-Picker), which inspired some of the features in this app.