Skip to content

Instantly share code, notes, and snippets.

@wizardy0ga
Last active June 21, 2024 03:14
Show Gist options
  • Save wizardy0ga/91f536f30ba65bf4213d13a6d6701a8d to your computer and use it in GitHub Desktop.
Save wizardy0ga/91f536f30ba65bf4213d13a6d6701a8d to your computer and use it in GitHub Desktop.
A configuration file for alacritty
[font]
size = 12
[font.normal]
family = "Fira Code"
style = "Regular"
[font.bold]
family = "Fira Code"
style = "Bold"
[font.italic]
family = "Fira Code"
style = "Italic"
[font.bold_italic]
family = "Fira Code"
style = "Bold Italic"
[colors.primary]
background = "0x202020"
foreground = "0xFFFFFF"
[colors.normal]
black = "0x1F2229"
red = "0xD41919"
green = "0x5EBDAB"
yellow = "0xFEA44C"
blue = "0x367BF0"
magenta = "0x9755B3"
cyan = "0x49AEE6"
white = "0xE6E6E6"
[colors.bright]
black = "0x198388"
red = "0xEC0101"
green = "0x47D4B9"
yellow = "0xFF8A18"
blue = "0x277FFF"
magenta = "0x962AC3"
cyan = "0x05A1F7"
white = "0xFFFFFF"
[window.padding]
x = 5
y = 5
[env]
TERM = "xterm-256color"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment