Skip to content

Instantly share code, notes, and snippets.

@TheCedarPrince
Created October 26, 2020 15:54
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save TheCedarPrince/7743091bd8743a7568b718f30bf707c2 to your computer and use it in GitHub Desktop.
Save TheCedarPrince/7743091bd8743a7568b718f30bf707c2 to your computer and use it in GitHub Desktop.
My Alacritty Configuration File
env:
TERM: xterm-256color
# Colors (Gruvbox dark)
colors:
# Default colors
primary:
# hard contrast: background = '#1d2021'
background: '#282828'
# soft contrast: background = '#32302f'
foreground: '#ebdbb2'
# Normal colors
normal:
black: '#282828'
red: '#cc241d'
green: '#98971a'
yellow: '#d79921'
blue: '#458588'
magenta: '#b16286'
cyan: '#689d6a'
white: '#a89984'
# Bright colors
bright:
black: '#928374'
red: '#fb4934'
green: '#b8bb26'
yellow: '#fabd2f'
blue: '#83a598'
magenta: '#d3869b'
cyan: '#8ec07c'
white: '#ebdbb2'
font:
normal:
family: FantasqueSansMono
size: 13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment