Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add syntax overrides #1174

Merged
merged 3 commits into from
Jan 28, 2025
Merged

Add syntax overrides #1174

merged 3 commits into from
Jan 28, 2025

Conversation

lukasoppermann
Copy link
Contributor

Summary

List of notable changes:

What should reviewers focus on?

Steps to test:

@lukasoppermann lukasoppermann added the skip changeset Apply to PRs that should not result in a version bump. label Jan 28, 2025
@lukasoppermann lukasoppermann self-assigned this Jan 28, 2025
@lukasoppermann lukasoppermann requested review from a team as code owners January 28, 2025 21:18
Copy link

changeset-bot bot commented Jan 28, 2025

⚠️ No Changeset found

Latest commit: 29b890c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

github-actions bot commented Jan 28, 2025

Design Token Diff (StyleLint)

The message is too long to be displayed here. For more details, please check the job summary.

Copy link
Contributor

github-actions bot commented Jan 28, 2025

Design Token Diff (Figma)

/figma/themes/dark-colorblind.json

+++ /home/runner/work/primitives/primitives/dist/figma/themes/dark-colorblind.json	2025-01-28 21:45:16.260676319 +0000
@@ -5266,6 +5266,70 @@
   "scopes": ["ALL_SCOPES"]
 },
 {
+    "name": "color/ansi/red",
+    "value": {
+      "r": 0.9411764705882353,
+      "g": 0.5333333333333333,
+      "b": 0.24313725490196078,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/ansi/red",
+    "reference": "base/color/dark/base/color/orange/3",
+    "collection": "mode",
+    "mode": "dark protanopia deuteranopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
+    "name": "color/ansi/red-bright",
+    "value": {
+      "r": 1,
+      "g": 0.6509803921568628,
+      "b": 0.3411764705882353,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/ansi/red-bright",
+    "reference": "base/color/dark/base/color/orange/2",
+    "collection": "mode",
+    "mode": "dark protanopia deuteranopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
+    "name": "color/ansi/green",
+    "value": {
+      "r": 0.34509803921568627,
+      "g": 0.6509803921568628,
+      "b": 1,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/ansi/green",
+    "reference": "base/color/dark/base/color/blue/3",
+    "collection": "mode",
+    "mode": "dark protanopia deuteranopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
+    "name": "color/ansi/green-bright",
+    "value": {
+      "r": 0.4745098039215686,
+      "g": 0.7529411764705882,
+      "b": 1,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/ansi/green-bright",
+    "reference": "base/color/dark/base/color/blue/2",
+    "collection": "mode",
+    "mode": "dark protanopia deuteranopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
   "name": "color/ansi/yellow",
   "value": {
     "r": 0.8235294117647058,
@@ -5472,6 +5536,38 @@
   "scopes": ["ALL_SCOPES"]
 },
 {
+    "name": "color/prettylights/syntax/entity-tag",
+    "value": {
+      "r": 0.6470588235294118,
+      "g": 0.8392156862745098,
+      "b": 1,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/entity-tag",
+    "reference": "base/color/dark/base/color/blue/1",
+    "collection": "mode",
+    "mode": "dark protanopia deuteranopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
+    "name": "color/prettylights/syntax/keyword",
+    "value": {
+      "r": 0.9411764705882353,
+      "g": 0.5333333333333333,
+      "b": 0.24313725490196078,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/keyword",
+    "reference": "base/color/dark/base/color/orange/3",
+    "collection": "mode",
+    "mode": "dark protanopia deuteranopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
   "name": "color/prettylights/syntax/string",
   "value": {
     "r": 0.6470588235294118,
@@ -5504,6 +5600,22 @@
   "scopes": ["ALL_SCOPES"]
 },
 {
+    "name": "color/prettylights/syntax/brackethighlighter/unmatched",
+    "value": {
+      "r": 0.8588235294117647,
+      "g": 0.42745098039215684,
+      "b": 0.1568627450980392,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/brackethighlighter/unmatched",
+    "reference": "base/color/dark/base/color/orange/4",
+    "collection": "mode",
+    "mode": "dark protanopia deuteranopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
   "name": "color/prettylights/syntax/brackethighlighter/angle",
   "value": {
     "r": 0.5686274509803921,
@@ -5536,6 +5648,22 @@
   "scopes": ["ALL_SCOPES"]
 },
 {
+    "name": "color/prettylights/syntax/invalid/illegal/bg",
+    "value": {
+      "r": 0.4627450980392157,
+      "g": 0.17647058823529413,
+      "b": 0.0392156862745098,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/invalid/illegal/bg",
+    "reference": "base/color/dark/base/color/orange/7",
+    "collection": "mode",
+    "mode": "dark protanopia deuteranopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
   "name": "color/prettylights/syntax/carriage/return/text",
   "value": {
     "r": 0.9411764705882353,
@@ -5552,6 +5680,38 @@
   "scopes": ["ALL_SCOPES"]
 },
 {
+    "name": "color/prettylights/syntax/carriage/return/bg",
+    "value": {
+      "r": 0.6078431372549019,
+      "g": 0.25882352941176473,
+      "b": 0.08235294117647059,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/carriage/return/bg",
+    "reference": "base/color/dark/base/color/orange/6",
+    "collection": "mode",
+    "mode": "dark protanopia deuteranopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
+    "name": "color/prettylights/syntax/string-regexp",
+    "value": {
+      "r": 0.6470588235294118,
+      "g": 0.8392156862745098,
+      "b": 1,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/string-regexp",
+    "reference": "base/color/dark/base/color/blue/1",
+    "collection": "mode",
+    "mode": "dark protanopia deuteranopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
   "name": "color/prettylights/syntax/markup/list",
   "value": {
     "r": 0.9490196078431372,
@@ -5613,6 +5773,70 @@
   "collection": "mode",
   "mode": "dark protanopia deuteranopia",
   "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
+    "name": "color/prettylights/syntax/markup/deleted/text",
+    "value": {
+      "r": 1,
+      "g": 0.8745098039215686,
+      "b": 0.7137254901960784,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/markup/deleted/text",
+    "reference": "base/color/dark/base/color/orange/0",
+    "collection": "mode",
+    "mode": "dark protanopia deuteranopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
+    "name": "color/prettylights/syntax/markup/deleted/bg",
+    "value": {
+      "r": 0.35294117647058826,
+      "g": 0.11764705882352941,
+      "b": 0.00784313725490196,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/markup/deleted/bg",
+    "reference": "base/color/dark/base/color/orange/8",
+    "collection": "mode",
+    "mode": "dark protanopia deuteranopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
+    "name": "color/prettylights/syntax/markup/inserted/text",
+    "value": {
+      "r": 0.792156862745098,
+      "g": 0.9098039215686274,
+      "b": 1,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/markup/inserted/text",
+    "reference": "base/color/dark/base/color/blue/0",
+    "collection": "mode",
+    "mode": "dark protanopia deuteranopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
+    "name": "color/prettylights/syntax/markup/inserted/bg",
+    "value": {
+      "r": 0.047058823529411764,
+      "g": 0.17647058823529413,
+      "b": 0.4196078431372549,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/markup/inserted/bg",
+    "reference": "base/color/dark/base/color/blue/8",
+    "collection": "mode",
+    "mode": "dark protanopia deuteranopia",
+    "group": "syntax",
   "scopes": ["ALL_SCOPES"]
 },
 {

/figma/themes/dark-tritanopia.json

+++ /home/runner/work/primitives/primitives/dist/figma/themes/dark-tritanopia.json	2025-01-28 21:45:15.863674273 +0000
@@ -5309,6 +5309,38 @@
   "scopes": ["ALL_SCOPES"]
 },
 {
+    "name": "color/ansi/green",
+    "value": {
+      "r": 0.34509803921568627,
+      "g": 0.6509803921568628,
+      "b": 1,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/ansi/green",
+    "reference": "base/color/dark/base/color/blue/3",
+    "collection": "mode",
+    "mode": "dark tritanopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
+    "name": "color/ansi/green-bright",
+    "value": {
+      "r": 0.4745098039215686,
+      "g": 0.7529411764705882,
+      "b": 1,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/ansi/green-bright",
+    "reference": "base/color/dark/base/color/blue/2",
+    "collection": "mode",
+    "mode": "dark tritanopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
   "name": "color/ansi/yellow",
   "value": {
     "r": 0.8235294117647058,
@@ -5515,6 +5547,22 @@
   "scopes": ["ALL_SCOPES"]
 },
 {
+    "name": "color/prettylights/syntax/entity-tag",
+    "value": {
+      "r": 0.6470588235294118,
+      "g": 0.8392156862745098,
+      "b": 1,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/entity-tag",
+    "reference": "base/color/dark/base/color/blue/1",
+    "collection": "mode",
+    "mode": "dark tritanopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
   "name": "color/prettylights/syntax/keyword",
   "value": {
     "r": 1,
@@ -5547,6 +5595,22 @@
   "scopes": ["ALL_SCOPES"]
 },
 {
+    "name": "color/prettylights/syntax/variable",
+    "value": {
+      "r": 1,
+      "g": 0.6313725490196078,
+      "b": 0.596078431372549,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/variable",
+    "reference": "base/color/dark/base/color/red/2",
+    "collection": "mode",
+    "mode": "dark tritanopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
   "name": "color/prettylights/syntax/brackethighlighter/unmatched",
   "value": {
     "r": 0.9725490196078431,
@@ -5643,6 +5707,22 @@
   "scopes": ["ALL_SCOPES"]
 },
 {
+    "name": "color/prettylights/syntax/string-regexp",
+    "value": {
+      "r": 0.6470588235294118,
+      "g": 0.8392156862745098,
+      "b": 1,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/string-regexp",
+    "reference": "base/color/dark/base/color/blue/1",
+    "collection": "mode",
+    "mode": "dark tritanopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
   "name": "color/prettylights/syntax/markup/list",
   "value": {
     "r": 0.9490196078431372,
@@ -5735,6 +5815,70 @@
   "reference": "base/color/dark/base/color/red/8",
   "collection": "mode",
   "mode": "dark tritanopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
+    "name": "color/prettylights/syntax/markup/inserted/text",
+    "value": {
+      "r": 0.792156862745098,
+      "g": 0.9098039215686274,
+      "b": 1,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/markup/inserted/text",
+    "reference": "base/color/dark/base/color/blue/0",
+    "collection": "mode",
+    "mode": "dark tritanopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
+    "name": "color/prettylights/syntax/markup/inserted/bg",
+    "value": {
+      "r": 0.047058823529411764,
+      "g": 0.17647058823529413,
+      "b": 0.4196078431372549,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/markup/inserted/bg",
+    "reference": "base/color/dark/base/color/blue/8",
+    "collection": "mode",
+    "mode": "dark tritanopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
+    "name": "color/prettylights/syntax/markup/changed/text",
+    "value": {
+      "r": 1,
+      "g": 0.8627450980392157,
+      "b": 0.8431372549019608,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/markup/changed/text",
+    "reference": "base/color/dark/base/color/red/0",
+    "collection": "mode",
+    "mode": "dark tritanopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
+    "name": "color/prettylights/syntax/markup/changed/bg",
+    "value": {
+      "r": 0.403921568627451,
+      "g": 0.023529411764705882,
+      "b": 0.047058823529411764,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/markup/changed/bg",
+    "reference": "base/color/dark/base/color/red/8",
+    "collection": "mode",
+    "mode": "dark tritanopia",
   "group": "syntax",
   "scopes": ["ALL_SCOPES"]
 },

/figma/themes/light-colorblind.json

+++ /home/runner/work/primitives/primitives/dist/figma/themes/light-colorblind.json	2025-01-28 21:45:14.311669363 +0000
@@ -5178,6 +5178,70 @@
   "scopes": ["ALL_SCOPES"]
 },
 {
+    "name": "color/ansi/red",
+    "value": {
+      "r": 0.7372549019607844,
+      "g": 0.2980392156862745,
+      "b": 0,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/ansi/red",
+    "reference": "base/color/light/base/color/orange/5",
+    "collection": "mode",
+    "mode": "light protanopia deuteranopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
+    "name": "color/ansi/red-bright",
+    "value": {
+      "r": 0.5843137254901961,
+      "g": 0.2196078431372549,
+      "b": 0,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/ansi/red-bright",
+    "reference": "base/color/light/base/color/orange/6",
+    "collection": "mode",
+    "mode": "light protanopia deuteranopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
+    "name": "color/ansi/green",
+    "value": {
+      "r": 0.0196078431372549,
+      "g": 0.3137254901960784,
+      "b": 0.6823529411764706,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/ansi/green",
+    "reference": "base/color/light/base/color/blue/6",
+    "collection": "mode",
+    "mode": "light protanopia deuteranopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
+    "name": "color/ansi/green-bright",
+    "value": {
+      "r": 0.03529411764705882,
+      "g": 0.4117647058823529,
+      "b": 0.8549019607843137,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/ansi/green-bright",
+    "reference": "base/color/light/base/color/blue/5",
+    "collection": "mode",
+    "mode": "light protanopia deuteranopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
   "name": "color/ansi/yellow",
   "value": {
     "r": 0.30196078431372547,
@@ -5400,6 +5464,22 @@
   "scopes": ["ALL_SCOPES"]
 },
 {
+    "name": "color/prettylights/syntax/keyword",
+    "value": {
+      "r": 0.7372549019607844,
+      "g": 0.2980392156862745,
+      "b": 0,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/keyword",
+    "reference": "base/color/light/base/color/orange/5",
+    "collection": "mode",
+    "mode": "light protanopia deuteranopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
   "name": "color/prettylights/syntax/string",
   "value": {
     "r": 0.0392156862745098,
@@ -5432,6 +5512,22 @@
   "scopes": ["ALL_SCOPES"]
 },
 {
+    "name": "color/prettylights/syntax/brackethighlighter/unmatched",
+    "value": {
+      "r": 0.4627450980392157,
+      "g": 0.17254901960784313,
+      "b": 0,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/brackethighlighter/unmatched",
+    "reference": "base/color/light/base/color/orange/7",
+    "collection": "mode",
+    "mode": "light protanopia deuteranopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
   "name": "color/prettylights/syntax/brackethighlighter/angle",
   "value": {
     "r": 0.34901960784313724,
@@ -5464,6 +5560,22 @@
   "scopes": ["ALL_SCOPES"]
 },
 {
+    "name": "color/prettylights/syntax/invalid/illegal/bg",
+    "value": {
+      "r": 0.4627450980392157,
+      "g": 0.17254901960784313,
+      "b": 0,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/invalid/illegal/bg",
+    "reference": "base/color/light/base/color/orange/7",
+    "collection": "mode",
+    "mode": "light protanopia deuteranopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
   "name": "color/prettylights/syntax/carriage/return/text",
   "value": {
     "r": 0.9647058823529412,
@@ -5480,6 +5592,38 @@
   "scopes": ["ALL_SCOPES"]
 },
 {
+    "name": "color/prettylights/syntax/carriage/return/bg",
+    "value": {
+      "r": 0.7372549019607844,
+      "g": 0.2980392156862745,
+      "b": 0,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/carriage/return/bg",
+    "reference": "base/color/light/base/color/orange/5",
+    "collection": "mode",
+    "mode": "light protanopia deuteranopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
+    "name": "color/prettylights/syntax/string-regexp",
+    "value": {
+      "r": 0.0196078431372549,
+      "g": 0.3137254901960784,
+      "b": 0.6823529411764706,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/string-regexp",
+    "reference": "base/color/light/base/color/blue/6",
+    "collection": "mode",
+    "mode": "light protanopia deuteranopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
   "name": "color/prettylights/syntax/markup/list",
   "value": {
     "r": 0.23137254901960785,
@@ -5541,6 +5685,70 @@
   "collection": "mode",
   "mode": "light protanopia deuteranopia",
   "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
+    "name": "color/prettylights/syntax/markup/deleted/text",
+    "value": {
+      "r": 0.4627450980392157,
+      "g": 0.17254901960784313,
+      "b": 0,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/markup/deleted/text",
+    "reference": "base/color/light/base/color/orange/7",
+    "collection": "mode",
+    "mode": "light protanopia deuteranopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
+    "name": "color/prettylights/syntax/markup/deleted/bg",
+    "value": {
+      "r": 1,
+      "g": 0.9450980392156862,
+      "b": 0.8980392156862745,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/markup/deleted/bg",
+    "reference": "base/color/light/base/color/orange/0",
+    "collection": "mode",
+    "mode": "light protanopia deuteranopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
+    "name": "color/prettylights/syntax/markup/inserted/text",
+    "value": {
+      "r": 0.0196078431372549,
+      "g": 0.3137254901960784,
+      "b": 0.6823529411764706,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/markup/inserted/text",
+    "reference": "base/color/light/base/color/blue/6",
+    "collection": "mode",
+    "mode": "light protanopia deuteranopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
+    "name": "color/prettylights/syntax/markup/inserted/bg",
+    "value": {
+      "r": 0.8666666666666667,
+      "g": 0.9568627450980393,
+      "b": 1,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/markup/inserted/bg",
+    "reference": "base/color/light/base/color/blue/0",
+    "collection": "mode",
+    "mode": "light protanopia deuteranopia",
+    "group": "syntax",
   "scopes": ["ALL_SCOPES"]
 },
 {

/figma/themes/light-tritanopia.json

+++ /home/runner/work/primitives/primitives/dist/figma/themes/light-tritanopia.json	2025-01-28 21:45:13.882668028 +0000
@@ -5240,6 +5240,38 @@
   "scopes": ["ALL_SCOPES"]
 },
 {
+    "name": "color/ansi/green",
+    "value": {
+      "r": 0.0196078431372549,
+      "g": 0.3137254901960784,
+      "b": 0.6823529411764706,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/ansi/green",
+    "reference": "base/color/light/base/color/blue/6",
+    "collection": "mode",
+    "mode": "light tritanopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
+    "name": "color/ansi/green-bright",
+    "value": {
+      "r": 0.03529411764705882,
+      "g": 0.4117647058823529,
+      "b": 0.8549019607843137,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/ansi/green-bright",
+    "reference": "base/color/light/base/color/blue/5",
+    "collection": "mode",
+    "mode": "light tritanopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
   "name": "color/ansi/yellow",
   "value": {
     "r": 0.30196078431372547,
@@ -5494,6 +5526,22 @@
   "scopes": ["ALL_SCOPES"]
 },
 {
+    "name": "color/prettylights/syntax/variable",
+    "value": {
+      "r": 0.6431372549019608,
+      "g": 0.054901960784313725,
+      "b": 0.14901960784313725,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/variable",
+    "reference": "base/color/light/base/color/red/6",
+    "collection": "mode",
+    "mode": "light tritanopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
   "name": "color/prettylights/syntax/brackethighlighter/unmatched",
   "value": {
     "r": 0.5098039215686274,
@@ -5590,6 +5638,22 @@
   "scopes": ["ALL_SCOPES"]
 },
 {
+    "name": "color/prettylights/syntax/string-regexp",
+    "value": {
+      "r": 0.0196078431372549,
+      "g": 0.3137254901960784,
+      "b": 0.6823529411764706,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/string-regexp",
+    "reference": "base/color/light/base/color/blue/6",
+    "collection": "mode",
+    "mode": "light tritanopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
   "name": "color/prettylights/syntax/markup/list",
   "value": {
     "r": 0.23137254901960785,
@@ -5683,6 +5747,70 @@
   "collection": "mode",
   "mode": "light tritanopia",
   "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
+    "name": "color/prettylights/syntax/markup/inserted/text",
+    "value": {
+      "r": 0.0196078431372549,
+      "g": 0.3137254901960784,
+      "b": 0.6823529411764706,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/markup/inserted/text",
+    "reference": "base/color/light/base/color/blue/6",
+    "collection": "mode",
+    "mode": "light tritanopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
+    "name": "color/prettylights/syntax/markup/inserted/bg",
+    "value": {
+      "r": 0.8666666666666667,
+      "g": 0.9568627450980393,
+      "b": 1,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/markup/inserted/bg",
+    "reference": "base/color/light/base/color/blue/0",
+    "collection": "mode",
+    "mode": "light tritanopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
+    "name": "color/prettylights/syntax/markup/changed/text",
+    "value": {
+      "r": 0.6431372549019608,
+      "g": 0.054901960784313725,
+      "b": 0.14901960784313725,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/markup/changed/text",
+    "reference": "base/color/light/base/color/red/6",
+    "collection": "mode",
+    "mode": "light tritanopia",
+    "group": "syntax",
+    "scopes": ["ALL_SCOPES"]
+  },
+  {
+    "name": "color/prettylights/syntax/markup/changed/bg",
+    "value": {
+      "r": 1,
+      "g": 0.807843137254902,
+      "b": 0.796078431372549,
+      "a": 1
+    },
+    "type": "COLOR",
+    "refId": "mode/color/prettylights/syntax/markup/changed/bg",
+    "reference": "base/color/light/base/color/red/1",
+    "collection": "mode",
+    "mode": "light tritanopia",
+    "group": "syntax",
   "scopes": ["ALL_SCOPES"]
 },
 {

@github-actions github-actions bot temporarily deployed to Preview (Storybook) January 28, 2025 21:20 Inactive
@github-actions github-actions bot temporarily deployed to Preview (Storybook) January 28, 2025 21:46 Inactive
@lukasoppermann lukasoppermann merged commit 99bc198 into main Jan 28, 2025
27 checks passed
@lukasoppermann lukasoppermann deleted the syntax-overrides branch January 28, 2025 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip changeset Apply to PRs that should not result in a version bump.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant