Skip to content

Instantly share code, notes, and snippets.

@Daivasmara
Last active January 17, 2023 09:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Daivasmara/7e02b2de976b8535877cf96dd76a302c to your computer and use it in GitHub Desktop.
Save Daivasmara/7e02b2de976b8535877cf96dd76a302c to your computer and use it in GitHub Desktop.
Alacritty Config
font:
normal:
family: Anonymous Pro
style: Bold
italic:
family: Anonymous Pro
style: Italic
bold_italic:
family: Anonymous Pro
style: Bold Italic
size: 13.0
colors:
# Default colors
primary:
background: '0x1b182c'
foreground: '0xcbe3e7'
# Normal colors
normal:
black: '0x100e23'
red: '0xff8080'
green: '0x95ffa4'
yellow: '0xffe9aa'
blue: '0x91ddff'
magenta: '0xc991e1'
cyan: '0xaaffe4'
white: '0xcbe3e7'
# Bright colors
bright:
black: '0x565575'
red: '0xff5458'
green: '0x62d196'
yellow: '0xffb378'
blue: '0x65b2ff'
magenta: '0x906cff'
cyan: '0x63f2f1'
white: '0xa6b3cc'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment