0
0
Fork 0
mirror of https://github.com/zatchheems/tokyo-night-alacritty-theme.git synced 2024-09-12 20:28:09 -04:00
A slick dark theme for Alacritty based on the Tokyo Night VS Code theme and ported from the Vim theme of the same name.
Find a file
Zak Hammerman 8c6494e192
Merge pull request #2 from MaxAtoms/main
Replace YAML files with TOML
2024-08-28 17:13:46 -05:00
LICENSE Initial commit 2020-06-18 19:13:08 -05:00
README.md Replace YAML files with TOML 2024-01-09 18:54:00 +01:00
tokyo-night-storm.toml Replace YAML files with TOML 2024-01-09 18:54:00 +01:00
tokyo-night.toml Replace YAML files with TOML 2024-01-09 18:54:00 +01:00

Tokyo Night: Alacritty

Alacritty theme based on VS Code and Vim themes

alacritty-sample

Alacritty theme adapted from the excellent Tokyo Night VS Code theme.

Cobbles together pieces of enkia/tokyo-night-vscode-theme and ghifarit53/tokyonight-vim.

Pull requests welcome.

Usage

Imports

Clone the repository or download the .toml files to a directory of your choice. Add an import of the desired color scheme to your alacritty.toml:

import = [ "<PATH-TO-DIR>/tokyo-night.toml" ] # or tokyo-night-storm.toml

Make sure to use the absolute path leading to the .toml file.

Manually

Copy the contents of tokyo-night.toml or tokyo-night-storm.toml into the root level of your existing alacritty.toml.