Skip to content

Instantly share code, notes, and snippets.

@nbqx
Created August 9, 2019 00:17
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 nbqx/162e9365e455ef5ffc32cca9f1b7d791 to your computer and use it in GitHub Desktop.
Save nbqx/162e9365e455ef5ffc32cca9f1b7d791 to your computer and use it in GitHub Desktop.
designr color theme for alacritty
# Colors (Designr) for alacritty
colors:
# Default colors
primary:
background: '0x242e32'
foreground: '0xc4c4b5'
# Normal colors
normal:
black: '0x253034'
red: '0x35444b'
green: '0x769070'
yellow: '0xac8d6e'
blue: '0x607a86'
magenta: '0x8a757e'
cyan: '0x60867f'
white: '0xc4c4b5'
# Bright colors
bright:
black: '0x35444b'
red: '0xa66959'
green: '0x769070'
yellow: '0xac8d6e'
blue: '0x607a86'
magenta: '0x8a757e'
cyan: '0x60867f'
white: '0xc4c4b5'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment