atomcorp / themes

Themes for Windows Terminal
https://windowsterminalthemes.dev/
Other
1.37k stars 77 forks source link

Suggestion: Also showcase `top` on Webiste #83

Open potatoqualitee opened 2 years ago

potatoqualitee commented 2 years ago

Cyprus - run uses the most amount of colors in my theme

image

but top looks magical

image

atomcorp commented 2 years ago

Aha, yeah it does. Sadly I did all those code examples manually, so it might be pretty hard to do the one in your example. I made using some weird xml-sort of syntax, see here: https://github.com/atomcorp/themes/blob/master/app/src/components/ConsoleTest/codeblocks.ts. Maybe that was dumb.

In short if you want to provide a new one, feel free 😁

potatoqualitee commented 2 years ago

haha i like. if i get some time, i sure will!

griimick commented 2 years ago

It might seem like overkill but what if we start using something like xterm.js for the terminal preview? We can simply take examples from actual terminals and port them to render in xterm.js running in the browser. Bonus, we can use color schemes directly in xterm.js as they use the same JSON format.

Edit: I just saw the project TODO. xterm.js renders text and cursor in two canvas layers as well.