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
| GIMP Palette | |
| Name: Minecraft | |
| Columns: 3 | |
| # | |
| 25 25 25 ink sac | |
| 153 51 51 rose red | |
| 102 127 51 cactus green | |
| 102 76 51 cocoa beans | |
| 51 76 178 lapis lazuli | |
| 127 63 178 purple dye |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>ANSIBlackColor</key> | |
| <data> | |
| YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFy | |
| Y2hpdmVyVCR0b3ASAAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdC | |
| XE5TQ29sb3JTcGFjZVYkY2xhc3NPECowLjA5ODAzOTIxNTY5IDAu | |
| MDk4MDM5MjE1NjkgMC4wOTgwMzkyMTU2OQAQAYAC0hAREhNaJGNs |
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
| ! minecraft colors | |
| #define ink_sac #191919 | |
| #define rose_red #993333 | |
| #define cactus_green #667f33 | |
| #define cocoa_beans #665c33 | |
| #define lapis_lazuli #334cb2 | |
| #define purple_dye #7f3fb2 | |
| #define cyan_dye #4c7f99 | |
| #define light_gray_dye #999999 | |
| #define gray_dye #4c4c4c |
NewerOlder