Skip to content
Snippets Groups Projects
Commit a36e7321 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Disabled useless color transformations into hex values

parent 3dbeb341
No related branches found
No related tags found
No related merge requests found
......@@ -13,11 +13,8 @@ let clip = function
| value -> value
let rec short = function
| Ident "aqua" -> Hexcolor "0ff"
| Ident "black" -> Hexcolor "000"
| Ident "blue" -> Hexcolor "00f"
| Ident "fuchsia" -> Hexcolor "f0f"
| Ident "lime" -> Hexcolor "0f0"
| Ident "white" -> Hexcolor "fff"
| Ident "yellow" -> Hexcolor "ff0"
| Hexcolor "808080" -> Ident "gray"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment