| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-29 | Improved C tool | neauoire | |
| 2020-09-18 | add theme parser tool (python) | xj9 | |
| ``` cd tools python >>> import themes >>> theme = themes.parse_theme('../themes/orca.svg') assert theme.background == '#000000' assert theme.f_high == '#ffffff' assert theme.f_med == '#777777' assert theme.f_low == '#444444' assert theme.f_inv == '#000000' assert theme.b_high == '#dddddd' assert theme.b_med == '#72dec2' assert theme.b_low == '#222222' assert theme.b_inv == '#ffb545' ``` | |||
| 2020-09-14 | * | Devine Lu Linvega | |
| 2020-09-14 | Added Plan9 implementation | Devine Lu Linvega | |
| 2020-09-14 | Added c tool | Devine Lu Linvega | |
| 2018-09-14 | Removed | Devine Lu Linvega | |
| 2018-06-08 | Added lotus | Devine Lu Linvega | |
| 2018-02-05 | Fixes #1 | Devine Lu Linvega | |
| 2018-02-03 | Fixed this and that | Devine Lu Linvega | |
| 2017-12-27 | Themes preview | Devine Lu Linvega | |
