Last active
April 25, 2024 14:09
-
-
Save masamerc/2c241db6b286eadabe4e91cdc1926a93 to your computer and use it in GitHub Desktop.
tokyonight theme for alacritty in `toml` format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Tokyo Night Color Scheme for Alacritty | |
[colors.primary] | |
background = "#1a1b26" | |
foreground = "#a9b1d6" | |
[colors.normal] | |
black = "#32344a" | |
red = "#f7768e" | |
green = "#9ece6a" | |
yellow = "#e0af68" | |
blue = "#7aa2f7" | |
magenta = "#ad8ee6" | |
cyan = "#449dab" | |
white = "#787c99" | |
[colors.bright] | |
black = "#444b6a" | |
red = "#ff7a93" | |
green = "#b9f27c" | |
yellow = "#ff9e64" | |
blue = "#7da6ff" | |
magenta = "#bb9af7" | |
cyan = "#0db9d7" | |
white = "#acb0d0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tokyonight.toml for alacritty
Usage
tokyonight.toml
file)~/.config/alacritty/
)alacritty.toml
Credits