All Projects → jabbalaci → Closestx11color

jabbalaci / Closestx11color

Licence: mit
Find the closest xterm-256 colors (between 0 and 255) to an arbitrary HTML hexa color (e.g. #ABCDEF)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Closestx11color

Mordant
Full-featured text styling for Kotlin command-line applications
Stars: ✭ 382 (+2838.46%)
Mutual labels:  terminal, console, color
Crossline
A small, self-contained, zero-config, MIT licensed, cross-platform, readline and libedit replacement.
Stars: ✭ 53 (+307.69%)
Mutual labels:  terminal, console, color
Crossterm
Cross platform terminal library rust
Stars: ✭ 1,023 (+7769.23%)
Mutual labels:  terminal, console, color
Chalk Animation
🎬 Colorful animations in terminal output
Stars: ✭ 1,489 (+11353.85%)
Mutual labels:  terminal, console, color
Php Console Spinner
Colorful highly configurable spinner for php cli applications (suitable for async apps)
Stars: ✭ 225 (+1630.77%)
Mutual labels:  terminal, console, color
Box Cli Maker
Make Highly Customized Boxes for your CLI
Stars: ✭ 115 (+784.62%)
Mutual labels:  terminal, console, color
Rang
A Minimal, Header only Modern c++ library for terminal goodies 💄✨
Stars: ✭ 1,080 (+8207.69%)
Mutual labels:  terminal, console, color
Chalk
🖍 Terminal string styling done right
Stars: ✭ 17,566 (+135023.08%)
Mutual labels:  terminal, console, color
Gradient String
🌈 Beautiful color gradients in terminal output
Stars: ✭ 476 (+3561.54%)
Mutual labels:  terminal, console, color
Tui Consolelauncher
Linux CLI Launcher for Android
Stars: ✭ 861 (+6523.08%)
Mutual labels:  terminal, console
Googler
🔍 Google from the terminal
Stars: ✭ 5,594 (+42930.77%)
Mutual labels:  terminal, console
Progressbar
Terminal-based progress bar for Java / JVM
Stars: ✭ 625 (+4707.69%)
Mutual labels:  terminal, console
Nord Tmux
An arctic, north-bluish clean and elegant tmux color theme.
Stars: ✭ 567 (+4261.54%)
Mutual labels:  terminal, color
Clui
Command Line User Interface (Console UI inspired by TurboVision)
Stars: ✭ 561 (+4215.38%)
Mutual labels:  terminal, console
Imgcat
It's like cat, but for images.
Stars: ✭ 577 (+4338.46%)
Mutual labels:  terminal, color
Termenv
Advanced ANSI style & color support for your terminal applications
Stars: ✭ 555 (+4169.23%)
Mutual labels:  terminal, console
Ruby jard
Just Another Ruby Debugger. Provide a rich Terminal UI that visualizes everything your need, navigates your program with pleasure, stops at matter places only, reduces manual and mental efforts. You can now focus on real debugging.
Stars: ✭ 669 (+5046.15%)
Mutual labels:  terminal, console
Terminaltables
Generate simple tables in terminals from a nested list of strings.
Stars: ✭ 685 (+5169.23%)
Mutual labels:  terminal, console
Vivid
A themeable LS_COLORS generator with a rich filetype datebase
Stars: ✭ 535 (+4015.38%)
Mutual labels:  terminal, color
Htop
htop is an interactive text-mode process viewer for Unix systems. It aims to be a better 'top'.
Stars: ✭ 5,626 (+43176.92%)
Mutual labels:  terminal, console

Closest Xterm-256 Colors

Find the closest three xterm-256 colors (between 0 and 255) to an HTML hexa color (e.g. #ABCDEF).

Motivation

Under Linux, in a terminal, you can use 16 colors. However, most terminals support 256 different colors. You want to write a console application that uses some nice colors. If you find it difficult to pick colors from the 256 colors, then this GUI app. is for you.

How to use it? Let's say you find a nice color on an image. Open it in Gimp and use its color picker tool to identify the color. However, Gimp will tell you the color's HTML hexa code, e.g. #ABCDEF. With this app. you can find the closest colors from the 256 xterm colors. The application presents three choices that you can immediately use in your console application.

New: instead of just one color, the output now contains the closest three colors. If you don't like the first one, maybe you'll like the second or the third one.

Screenshots

Contributors

Links and Related Works

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