/alacritty-scheme-switcher

Switch Alacritty color schemes with shortcut

Primary LanguageRustGNU General Public License v3.0GPL-3.0

alacritty-scheme-switcher

A single-purpose script for switching alacritty color schemes with a shortcut.

Quickstart

  1. Install using one of the following options:
  • Get the statically linked binary for x86_64 from the releases section and put it in some directory from PATH
  • Install from source with cargo install --path .
  1. Add a script trigger by any binding that you like under the key_bindings section inside alacritty.yml:
  - { key: F, mods: Control, command: {program: "alacritty_scheme_switcher"} }