Skip to content

Instantly share code, notes, and snippets.

@aurelienbottazini
Last active April 8, 2020 08:40
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 aurelienbottazini/81af0117524ec213b428ff0b5d13cc93 to your computer and use it in GitHub Desktop.
Save aurelienbottazini/81af0117524ec213b428ff0b5d13cc93 to your computer and use it in GitHub Desktop.
# code %APPDATA%\alacritty\alacritty.yml
font:
normal:
family: "PragmataPro"
size: 14.0
colors:
primary:
background: '#ffffff'
foreground: '#000000'
cursor:
text: '#ffffff'
cursor: '#d54e53'
selection:
text: '#000000'
background: '#87ceff'
normal:
black: '#000000'
red: '#b22222'
green: '#228b22'
yellow: '#a0522d'
blue: '#0000ff'
magenta: '#a020f0'
cyan: '#008b8b'
white: '#ffffff'
bright:
black: '#696969'
red: '#ff0000'
green: '#006400'
yellow: '#ffd700'
blue: '#00008b'
magenta: '#ff00ff'
cyan: '#00ffff'
white: '#ffffff'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment