aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2020-11-29Improved C toolneauoire
2020-09-18add 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-14Added Plan9 implementationDevine Lu Linvega
2020-09-14Added c toolDevine Lu Linvega
2018-09-14RemovedDevine Lu Linvega
2018-06-08Added lotusDevine Lu Linvega
2018-02-05Fixes #1Devine Lu Linvega
2018-02-03Fixed this and thatDevine Lu Linvega
2017-12-27Themes previewDevine Lu Linvega