summary refs log tree commit diff
path: root/bin/scheme.c (follow)
Commit message (Collapse)AuthorAge
* Add xterm output to schemeJune McEnroe2021-02-06
|
* Increase dark white brightness slightlyJune McEnroe2021-01-13
|
* Use CSS variables in scheme outputJune McEnroe2020-08-23
|
* Lighten dark whiteJune McEnroe2019-07-26
|
* Add CSS output to schemeJune McEnroe2019-07-06
|
* Clean up scheme yet once moreJune McEnroe2019-02-12
|
* Clean up schemeJune McEnroe2019-01-04
|
* Factor out png.hJune McEnroe2018-11-14
|
* Use typedefs uint and byteJune McEnroe2018-11-12
|
* Rewrite schemeJune McEnroe2018-10-02
|
* Add scheme -i to swap white and blackJune McEnroe2018-09-21
|
* Use PascalCase for constantsJune McEnroe2018-09-02
| | | | Get outta here, underscores.
* Generate scheme.hJune McEnroe2018-08-20
|
* Refactor scheme and add mintty outputJune McEnroe2018-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 schemeJune McEnroe2018-07-30
| | | | The token 'linux' is #defined. Dumb.
* Fix scheme indentationJune McEnroe2018-07-22
|
* Use break; case style everywhere*June McEnroe2018-05-25
| | | | *Except in switches where every branch does a return.
* Tabify binJune McEnroe2018-05-13
|
* Always hexadecimal in uppercaseJune McEnroe2018-04-16
| | | | | I still haven't been able to actually test scheme's Linux console output...
* Use size_t for iterating in schemeJune McEnroe2018-04-02
|
* Modulo H and saturate S, V in schemeJune McEnroe2018-04-02
|
* Rewrite scheme in a more sensible orderJune McEnroe2018-04-02
|
* Use function pointers in schemeJune McEnroe2018-04-02
|
* Use union for scheme gen functionsJune McEnroe2018-04-02
|
* Use uint32_t for len in schemeJune McEnroe2018-04-02
| | | | There are potentially 256 colours.
* Add HSV output to schemeJune McEnroe2018-04-01
|
* Output Linux console escapes from schemeJune McEnroe2018-03-31
|
* Brighten color schemeJune McEnroe2018-03-31
|
* Lighten cursor colorJune McEnroe2018-03-31
|
* Tweak cyan furtherJune McEnroe2018-03-31
| | | | It's actually green at this point.
* Tweak colors in schemeJune McEnroe2018-03-31
|
* Generate Terminal.app color schemeJune McEnroe2018-03-31
| | | | Colors still very much WIP, but coming along.
* Generate basic ANSI color schemeJune McEnroe2018-03-31
|
* Add hex output to schemeJune McEnroe2018-03-31
|
* Add color scheme PNG generatorJune McEnroe2018-03-31