terminal
Slatewave for Alacritty
Slatewave for Alacritty — palette-only or full typography bundle.
- Latest release
- 0.0.3 · 3 weeks ago
- Last commit
- 3 weeks ago
# ~/.config/alacritty/alacritty.toml
[general]
import = ["~/.config/alacritty/themes/slatewave.toml"]
[font]
normal = { family = "Hack Nerd Font Mono" }
size = 14
[cursor]
style = { shape = "Block", blinking = "Off" }About this theme
Two TOML files for Alacritty 0.13+ — slatewave.toml (palette only, composes with your existing font/window config) or slatewave-full.toml (adds Hack Nerd Font Mono at 14pt, block cursor, opaque window). Covers the full color schema: cursor, vi-mode, selection, search, hints, and footer bar.
Slatewave for Alacritty tunes the full color schema, not just the 16 ANSI colors: cursor, vi-mode cursor, selection, focused/unfocused search matches, keyboard hints, and the footer bar each get a semantically-matched Slatewave color. ANSI mapping mirrors the VSCode Slatewave terminal block for cross-tool continuity.
The split between slatewave.toml (palette) and slatewave-full.toml
(palette + typography) means you can pick up the colors without
inheriting the font/cursor/window opinions.
Install
Don't have the CLI yet? Install the Slatewave CLI →
-
Slatewave CLI
Install with the Slatewave family CLI — one command, every theme.
slatewave install alacritty -
curl
Drop slatewave.toml into Alacritty's themes directory, then import it from your main config.
mkdir -p ~/.config/alacritty/themes && curl -fsSL https://raw.githubusercontent.com/kevinlangleyjr/alacritty-slatewave/main/slatewave.toml -o ~/.config/alacritty/themes/slatewave.toml -
curl — full bundle
Palette plus Hack Nerd Font Mono, block cursor, and an opaque window. Requires Hack Nerd Font installed.
curl -fsSL https://raw.githubusercontent.com/kevinlangleyjr/alacritty-slatewave/main/slatewave-full.toml -o ~/.config/alacritty/themes/slatewave-full.toml -
Clone
Clone the repo and copy both theme files into Alacritty's themes directory.
- git clone https://github.com/kevinlangleyjr/alacritty-slatewave
- cp alacritty-slatewave/slatewave.toml ~/.config/alacritty/themes/
- cp alacritty-slatewave/slatewave-full.toml ~/.config/alacritty/themes/
-
Activate
Import the theme from ~/.config/alacritty/alacritty.toml — Alacritty hot-reloads on save, no restart needed.
- Add `import = ["~/.config/alacritty/themes/slatewave.toml"]` under the `[general]` table
- Save — Alacritty reloads and applies the theme live