diff --git a/src/theme.tsx b/src/theme.tsx index 7c69643..a278de6 100644 --- a/src/theme.tsx +++ b/src/theme.tsx @@ -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, @@ -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, diff --git a/themes/fullmetal-color-theme.json b/themes/fullmetal-color-theme.json index 4b0fa2e..ca91780 100644 --- a/themes/fullmetal-color-theme.json +++ b/themes/fullmetal-color-theme.json @@ -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" @@ -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"