Skip to content

Instantly share code, notes, and snippets.

@GottZ
Last active November 9, 2020 10:31
Show Gist options
  • Save GottZ/addae78a1e38782035dd9a4ca6198b37 to your computer and use it in GitHub Desktop.
Save GottZ/addae78a1e38782035dd9a4ca6198b37 to your computer and use it in GitHub Desktop.
# Colors (GottZ)
# https://gist.github.com/GottZ/addae78a1e38782035dd9a4ca6198b37
colors:
# Default colors
primary:
background: '0x282828'
foreground: '0xeeeeee'
# Normal colors
normal:
black: '0x000000'
red: '0xff4c5b'
green: '0x47a400'
yellow: '0xa98e00'
blue: '0x1f96ff'
magenta: '0xff4783'
cyan: '0x00a1ae'
white: '0x909090'
# Bright colors
bright:
black: '0x606060'
red: '0xff9d99'
green: '0x73ce3c'
yellow: '0xd4b639'
blue: '0x92bcff'
magenta: '0xff9bb0'
cyan: '0x4ecad7'
white: '0xb7b9b9'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment