All Projects β†’ metakirby5 β†’ Colorz

metakirby5 / Colorz

Licence: mit
🎨 A k-means color scheme generator.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Colorz

Nord Termite
An arctic, north-bluish clean and elegant Termite color theme.
Stars: ✭ 104 (-22.39%)
Mutual labels:  color-scheme
Material Palette Generator
🎨 Get perfect Material Design color palettes from any hex color.
Stars: ✭ 114 (-14.93%)
Mutual labels:  color-scheme
Mpcolortools
A collection of tools for handling colors on iOS SDK
Stars: ✭ 128 (-4.48%)
Mutual labels:  color-scheme
Syntax Highlighting
collection of syntax highlighting colorschemes
Stars: ✭ 105 (-21.64%)
Mutual labels:  color-scheme
Kcm Colorful
Make your KDE Plasma colorful.
Stars: ✭ 110 (-17.91%)
Mutual labels:  color-scheme
Colors.jl
Color manipulation utilities for Julia
Stars: ✭ 114 (-14.93%)
Mutual labels:  color-scheme
Srcery Emacs
Dark colorscheme for Emacs/Spacemacs. GUI and terminal support
Stars: ✭ 102 (-23.88%)
Mutual labels:  color-scheme
Kdtree
Absolute balanced kdtree for fast kNN search.
Stars: ✭ 131 (-2.24%)
Mutual labels:  kmeans
Nord Sublime Text
An arctic, north-bluish clean and elegant Sublime Text theme.
Stars: ✭ 109 (-18.66%)
Mutual labels:  color-scheme
Awesome Vim Colorschemes
Collection of awesome color schemes for Neo/vim, merged for quick use.
Stars: ✭ 1,951 (+1355.97%)
Mutual labels:  color-scheme
Toast.vim
🍞 Toast! A colorful, medium-contrast color scheme with full Vim and Neovim support and automatic light and dark variants. Easy to read without frying your retinae.
Stars: ✭ 108 (-19.4%)
Mutual labels:  color-scheme
St Theme Freesia
Freesia theme for Sublime Text 3. (Unmaintained.)
Stars: ✭ 108 (-19.4%)
Mutual labels:  color-scheme
Inspiredgithub.tmtheme
A color scheme for Sublime Text 3.
Stars: ✭ 117 (-12.69%)
Mutual labels:  color-scheme
Iceberg.vim
πŸ‡¦πŸ‡Ά Bluish color scheme for Vim and Neovim
Stars: ✭ 1,636 (+1120.9%)
Mutual labels:  color-scheme
Nord Vim
An arctic, north-bluish clean and elegant Vim theme.
Stars: ✭ 1,987 (+1382.84%)
Mutual labels:  color-scheme
Imagegonord
A tool that can convert your rgb images to nordtheme palette
Stars: ✭ 105 (-21.64%)
Mutual labels:  color-scheme
Dainty Vs
Dainty for Visual Studio – A color theme generator using Lab color space
Stars: ✭ 115 (-14.18%)
Mutual labels:  color-scheme
Chinese Colors
πŸ‡¨πŸ‡³πŸŽ¨Chinese traditional color cheatsheet online
Stars: ✭ 1,788 (+1234.33%)
Mutual labels:  color-scheme
Ciapre Xcode Theme
An easy on the eyes Xcode color scheme, ported from Ciapre Sublime Text.
Stars: ✭ 130 (-2.99%)
Mutual labels:  color-scheme
Hydrangea Vim
Hydrangea theme for Vim.
Stars: ✭ 121 (-9.7%)
Mutual labels:  color-scheme

======== colorz

|Sample Usage|

A k-means color scheme generator.

Installation

::

pip install colorz

or just move colorz.py to somewhere in your $PATH. If you do the latter, you must install the dependencies in the following section manually.

Arch Linux:

::

git clone https://aur.archlinux.org/colorz.git cd colorz makepkg -si

Dependencies

  • Python (2 or 3)
  • Pillow
  • scipy

Usage

::

usage: colorz [-h] [-n NUM_COLORS] [--minv MINV] [--maxv MAXV] [--bold BOLD] [--font-size FONT_SIZE] [--bg-color BG_COLOR] [--no-bg-img] [--no-preview] image

A color scheme generator. Takes an image (local or online) and grabs the most dominant colors using kmeans. Also creates bold colors by adding value to the dominant colors. Finally, outputs the colors to stdout (one normal and one bold per line, space delimited) and generates an HTML preview of the color scheme.

positional arguments: image the image file or url to generate from.

optional arguments: -h, --help show this help message and exit -n NUM_COLORS number of colors to generate (excluding bold). Default: 6 --minv MINV minimum value for the colors. Default: 170 --maxv MAXV maximum value for the colors. Default: 200 --bold BOLD how much value to add for bold colors. Default: 50 --font-size FONT_SIZE what font size to use, in rem. Default: 1 --bg-color BG_COLOR what background color to use, in hex format. Default: #272727 --no-bg-img whether or not to use a background image in the preview. Default: background image on --no-preview whether or not to generate and show the preview. Default: preview on

Thanks to

.. |Sample Usage| image:: http://i.imgur.com/QVLSXqK.png :target: colorz.png :alt: Color preview.

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