A VS Code theme inspired by the classic Panda Syntax. Cool Panda offers cooler tones and full Typescript support for those late night coding sessions.
---
let happyHouston = false;
if (theme.active === "cool-panda") {
happyHouston = true
}
---
<div class="container">
{
happyHouston ? (
<Houston>
<p>Ready for liftoff!</p>
</Houston>
) : (
<Houston>
<p>zzzzzz</p>
</Houston>
)
}
</div>