Skip to content

rose-pine/alacritty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Rosé Pine for Alacritty

All natural pine, faux fur and a bit of soho vibes for the classy minimalist

TOML or YAML?

TOML configuration has been recently introduced to Alacritty and it's not yet supported by any stable release of the software. If you need a YAML equivalent of the theme refer to this link (it will lead you to the latest version of this repository preceding the TOML port).

Usage

  1. Locate (or create) Alacritty's config file (refer to the Configuration section of Alacritty's readme)
  2. Clone this repository
  3. Copy the contents of the dist/ directory to a location of your choosing
  4. Import one of the TOML files you just copied into Alacritty's config

Example

The following example will assume that your Alacritty's config path is ~/.config/alacritty/alacritty.toml.

# Clone this repository
git clone https://github.com/rose-pine/alacritty.git

# Copy the contents of the `dist` directory to Alacritty's config directory
cp ./alacritty/dist/* ~/.config/alacritty

# Delete the cloned repository (optional)
rm -r ./alacritty

The Alacritty's config directory should now contain rose-pine.toml, rose-pine-moon.toml and rose-pine-dawn.toml. Choose one of these files and import it into your Alacritty's config (the following code block will assume that you choose rose-pine.toml).

import = ["~/.config/alacritty/rose-pine.toml"]

Gallery

Fetch featured below is NerdFetch

Rosé Pine

Alacritty with Rosé Pine

Rosé Pine Moon

Alacritty with Rosé Pine Moon

Rosé Pine Dawn

Alacritty with Rosé Pine Dawn

Thanks to

Contributing

Modify template.toml using Rosé Pine variables, then build variants:

npx @rose-pine/build@0.8.0 -t template.toml -f hex

Generated by @rose-pine/build@0.8.0