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
#!/usr/bin/env bash | |
set -o errexit | |
set -o nounset | |
set -o pipefail | |
# Documentation | |
# https://docs.gitlab.com/ce/api/projects.html#list-projects | |
# shellcheck disable=SC2016 |
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
*~ | |
*.swp | |
output.html | |
bad-output.html |
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
diff -r 9bfe12150c5e include/draw.h | |
--- a/include/draw.h Mon May 05 22:28:03 2014 -0400 | |
+++ b/include/draw.h Fri May 16 13:31:14 2014 +0200 | |
@@ -54,6 +54,13 @@ | |
#define DGreyblue 0x005DBBFF | |
#define DPalegreyblue 0x4993DDFF | |
#define DPurpleblue 0x8888CCFF | |
+/* Custom colors */ | |
+#define ZGrey 0x444444FF | |
+#define ZLightGrey 0x999999FF |