Hi, I generated a clean project using `deno run -A -r https://fresh.deno.dev my-project` and answering `y` twice. After this when I try to extend the default colors like so (in docs https://twind.dev/handbook/configuration.html#colors ) <img width="424" alt="image" src="https://user-images.githubusercontent.com/45095973/200356964-f8c2b19a-dd8a-4435-bb95-17ab8130f3cb.png"> it refuses to allow `text-amber-x` to work <img width="541" alt="image" src="https://user-images.githubusercontent.com/45095973/200357064-4d645e7e-d79e-4c57-9119-b1dc8727f2cc.png"> This is with `sastan.twind-intellisense` extension installed an no other styling related extensions. Am I doing something wrong or is this a bug?