Skip to content

Instantly share code, notes, and snippets.

@atog
Created February 1, 2018 10:39
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 atog/d08f86e8339005506632fe61a804c7f2 to your computer and use it in GitHub Desktop.
Save atog/d08f86e8339005506632fe61a804c7f2 to your computer and use it in GitHub Desktop.
Alacritty Seagull Color Scheme
# https://github.com/nightsense/seabird
# Colors (Seagull)
colors:
# Default colors
primary:
background: '0xffffff'
foreground: '0x61707a'
# Normal colors
normal:
black: '0x0b141a'
red: '0xff4053'
green: '0x11ab00'
yellow: '0xbf8c00'
blue: '0x0099ff'
magenta: '0x9854ff'
cyan: '0x00a5ab'
white: '0xffffff'
# Bright colors
bright:
black: '0x0b141a'
red: '0xff4053'
green: '0x11ab00'
yellow: '0xbf8c00'
blue: '0x0099ff'
magenta: '0x9854ff'
cyan: '0x00a5ab'
white: '0xffffff'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment