Skip to content

Instantly share code, notes, and snippets.

@xiaklizrum
Created September 28, 2020 02:55
Show Gist options
  • Save xiaklizrum/bd480aa1a171920a66dcc094c76ddc40 to your computer and use it in GitHub Desktop.
Save xiaklizrum/bd480aa1a171920a66dcc094c76ddc40 to your computer and use it in GitHub Desktop.
Ambience color scheme for Alacritty
# Colors (Ambience)
colors:
# Default colors
primary:
background: '#000000'
foreground: '#ffffff'
# Normal colors
normal:
black: '#2e3436'
red: '#cc0000'
green: '#4e9a06'
yellow: '#c4a000'
blue: '#3465a4'
magenta: '#75507b'
cyan: '#06989a'
white: '#d3d7cf'
# Bright colors
bright:
black: '#555753'
red: '#ef2929'
green: '#8ae234'
yellow: '#fce94f'
blue: '#729fcf'
magenta: '#ad7fa8'
cyan: '#34e2e2'
white: '#eeeeec'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment