Created
November 30, 2024 18:54
-
-
Save victorbnl/d30b40e96446c1d79c14e21ce160f28e to your computer and use it in GitHub Desktop.
Generate VSCode theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
diff default-color-theme.json black-color-theme.json | grep -E -o '> {5}".*": ".*"' | sed -E 's/> {5}"(.*)": "(.*)",?/"\1" = "\2";/gm' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment