All Projects → Aloso → colo

Aloso / colo

Licence: MIT license
Displays colors in various color spaces.

Programming Languages

rust
11053 projects

Labels

Projects that are alternatives of or similar to colo

nix-rice
A library to functionally define your configuration and theme (rice) with Nix
Stars: ✭ 43 (-28.33%)
Mutual labels:  color
PowerColorLS
PowerShell script to display a colorized directory and file listing with icons
Stars: ✭ 35 (-41.67%)
Mutual labels:  color
Lano-Visualizer
A simple but highly configurable visualizer with rounded bars.
Stars: ✭ 114 (+90%)
Mutual labels:  color
gradient-rs
A command line tool for playing with color gradients
Stars: ✭ 93 (+55%)
Mutual labels:  color
color
OCaml library to work with colors on the web
Stars: ✭ 20 (-66.67%)
Mutual labels:  color
homebridge-yeelight-platform
Homebridge plugin for Yeelight Lights supporting Scenes/Moods/Color Flow/Custom Presets/Music Flow/Night Mode
Stars: ✭ 53 (-11.67%)
Mutual labels:  color
cfmt
Small library for simple and convenient formatted stylized output to the console.
Stars: ✭ 46 (-23.33%)
Mutual labels:  color
nord-tilix
An arctic, north-bluish clean and elegant Tilix color scheme.
Stars: ✭ 105 (+75%)
Mutual labels:  color
javascript-color-gradient
Lightweight JavaScript library, used to generate an array of color gradients, between start and finish colors.
Stars: ✭ 54 (-10%)
Mutual labels:  color
thayer-bright-iTerm
No description or website provided.
Stars: ✭ 29 (-51.67%)
Mutual labels:  color
ColorPickView
🐾一个自定义的颜色选择view
Stars: ✭ 19 (-68.33%)
Mutual labels:  color
ProminentColor
Android Library to get average/prominent color of bitmap/drawable
Stars: ✭ 23 (-61.67%)
Mutual labels:  color
zcolors
🌈 Z Colors uses your $LS_COLORS to generate a coherent theme for Git and your Zsh prompt, command line and completions.
Stars: ✭ 38 (-36.67%)
Mutual labels:  color
Extract-Color-Palette-Api
Create gradient drawable by extracting prominent colors from image⚫⚪
Stars: ✭ 16 (-73.33%)
Mutual labels:  color
line
An easy to use golang package for stylizing terminal output
Stars: ✭ 26 (-56.67%)
Mutual labels:  color
flutter colorgen
a Flutter MaterialColor generator example
Stars: ✭ 12 (-80%)
Mutual labels:  color
colorsys
🎨 Minimalistic color converter for RGB, HSV, HSL, CMYK, HEX and CSS strings
Stars: ✭ 53 (-11.67%)
Mutual labels:  color
ColorRatingBar
change color of star in rating bar
Stars: ✭ 23 (-61.67%)
Mutual labels:  color
vim-yami
Monochromatic dark(闇) theme for Vim
Stars: ✭ 58 (-3.33%)
Mutual labels:  color
Drawing
Drawing and fill color
Stars: ✭ 37 (-38.33%)
Mutual labels:  color

colo Logo

Command-line tool for displaying colors, written in Rust

Crates.io Crates.io Tests

Changelog

The changelog can be found here.

Note that colo is young and evolving rapidly. There will likely be big changes in the next releases.

Usage 📚

How to use colo is explained on the website.

Here is the list of supported color spaces.

Installation 🚀

How to install colo is explained on the releases page.

Build from source 🛠

If you want to build colo from source, make sure you have the Rust toolchain (including Cargo) installed. Then clone this repository and run

cargo install --path .

Or, if you don't want to clone the repository, you can run

cargo install --git https://github.com/Aloso/colo

This builds the code from the main branch. You can specify a different branch with --branch or a tag with --tag.

Code of Conduct 🤝

Please be friendly and respectful to others. This should be a place where everyone can feel safe, therefore I intend to enforce the Rust code of conduct.

Contributing 🙌

I appreciate your help! The easiest way to help is to file bug reports or suggest new features in the issue tracker.

If you want to create a pull request, make sure the following requirements are met:

  • The code is documented
  • If you add a dependency that includes unsafe code, please explain why it is required
  • Please try to keep compile times small, if feasible

Also, to pass continuous integration, the code must

  • be properly formatted with cargo fmt
  • pass cargo clippy
  • compile on the latest stable Rust version on Ubuntu, Windows and macOS.
  • all tests must pass

To contribute to the website, send a PR to the gh-pages branch.

That's it! If you have any questions, feel free to create an issue.

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