All Projects โ†’ shuhei โ†’ colortty

shuhei / colortty

Licence: MIT license
๐ŸŽจ A utility to generate color schemes for alacritty

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to colortty

srcery-terminal
Srcery theme terminal configurations
Stars: โœญ 183 (+238.89%)
Mutual labels:  color-scheme
dotfiles
My dotfiles and colorschemes for sway and a variety of other programs.
Stars: โœญ 55 (+1.85%)
Mutual labels:  alacritty
sublime-scheme-writer
A color scheme for focused long-form writing
Stars: โœญ 92 (+70.37%)
Mutual labels:  color-scheme
Monokai-Flat
A material monokai color scheme for Visual Studio, Visual Studio Code, JetBrains IDE and some terminal
Stars: โœญ 21 (-61.11%)
Mutual labels:  color-scheme
dotfiles
๐Ÿก Personal dotfiles configuration
Stars: โœญ 73 (+35.19%)
Mutual labels:  alacritty
sanzo-wada
๐ŸŽจ Interactive version of Sanzo Wada's - "A Dictionary of Color Combinations"
Stars: โœญ 139 (+157.41%)
Mutual labels:  color-scheme
polar
A light colour scheme inspired by / heavily based on Nord
Stars: โœญ 68 (+25.93%)
Mutual labels:  color-scheme
hyper-clean
โœจ A clean Hyper theme with IBM Design colors
Stars: โœญ 30 (-44.44%)
Mutual labels:  color-scheme
neon
Customizable coloscheme with dark and light options, vivid colors and easy on the eye.
Stars: โœญ 100 (+85.19%)
Mutual labels:  color-scheme
kali-config
Linux colorful dotfiles.
Stars: โœญ 40 (-25.93%)
Mutual labels:  alacritty
Visual-Studio-For-Mac-Dark-Syntax-HoneyBees
HoneyBees is a colorful, but easy-to-read, dark syntax highlighting theme for Microsoft Visual Studio for Mac & Xamarin Studio. It supports C#, XAML, XML, HTML, and CSS.
Stars: โœญ 12 (-77.78%)
Mutual labels:  color-scheme
terminus-altair
Elegant customizable theme with vivid colors for Terminus
Stars: โœญ 26 (-51.85%)
Mutual labels:  color-scheme
80s-retrowave
80s retrowave theme for windows terminal
Stars: โœญ 44 (-18.52%)
Mutual labels:  color-scheme
dots
Code Smell Dotfiles
Stars: โœญ 163 (+201.85%)
Mutual labels:  alacritty
parsec
A color scheme for people tired of solarized
Stars: โœญ 30 (-44.44%)
Mutual labels:  color-scheme
colorcli
Collection of harmonized, light command-line interface (CLI) color themes for tmux, cmus, newsboat, mcabber, Vim, Vifm, and Mutt.
Stars: โœญ 40 (-25.93%)
Mutual labels:  color-scheme
kakoune-colors
Color schemes for kakoune
Stars: โœญ 15 (-72.22%)
Mutual labels:  color-scheme
dotfiles
My dotfiles for Bash/Zsh, Vim/Neovim, Doom Emacs, tmux, Git, terminal emulators, JupyterLab, aria2, mpv, Nix and Homebrew
Stars: โœญ 149 (+175.93%)
Mutual labels:  alacritty
kumux-colorscheme-engine
Kumux is the world's first dynamic circadian color scheme for code editors and other software.
Stars: โœญ 102 (+88.89%)
Mutual labels:  color-scheme
anypalette.js
๐ŸŽจ Read/write all color palette file formats โค๐Ÿงก๐Ÿ’›๐Ÿ’š๐Ÿ’™๐Ÿ’œ
Stars: โœญ 41 (-24.07%)
Mutual labels:  color-scheme

colortty

colortty is a utility to generate color schemes for alacritty. It also supports the following conversions:

  • iTerm 2 -> alacritty
  • mintty -> alacritty
  • Gogh -> alacritty

screenshot of colortty list

Installation

cargo install colortty

Usage

colortty - color scheme converter for alacritty

USAGE:
    # List color schemes at https://github.com/mbadolato/iTerm2-Color-Schemes
    colortty list
    colortty list -p iterm
    colortty list -u # update cached color schemes

    # List color schemes at https://github.com/Gogh-Co/Gogh
    colortty list -p gogh
    colortty list -p gogh -u # update cached color schemes

    # Get color scheme from https://github.com/mbadolato/iTerm2-Color-Schemes
    colortty get <color scheme name>
    colortty get -p iterm <color scheme name>

    # Get color scheme from https://github.com/Gogh-Co/Gogh
    colortty get -p gogh <color scheme name>

    # Convert with implicit input type
    colortty convert some-color.itermcolors
    colortty convert some-color.minttyrc
    colortty convert some-color.sh

    # Convert with explicit input type
    colortty convert -i iterm some-color-theme
    colortty convert -i mintty some-color-theme
    colortty convert -i gogh some-color-theme

    # Convert stdin (explicit input type is necessary)
    cat some-color-theme | colortty convert -i iterm -
    cat some-color-theme | colortty convert -i mintty -
    cat some-color-theme | colortty convert -i gogh -"

Development

Install:

cargo install --path .

Build:

cargo build

Test:

cargo test

License

MIT

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