Skip to content

Instantly share code, notes, and snippets.

@p00f
Last active December 10, 2023 15:34
Show Gist options
  • Save p00f/37173508c85e33a4efa7aa394c0b763f to your computer and use it in GitHub Desktop.
Save p00f/37173508c85e33a4efa7aa394c0b763f to your computer and use it in GitHub Desktop.
Alabaster dark for alacritty
colors:
# Default colors
primary:
background: '#0e1415'
foreground: '#cecece'
# Cursor colors
cursor:
text: '#0e1415'
cursor: '#cd974b'
# Selection colors
selection:
text: '#000000'
background: '#293334'
# Normal colors
normal:
black: '#000000'
red: '#d2322d'
green: '#6abf40'
yellow: '#cd974b'
blue: '#217EBC'
magenta: '#9B3596'
cyan: '#178F79'
white: '#cecece'
# Bright colors
bright:
black: '#333333'
red: '#c33c33'
green: '#95cb82'
yellow: '#dfdf8e'
blue: '#71aed7'
magenta: '#cc8bc9'
cyan: '#47BEA9'
white: '#ffffff'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment