Created
February 1, 2018 10:39
-
-
Save atog/d08f86e8339005506632fe61a804c7f2 to your computer and use it in GitHub Desktop.
Alacritty Seagull Color Scheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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