Skip to content

Instantly share code, notes, and snippets.

@benslv
Created July 8, 2020 09:34
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 benslv/a76e7cf5bf61cfd287abdcd3b78f83a5 to your computer and use it in GitHub Desktop.
Save benslv/a76e7cf5bf61cfd287abdcd3b78f83a5 to your computer and use it in GitHub Desktop.
YAML file for the PearkDarkBlue colour scheme.
# Colors (PearDarkBlue)
colors:
# Default colors
primary:
background: "#222226"
foreground: "#ffffff"
# Normal colors
normal:
black: "#b4b4b4" # Uses grey instead.
red: "#f841a0" # Uses magenta instead.
green: "#25c141"
yellow: "#fdf454"
blue: "#2f9ded"
magenta: "#f97137" # Uses orange instead.
cyan: "#19cde6"
white: "#ffffff"
# Bright colors
bright:
black: "#969696"
red: "#f6188f" # Uses magenta instead.
green: "#1ebb2b"
yellow: "#fdf834"
blue: "#2186ec"
magenta: "#f85a21" # Uses orange instead.
cyan: "#12c3e2"
white: "#ffffff"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment