Skip to content

πŸ’» πŸ”„ Theme switcher for Alacritty terminal emulator

License

Notifications You must be signed in to change notification settings

Snekyy/alacritty-theme-switcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

alacritty-theme-switcher

Simple theme switcher for Alacritty terminal emulator

Installation

  1. Clone repository
  2. Install required modules
pip3 install -r requirements.txt
  1. Create themes directory in alacritty config folder
mkdir ~/.config/alacritty/themes
  1. Create some themes
touch ~/.config/alacritty/themes/<theme-name>.yml

This file should contain only "colors" part of alacritty.yml:
Like in nord theme:

Usage

alacritty-theme-switcher.py [-h] [-s theme] [-l] [-b]

optional arguments:
-h, --help show this help message and exit
-s theme, --set-theme theme set theme
-l, --list-themes show available themes

To list themes in ~/.config/alacritty/themes/ :

python3 alacritty-theme-switcher -l

To set some theme:

python3 alacritty-theme-switcher -s nord

Config changes will take effect immediately:

Themes were taken from - https://github.com/eendroroy/alacritty-theme

About

πŸ’» πŸ”„ Theme switcher for Alacritty terminal emulator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages