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
#!/bin/bash | |
# Tom Hale, 2016. MIT Licence. | |
# Print out 256 colours, with each number printed in its corresponding colour | |
# See http://askubuntu.com/questions/821157/print-a-256-color-test-pattern-in-the-terminal/821163#821163 | |
set -eu # Fail on errors or undeclared variables | |
printable_colours=256 |
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
@namespace url(http://www.w3.org/1999/xhtml); | |
/** | |
* (Original) Background pattern used from http://www.dinpattern.com/2011/08/29/charcoal/ | |
* New one used from http://www.noqta.it/dromoscopio/ #40 | |
* CSS changes colours, soon background images if I wanna. | |
* To apply, get Stylish for Firefox(Or other custom style platform SEE #1), then make a new CSS style for | |
* * powdertoy.co.uk | |
* and paste this file into the editor box. | |
** HOW TO INSTALL ON VARIOUS PLATFORMS: | |
* Opera: http://www.opera.com/docs/usercss/ |