Professional color schemes ported from d3-scale-chromatic
A simple, powerful and cross-platform Rust library for adding colors to your terminal output with support for hex colors, RGB, and rich markup
Azzybana Raccoon's comprehensive parallelism library.
Derive helper methods for enum variants that are familiar from `std::option::Option` & `std::result::Result` such as `unwrap_or` or `and_then`.
A rust crate for working with colors and color spaces.
A comprehensive color conversion library for Rust
A CLI tool that renders motion design videos from JSON scenarios. No browser, no Node.js — just a single Rust binary.
An atomic output library based on Rust that supports output functionalities through functions, builders, and other methods. It allows customization of text and background colors.
Rust Spectral Colorimetry library with JavaScript/WASM interfaces
A modern replacement for ps
A crate with color names and its values and usefull functions inluded to get similar colour name by RGB data; Based on css-color names.
Auto-generated client library for the Edgegap API, used by the arbctl tool
Colorize printed text on ANSI terminals
Terminal color capabilities detection
Rouge aims to a be a simple, easy-to-extend drop-in replacement for pygments.
>> puts "this is red".red >> puts "this is red with a blue background (read: ugly)".red_on_blue >> puts "this is red with an underline".red.underline >> puts "this is really bold and really blue".bold.blue >> logger.debug "hey this is broken!".red_on_yellow # in rails >> puts Color.red "This is red" # but this part is mostly untested
Colorize your text in the terminal.
This is a heavily modified fork of http://github.com/defunkt/colored gem, with many sensible pull requests combined. Since the authors of the original gem no longer support it, this might, perhaps, be considered a good alternative. Simple gem that adds various color methods to String class, and can be used as follows: require 'colored2' puts 'this is red'.red puts 'this is red with a yellow background'.red.on.yellow puts 'this is red with and italic'.red.italic puts 'this is green bold'.green.bold << ' and regular'.green puts 'this is really bold blue on white but reversed'.bold.blue.on.white.reversed puts 'this is regular, but '.red! << 'this is red '.yellow! << ' and yellow.'.no_color! puts ('this is regular, but '.red! do 'this is red '.yellow! do ' and yellow.'.no_color! end end)
Chroma is a color manipulation and palette generation gem.
Great Ruby debugging companion: pretty print Ruby objects to visualize their structure. Supports custom object formatting via plugins
Utility functions for making colorful console applications
Der ANSI Hansi - create colorized console output.
Red Colors provides a wide array of features for dealing with colors. This includes conversion between colorspaces, desaturation, and parsing colors.
A fancy IRB has rocket-style #=> return values and colorful prompts and streams.