This commit is contained in:
Max Bradbury 2021-05-16 11:47:32 +01:00
parent b36a1a7d24
commit e929400970
1 changed files with 8 additions and 3 deletions

11
TODO.md
View File

@ -4,9 +4,14 @@
### colours ### colours
convert colours to hex ~convert colours to hex~
* accept abcdef, #abcdef, 0xabcdef (inc. uppercase) * ~accept abcdef, #abcdef, 0xabcdef (inc. uppercase)~
* export as #abcdef * ~export as #abcdef~
### palettes
* replace toml with .hex format?
* what else is available for palettes?
### parser ### parser