swarmcity / terminal-ts

Terminal implementation in TS
0 stars 0 forks source link

Setup #1

Closed lucille-bellepleure closed 2 years ago

lucille-bellepleure commented 2 years ago
filoozom commented 2 years ago

How skinnable do you want it to be? Just apply different colors, or being able to write a completely separate theme and "inject" the functionality in it?

lucille-bellepleure commented 2 years ago

The layout would always stay the same. The theme is colors and fonts.

filoozom commented 2 years ago

Alright, and do we have an idea in mind for the layout? Or should I just write something super basic?

I guess we can just use CSS variables if it's just about colors and fonts, which should be trivial.

lucille-bellepleure commented 2 years ago

Yes, you can see the exact UX here: https://github.com/swarmcity/SwarmCityConcept

lucille-bellepleure commented 2 years ago

Done