Skip to content

Instantly share code, notes, and snippets.

@rocammo
Last active May 9, 2020 23:53
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 rocammo/448732125d728904926e65e2c3f5392e to your computer and use it in GitHub Desktop.
Save rocammo/448732125d728904926e65e2c3f5392e to your computer and use it in GitHub Desktop.
Horizon's color scheme for the Alacritty terminal emulator
# Colors (Horizon)
colors:
primary:
background: '#1C1E26'
foreground: '#D5D8DA'
normal:
black: '#16161C'
red: '#E95678'
green: '#29D398'
yellow: '#FAB795'
blue: '#26BBD9'
magenta: '#EE64AC'
cyan: '#59E1E3'
white: '#FDF0ED'
bright:
black: '#4B4C52'
red: '#EC6A88'
green: '#3FDAA4'
yellow: '#FBC3A7'
blue: '#3FC4DE'
magenta: '#F075B5'
cyan: '#6BE4E6'
white: '#FFFFFF'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment