Skip to content

Instantly share code, notes, and snippets.

@victorbnl
Created November 30, 2024 18:54
Show Gist options
  • Save victorbnl/d30b40e96446c1d79c14e21ce160f28e to your computer and use it in GitHub Desktop.
Save victorbnl/d30b40e96446c1d79c14e21ce160f28e to your computer and use it in GitHub Desktop.
Generate VSCode theme
#!/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