Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Created August 14, 2019 18:56
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 miguelmota/ba9103f446967c19d27277d64422b255 to your computer and use it in GitHub Desktop.
Save miguelmota/ba9103f446967c19d27277d64422b255 to your computer and use it in GitHub Desktop.
Normal colors for Alacritty terminal
colors:
normal:
black: '0x000000'
red: '0xcc0403'
green: '0x19cb00'
yellow: '0xcecb00'
blue: '0x0d73cc'
magenta: '0x0dcdcd'
cyan: '0x0dcdcd'
white: '0xdddddd'
bright:
black: '0x000000'
red: '0xff0000'
green: '0x0ff000'
yellow: '0xff0000'
blue: '0x0000ff'
magenta: '0xff00ff'
cyan: '0x00ffff'
white: '0xffffff'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment