ryanraposo / codeui

Customize your color theme for VS Code.
https://marketplace.visualstudio.com/items?itemName=ryanraposo.codeui
MIT License
141 stars 2 forks source link

Change element names to expected values #22

Closed ryanraposo closed 3 years ago

ryanraposo commented 3 years ago

@usernamehw there is a lot to double-check, I know, but tagging you mostly as a heads up. If you could help me look over the names while debugging or whenever you can, we should spot most things by the next publish. Thanks for your help as always.

usernamehw commented 3 years ago

Are you putting those elements by hand or is it a generated version?

ryanraposo commented 3 years ago

Are you putting those elements by hand or is it a generated version?

@usernamehw the process is semi-automated. I've got a disorganized handful of scripts for the steps, from web scrape to the corrections in this PR. The names still aren't perfect, I'd bet, so it might be best I don't share them just yet. Also I have straight up amnesia when it comes to regex so for now, I shouldn't be the one haha.

Worth noting that arbitrary choices do play a part beyond the predictable organizing/splitting (ex. the clumping of groups, whose names are the basis for the algorithm).

Quick question though, lets say I wanted to automate the addition of new elements as they come out, but on a 'repository-level'? Does that make sense? Is there some functionality/tool we can use to monitor that passively and then handle with provided scripts?

Am I just describing Actions?

usernamehw commented 3 years ago

Is there some functionality/tool we can use to monitor that passively and then handle with provided scripts?

I don't think there is.