Skip to content

Instantly share code, notes, and snippets.

@masamerc
Last active April 25, 2024 14:09
Show Gist options
  • Save masamerc/2c241db6b286eadabe4e91cdc1926a93 to your computer and use it in GitHub Desktop.
Save masamerc/2c241db6b286eadabe4e91cdc1926a93 to your computer and use it in GitHub Desktop.
tokyonight theme for alacritty in `toml` format
# 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"
@masamerc
Copy link
Author

masamerc commented Apr 25, 2024

tokyonight.toml for alacritty

Usage

  1. download the gist (the tokyonight.toml file)
  2. store it in your alacirtty config directory (e.g., ~/.config/alacritty/)
  3. import the file in your alacritty.toml
import = [
    "~/.config/alacritty/tokyonight.toml"
]

Credits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment