Last active
October 1, 2024 20:15
-
-
Save Ryan1729/fc347d3a9919c7240a5f2b099ffb70db to your computer and use it in GitHub Desktop.
alacritty config
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
# 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