Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cassidyjames/palette
Color palette app for elementary OS
https://github.com/cassidyjames/palette
appcenter color elementary elementaryos gtk gtk3 hacktoberfest meson vala
Last synced: 29 days ago
JSON representation
Color palette app for elementary OS
- Host: GitHub
- URL: https://github.com/cassidyjames/palette
- Owner: cassidyjames
- License: gpl-3.0
- Archived: true
- Created: 2018-04-07T19:56:00.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-08-10T00:36:05.000Z (over 3 years ago)
- Last Synced: 2024-05-12T14:33:20.621Z (7 months ago)
- Topics: appcenter, color, elementary, elementaryos, gtk, gtk3, hacktoberfest, meson, vala
- Language: Vala
- Homepage: https://cassidyjames.com
- Size: 16.1 MB
- Stars: 32
- Watchers: 3
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-elementaryos - Palette - Color palette app [:white_check_mark:](https://appcenter.elementary.io/com.github.cassidyjames.palette) (Applications / Design)
README
Palette
![Screenshot](data/screenshots/screenshot.png)
## View and copy colors from the elementary brand palette
elementary uses a set of bright and friendly colors. Easily access the entire palette on your local device, see examples of usage, and copy any variation of each color to paste into your own projects.
## Made for [elementary OS](https://elementary.io)
Palette is designed and developed on and for [elementary OS](https://elementary.io). Purchasing through AppCenter directly supports the development and ensures instant updates straight from me. Get it on AppCenter for the best experience.
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.cassidyjames.palette)
Versions of Palette may have been built and made available elsewhere by third-parties. These builds may have modifications or changes and **are not provided nor supported by me**. The only supported version is distributed via AppCenter on elementary OS.
## Developing and Building
If you want to hack on and build Palette yourself, you'll need the following dependencies:
* libgee-0.8-dev
* libgtk-3-dev
* meson
* valacRun `meson build` to configure the build environment and run `ninja test` to build and run automated tests
meson build --prefix=/usr
cd build
ninja testTo install, use `ninja install`, then execute with `com.github.cassidyjames.palette`
sudo ninja install
com.github.cassidyjames.palette## Special Thanks
- [Micah Ilbery](https://github.com/micahilbery) for the shiny icons
- [Daniel Foré](https://github.com/danrabbit) for his apps to use as code examples-----
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.cassidyjames.palette)