Skip to content

Instantly share code, notes, and snippets.

@brihter
Last active August 25, 2023 00:49
Show Gist options
  • Save brihter/fb6e494206028ee98ffd4ef67aa9d618 to your computer and use it in GitHub Desktop.
Save brihter/fb6e494206028ee98ffd4ef67aa9d618 to your computer and use it in GitHub Desktop.
Using Gogh color schemes with Alacritty on ArchLinux.

Get alacritty.

yay alacritty

Install colortty that knows of Gogh color scheme conversion.

cd /tmp
yay rust
export OPENSSL_INCLUDE_DIR=/usr/include/openssl
export OPENSSL_LIB_DIR=/usr/lib
cargo install colortty

List available gogh color schemes.

~/.cargo/bin/colortty list -p gogh

Select one (for example: solarized-dark-higher-contrast) and appended it to alacritty config.

~/.cargo/bin/colortty get -p gogh solarized-dark-higher-contrast >> ~/.config/alacritty/alacritty.yml

Cleanup.

yay -R rust
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment