Skip to content

Commit

Permalink
Add back previously removed theme fields
Browse files Browse the repository at this point in the history
In the previous commit, the cursor and selection colors were removed, as
well as the credits field to make the commit easier to view. This commit
adds them back.
  • Loading branch information
joshka committed Oct 3, 2023
1 parent 6059dfb commit 28e710f
Show file tree
Hide file tree
Showing 2 changed files with 2,682 additions and 351 deletions.
3 changes: 1 addition & 2 deletions scripts/download_theme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ curl $1 |
-e 's/"brightPurple":/"brightMagenta":/g' \
-e 's/selectionBackground/selection/g' \
-e 's/cursorColor/cursor/g' |
jq 'map(del(.meta.credits,.cursor,.selection))' >$2.json

jq >$2.json
Loading

0 comments on commit 28e710f

Please sign in to comment.