Skip to content

Commit

Permalink
Fix missing prisma colors
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHZhang committed Dec 28, 2023
1 parent ae88a53 commit 89da775
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ const theme: ColorTheme = {
'variable.other.property',
'variable.other.constant.property',
'variable.other.object.property',
'variable.parameter.key.prisma',
],
settings: {
foreground: colors.violet,
Expand Down Expand Up @@ -543,6 +544,7 @@ const theme: ColorTheme = {
'support.type.primitive',
'support.type.property-name',
'support.type.vendored.property-name', // -webkit-font-smoothing (css)
'variable.language.relations.prisma',
],
settings: {
foreground: colors.yellow,
Expand Down
6 changes: 4 additions & 2 deletions themes/fullmetal-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,8 @@
"variable.other.enummember",
"variable.other.property",
"variable.other.constant.property",
"variable.other.object.property"
"variable.other.object.property",
"variable.parameter.key.prisma"
],
"settings": {
"foreground": "#c77ddd"
Expand Down Expand Up @@ -442,7 +443,8 @@
"support.class",
"support.type.primitive",
"support.type.property-name",
"support.type.vendored.property-name"
"support.type.vendored.property-name",
"variable.language.relations.prisma"
],
"settings": {
"foreground": "#efbd5d"
Expand Down

0 comments on commit 89da775

Please sign in to comment.