I hereby claim:
- I am robertpeteuil on github.
- I am robertpeteuil (https://keybase.io/robertpeteuil) on keybase.
- I have a public key whose fingerprint is 3C20 2CBA 795E C492 D720 9F39 9FB4 02D0 1414 FCF4
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
This has been archived.
The original content is in the archived repo wordfence-lockout-msgs.
This Gist contains the GitHub Language colors in CSS and JSON formats in seperate files. |
#!/bin/bash | |
## Ansi Colors | |
N="$(printf '\033[')" x=30 | |
for a in Bl R G Y B M C W # 4-bit Black Red Green Yellow Blue Magenta Cyan White | |
do eval $a='$N'"'"$(( x))"m'" \ | |
b$a='$N'"'"$((60+x))"m'" \ | |
${a}bg='$N'"'"$((10+x))"m'" \ |