Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perpetuatheme/alacritty
Unique natural hues for Alacritty
https://github.com/perpetuatheme/alacritty
alacritty alacritty-colorscheme alacritty-theme perpetua terminal theme
Last synced: 23 days ago
JSON representation
Unique natural hues for Alacritty
- Host: GitHub
- URL: https://github.com/perpetuatheme/alacritty
- Owner: perpetuatheme
- License: mit
- Created: 2023-10-14T17:55:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-03T15:34:33.000Z (5 months ago)
- Last Synced: 2024-08-03T16:47:26.550Z (5 months ago)
- Topics: alacritty, alacritty-colorscheme, alacritty-theme, perpetua, terminal, theme
- Homepage:
- Size: 928 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Perpetua for Alacritty
> [!WARNING]
> The project is under active development. Things are subject to change.## Usage
1. Locate (or create) your Alacritty configuration file (see [the *Configuration* section of Alacritty's README](https://github.com/alacritty/alacritty/tree/master#configuration)).
2. Clone this repository.
```
git clone https://github.com/perpetuatheme/alacritty $HOME/perpetua-alacritty
```3. Copy the theme files next to your Alacritty configuration file.
```
cp $HOME/perpetua-alacritty/perpetua-{dark,light}.yml $XDG_CONFIG_HOME/alacritty
```4. Choose the desired ambience and import the corresponding file into your Alacritty configuration file.
```yaml
import:
# Uncomment the desired ambience below:
- ~/.config/alacritty/perpetua-dark.yml
# - ~/.config/alacritty/perpetua-light.yml
```5. (Optional) Delete the cloned repository.
```
rm -r $HOME/perpetua-alacritty
```## Screenshots
Light
Perpetua light ambience on Alacritty.
Perpetua light ambience on Alacritty runningbtop
.
Perpetua light ambience on Alacritty runningls
.
Dark
Perpetua dark ambience on Alacritty.
Perpetua dark ambience on Alacritty runningbtop
.
Perpetua dark ambience on Alacritty runningls
.
© Copyright 2023–present, The Perpetua Authors.