Skip to content

Commit

Permalink
feat: update storage.type.string.python to match function & class (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdinhify authored Oct 27, 2023
1 parent f1d42a9 commit b583b57
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion themes/gruvbox-dark-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@
"scope": [
"storage.type.function.python",
"storage.modifier.declaration",
"storage.type.class.python"
"storage.type.class.python",
"storage.type.string.python"
],
"settings": {
"foreground": "#fb4934"
Expand Down
3 changes: 2 additions & 1 deletion themes/gruvbox-dark-medium.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@
"scope": [
"storage.type.function.python",
"storage.modifier.declaration",
"storage.type.class.python"
"storage.type.class.python",
"storage.type.string.python"
],
"settings": {
"foreground": "#fb4934"
Expand Down
3 changes: 2 additions & 1 deletion themes/gruvbox-dark-soft.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@
"scope": [
"storage.type.function.python",
"storage.modifier.declaration",
"storage.type.class.python"
"storage.type.class.python",
"storage.type.string.python"
],
"settings": {
"foreground": "#fb4934"
Expand Down
3 changes: 2 additions & 1 deletion themes/gruvbox-light-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,8 @@
"scope": [
"storage.type.function.python",
"storage.modifier.declaration",
"storage.type.class.python"
"storage.type.class.python",
"storage.type.string.python"
],
"settings": {
"foreground": "#9d0006"
Expand Down
3 changes: 2 additions & 1 deletion themes/gruvbox-light-medium.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,8 @@
"scope": [
"storage.type.function.python",
"storage.modifier.declaration",
"storage.type.class.python"
"storage.type.class.python",
"storage.type.string.python"
],
"settings": {
"foreground": "#9d0006"
Expand Down
3 changes: 2 additions & 1 deletion themes/gruvbox-light-soft.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,8 @@
"scope": [
"storage.type.function.python",
"storage.modifier.declaration",
"storage.type.class.python"
"storage.type.class.python",
"storage.type.string.python"
],
"settings": {
"foreground": "#9d0006"
Expand Down

0 comments on commit b583b57

Please sign in to comment.