From 02df0ad89e9319009c8b481c161ca6541172efe5 Mon Sep 17 00:00:00 2001 From: Lukas Oppermann Date: Mon, 27 Jan 2025 22:58:03 +0100 Subject: [PATCH] remove original files --- .../functional/color/dark/syntax-dark.json5 | 559 ------------------ .../functional/color/light/syntax-light.json5 | 512 ---------------- 2 files changed, 1071 deletions(-) delete mode 100644 src/tokens/functional/color/dark/syntax-dark.json5 delete mode 100644 src/tokens/functional/color/light/syntax-light.json5 diff --git a/src/tokens/functional/color/dark/syntax-dark.json5 b/src/tokens/functional/color/dark/syntax-dark.json5 deleted file mode 100644 index 7a9e08caf..000000000 --- a/src/tokens/functional/color/dark/syntax-dark.json5 +++ /dev/null @@ -1,559 +0,0 @@ -{ - color: { - ansi: { - black: { - $value: '{base.color.neutral.6}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - 'black-bright': { - $value: '{base.color.neutral.8}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - white: { - $value: '{base.color.neutral.12}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - 'white-bright': { - $value: '{base.color.neutral.13}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - gray: { - $value: '{base.color.neutral.8}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - red: { - $value: '{base.color.red.3}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - 'red-bright': { - $value: '{base.color.red.2}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - green: { - $value: '{base.color.green.3}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - 'green-bright': { - $value: '{base.color.green.2}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - yellow: { - $value: '{base.color.yellow.3}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - 'yellow-bright': { - $value: '{base.color.yellow.2}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - blue: { - $value: '{base.color.blue.3}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - 'blue-bright': { - $value: '{base.color.blue.2}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - magenta: { - $value: '{base.color.purple.3}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - 'magenta-bright': { - $value: '{base.color.purple.2}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - cyan: { - $value: '#39c5cf', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - 'cyan-bright': { - $value: '#56d4dd', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - }, - prettylights: { - syntax: { - comment: { - $value: '{base.color.neutral.9}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - constant: { - $value: '{base.color.blue.2}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - 'constant-other-reference-link': { - $value: '{base.color.blue.1}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - entity: { - $value: '{base.color.purple.2}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - storage: { - modifier: { - import: { - $value: '{base.color.neutral.12}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - }, - }, - 'entity-tag': { - $value: '{base.color.green.1}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - keyword: { - $value: '{base.color.red.3}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - string: { - $value: '{base.color.blue.1}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - variable: { - $value: '{base.color.orange.2}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - brackethighlighter: { - unmatched: { - $value: '{base.color.red.4}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - angle: { - $value: '{base.color.neutral.9}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - }, - invalid: { - illegal: { - text: { - $value: '{base.color.neutral.12}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - bg: { - $value: '{base.color.red.7}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - }, - }, - carriage: { - return: { - text: { - $value: '{base.color.neutral.12}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - bg: { - $value: '{base.color.red.6}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - }, - }, - 'string-regexp': { - $value: '{base.color.green.1}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - markup: { - list: { - $value: '{base.color.yellow.1}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - heading: { - $value: '{base.color.blue.5}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - italic: { - $value: '{base.color.neutral.12}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - bold: { - $value: '{base.color.neutral.12}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - deleted: { - text: { - $value: '{base.color.red.0}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - bg: { - $value: '{base.color.red.8}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - }, - inserted: { - text: { - $value: '{base.color.green.0}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - bg: { - $value: '{base.color.green.8}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - }, - changed: { - text: { - $value: '{base.color.orange.0}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - bg: { - $value: '{base.color.orange.8}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - }, - ignored: { - text: { - $value: '{base.color.neutral.12}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - bg: { - $value: '{base.color.blue.6}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - }, - }, - meta: { - diff: { - range: { - $value: '{base.color.purple.2}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - }, - }, - sublimelinter: { - gutter: { - mark: { - $value: '{base.color.neutral.7}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - - group: 'syntax', - }, - }, - }, - }, - }, - }, - }, - }, -} diff --git a/src/tokens/functional/color/light/syntax-light.json5 b/src/tokens/functional/color/light/syntax-light.json5 deleted file mode 100644 index e8c703059..000000000 --- a/src/tokens/functional/color/light/syntax-light.json5 +++ /dev/null @@ -1,512 +0,0 @@ -{ - color: { - ansi: { - black: { - $value: '{base.color.neutral.13}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - 'black-bright': { - $value: '{base.color.neutral.11}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - white: { - $value: '{base.color.neutral.9}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - 'white-bright': { - $value: '{base.color.neutral.8}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - gray: { - $value: '{base.color.neutral.9}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - red: { - $value: '{base.color.red.5}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - 'red-bright': { - $value: '{base.color.red.6}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - green: { - $value: '{base.color.green.6}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - 'green-bright': { - $value: '{base.color.green.5}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - yellow: { - $value: '{base.color.yellow.8}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - 'yellow-bright': { - $value: '{base.color.yellow.7}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - blue: { - $value: '{base.color.blue.5}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - 'blue-bright': { - $value: '{base.color.blue.4}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - magenta: { - $value: '{base.color.purple.5}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - 'magenta-bright': { - $value: '{base.color.purple.4}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - cyan: { - $value: '#1b7c83', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - 'cyan-bright': { - $value: '#3192aa', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - }, - prettylights: { - syntax: { - comment: { - $value: '{base.color.neutral.9}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - constant: { - $value: '{base.color.blue.6}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - 'constant-other-reference-link': { - $value: '{base.color.blue.8}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - entity: { - $value: '{base.color.purple.6}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - storage: { - modifier: { - import: { - $value: '{base.color.neutral.13}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - }, - }, - 'entity-tag': { - $value: '{base.color.blue.6}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - keyword: { - $value: '{base.color.red.5}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - string: { - $value: '{base.color.blue.8}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - variable: { - $value: '{base.color.orange.6}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - brackethighlighter: { - unmatched: { - $value: '{base.color.red.7}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - angle: { - $value: '{base.color.neutral.9}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - }, - invalid: { - illegal: { - text: { - $value: '{base.color.neutral.1}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - bg: { - $value: '{base.color.red.7}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - }, - }, - carriage: { - return: { - text: { - $value: '{base.color.neutral.1}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - bg: { - $value: '{base.color.red.5}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - }, - }, - 'string-regexp': { - $value: '{base.color.green.6}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - markup: { - list: { - $value: '{base.color.yellow.9}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - heading: { - $value: '{base.color.blue.6}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - italic: { - $value: '{base.color.neutral.13}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - bold: { - $value: '{base.color.neutral.13}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - deleted: { - text: { - $value: '{base.color.red.7}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - bg: { - $value: '{base.color.red.0}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - }, - inserted: { - text: { - $value: '{base.color.green.6}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - bg: { - $value: '{base.color.green.0}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - }, - changed: { - text: { - $value: '{base.color.orange.6}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - bg: { - $value: '{base.color.orange.1}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - }, - ignored: { - text: { - $value: '{base.color.neutral.6}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - bg: { - $value: '{base.color.blue.6}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - }, - }, - meta: { - diff: { - range: { - $value: '{base.color.purple.5}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - }, - }, - sublimelinter: { - gutter: { - mark: { - $value: '{base.color.neutral.8}', - $type: 'color', - $extensions: { - 'org.primer.figma': { - collection: 'mode', - group: 'syntax', - }, - }, - }, - }, - }, - }, - }, - }, -}