Skip to content

Instantly share code, notes, and snippets.

@Ryan1729
Last active October 1, 2024 20:15
Show Gist options
  • Save Ryan1729/fc347d3a9919c7240a5f2b099ffb70db to your computer and use it in GitHub Desktop.
Save Ryan1729/fc347d3a9919c7240a5f2b099ffb70db to your computer and use it in GitHub Desktop.
alacritty config
# goes in ~/.config/alacritty/alacritty.toml
[bell]
animation = "EaseOutQuad"
color = "0xffb937"
duration = 500
[colors.bright]
black = "0x666666"
blue = "0x0037ff"
cyan = "0x4891ae"
green = "0x164f31"
magenta = "0xa968ab"
red = "0x490b0b"
white = "0xffffff"
yellow = "0xffff00"
[colors.normal]
black = "0x222222"
blue = "0x3352e1"
cyan = "0x5a7d8b"
green = "0x30b06e"
magenta = "0x533354"
red = "0xde4949"
white = "0xeeeeee"
yellow = "0xffb937"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment