Skip to content

Latest commit

 

History

History
executable file
·
75 lines (56 loc) · 2.06 KB

README.md

File metadata and controls

executable file
·
75 lines (56 loc) · 2.06 KB

Alacritty themes

This repo has 40 themes
8 from modus-themes and 32 from ef-themes

Notice

Alacritty migrated its config format to toml (previously yaml)
All the old version related config/themes are now in old-yaml-version-files

Usage

Clone the repo and place the contents into ~/.config/alacritty/
Add these lines somewhere (preferrably at the end) in your alacritty.yml

For new verison

import = ["/home/user/.config/alacritty/themes/modus-vivendi.toml"]

For old alacritty verison

import:
  - /home/user/.config/alacritty/themes/modus-vivendi.yaml

use change-theme.pl to change the themes (fzf required)

$ ~/.config/alacritty/change-theme.pl 

This will use fzf to select a theme interactively

$ ~/.config/alacritty/change-theme.pl bio
'ef-bio.yaml' theme selected

This will change theme to the first theme that has bio in its name

Colors

Ef-themes pictures: https://protesilaos.com/emacs/ef-themes-pictures

Ef-Cherie theme

ef-cherie

Ef-Summer theme

ef-summer

Ef-Spring theme

ef-spring

Ef-Bio theme

ef-bio

Ef-Autumn theme

ef-autumn

Ef-Trio-Light theme

ef-trio-light

Ef-Trio-Dark theme

ef-trio-dark

Ef-Winter theme

ef-winter

Modus-Operandi theme

modus-operandi

Modus-Vivendi theme

modus-vivendi

Thanks

Modus themes - https://protesilaos.com/emacs/modus-themes-colors
Ef themes - https://protesilaos.com/emacs/ef-themes