summaryrefslogtreecommitdiff
path: root/vtcol.rs
Commit message (Collapse)AuthorAgeFilesLines
* vtcol.rs: parse color indices in scheme filesPhilipp Gesang2015-05-031-4/+14
|
* vtcol.rs: implement pretty printing of schemes loaded from filesPhilipp Gesang2015-05-031-2/+7
|
* vtcol.rs: clean up to appease rustcPhilipp Gesang2015-05-031-26/+11
| | | | | This eliminates all of rustc’s complaints about style. As a bonus, the ``-f `` option now actually loads the specified file.
* vtcol.rs: implement scheme file parserPhilipp Gesang2015-05-031-41/+55
|
* vtcol.rs: implement dummy palette loaderPhilipp Gesang2015-05-031-23/+47
|
* vtcol.rs: prepare loading of color scheme filesPhilipp Gesang2015-05-031-6/+38
| | | | | Doesn’t work yet but the types are all in place. DYK, creating true fixed-size array is a horrible PITA in Rust.
* vtcol.rs: prepare support for custom color schemesPhilipp Gesang2015-05-011-32/+59
|
* vtcol.rs: add brightness flag to represent color palette slotsPhilipp Gesang2015-05-011-33/+44
|
* vtcol.rs: add variant for representing color namesPhilipp Gesang2015-02-071-11/+70
|
* vtcol.rs: fix off-by-one in color expression parserPhilipp Gesang2015-02-071-1/+1
|
* vtcol.rs: implement --dump option for printing individual schemesPhilipp Gesang2015-02-071-12/+98
|
* vtcol.rs: add option to list available color schemesPhilipp Gesang2015-01-251-0/+16
|
* vtcol.rs: add usage and improve validity checkPhilipp Gesang2015-01-251-3/+18
|
* vtcol.rs: use getopts to determine colorscheme from argvPhilipp Gesang2015-01-251-9/+58
|
* vtcol.rs: adhere to convention and use camel case typedefsPhilipp Gesang2015-01-251-5/+6
|
* vtcol.rs: add definitions for solarized lightPhilipp Gesang2015-01-251-3/+11
|
* vtcol.rs: clear screen upon exitPhilipp Gesang2015-01-251-2/+20
|
* initial: import current statePhilipp Gesang2015-01-251-0/+246
Sort of works but there are still issues.