Last active
November 9, 2020 10:31
-
-
Save GottZ/addae78a1e38782035dd9a4ca6198b37 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 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