Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Lighten dark white | June McEnroe | 2019-07-26 |
| | |||
* | Add CSS output to scheme | June McEnroe | 2019-07-06 |
| | |||
* | Clean up scheme yet once more | June McEnroe | 2019-02-12 |
| | |||
* | Clean up scheme | June McEnroe | 2019-01-04 |
| | |||
* | Make all copyright headers consistent | June McEnroe | 2019-01-01 |
| | |||
* | Factor out png.h | June McEnroe | 2018-11-14 |
| | |||
* | Use typedefs uint and byte | June McEnroe | 2018-11-12 |
| | |||
* | Rewrite scheme | June McEnroe | 2018-10-02 |
| | |||
* | Add scheme -i to swap white and black | June McEnroe | 2018-09-21 |
| | |||
* | Use PascalCase for constants | June McEnroe | 2018-09-02 |
| | | | | Get outta here, underscores. | ||
* | Generate scheme.h | June McEnroe | 2018-08-20 |
| | |||
* | Refactor scheme and add mintty output | June McEnroe | 2018-08-11 |
| | | | | | | | | | | | | | | | | | | | | | | Black=22,21,16 Red=163,40,16 Green=114,122,24 Yellow=163,119,32 Blue=61,98,102 Magenta=122,73,85 Cyan=85,122,85 White=122,113,85 BoldBlack=76,70,53 BoldRed=204,50,20 BoldGreen=142,153,30 BoldYellow=204,149,40 BoldBlue=76,123,127 BoldMagenta=153,91,107 BoldCyan=107,153,107 BoldWhite=204,188,142 BackgroundColour=20,19,14 ForegroundColour=183,169,128 CursorColour=97,90,68 | ||
* | Rename linux function in scheme | June McEnroe | 2018-07-30 |
| | | | | The token 'linux' is #defined. Dumb. | ||
* | Fix scheme indentation | June McEnroe | 2018-07-22 |
| | |||
* | Use break; case style everywhere* | June McEnroe | 2018-05-25 |
| | | | | *Except in switches where every branch does a return. | ||
* | Tabify bin | June McEnroe | 2018-05-13 |
| | |||
* | Always hexadecimal in uppercase | June McEnroe | 2018-04-16 |
| | | | | | I still haven't been able to actually test scheme's Linux console output... | ||
* | Use size_t for iterating in scheme | June McEnroe | 2018-04-02 |
| | |||
* | Modulo H and saturate S, V in scheme | June McEnroe | 2018-04-02 |
| | |||
* | Rewrite scheme in a more sensible order | June McEnroe | 2018-04-02 |
| | |||
* | Use function pointers in scheme | June McEnroe | 2018-04-02 |
| | |||
* | Use union for scheme gen functions | June McEnroe | 2018-04-02 |
| | |||
* | Use uint32_t for len in scheme | June McEnroe | 2018-04-02 |
| | | | | There are potentially 256 colours. | ||
* | Add HSV output to scheme | June McEnroe | 2018-04-01 |
| | |||
* | Output Linux console escapes from scheme | June McEnroe | 2018-03-31 |
| | |||
* | Brighten color scheme | June McEnroe | 2018-03-31 |
| | |||
* | Lighten cursor color | June McEnroe | 2018-03-31 |
| | |||
* | Tweak cyan further | June McEnroe | 2018-03-31 |
| | | | | It's actually green at this point. | ||
* | Tweak colors in scheme | June McEnroe | 2018-03-31 |
| | |||
* | Generate Terminal.app color scheme | June McEnroe | 2018-03-31 |
| | | | | Colors still very much WIP, but coming along. | ||
* | Generate basic ANSI color scheme | June McEnroe | 2018-03-31 |
| | |||
* | Add hex output to scheme | June McEnroe | 2018-03-31 |
| | |||
* | Add color scheme PNG generator | June McEnroe | 2018-03-31 |