neondeck 1.0.0-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +76 -0
- package/DEVELOPMENT.md +304 -0
- package/LICENSE +21 -0
- package/README.md +129 -0
- package/SOUL.md +8 -0
- package/bin/neondeck.mjs +27 -0
- package/config/dashboard.json +224 -0
- package/config/dashboard.schema.json +247 -0
- package/dist/SOUL.md +8 -0
- package/dist/assets/app-CnXGMuTl.js +3878 -0
- package/dist/assets/app-CnXGMuTl.js.map +1 -0
- package/dist/assets/autopilot-B8lfWyA1.js +68813 -0
- package/dist/assets/autopilot-B8lfWyA1.js.map +1 -0
- package/dist/assets/briefing-BT8h9XXT.js +52 -0
- package/dist/assets/briefing-BT8h9XXT.js.map +1 -0
- package/dist/assets/briefing-VMdQPEGc.js +2 -0
- package/dist/assets/briefings-DuApznpN.js +1596 -0
- package/dist/assets/briefings-DuApznpN.js.map +1 -0
- package/dist/assets/command-run-CnPOA8iY.js +20 -0
- package/dist/assets/command-run-CnPOA8iY.js.map +1 -0
- package/dist/assets/command-run-Smpq7waT.js +2 -0
- package/dist/assets/display-assistant-CKU4YJlc.js +392 -0
- package/dist/assets/display-assistant-CKU4YJlc.js.map +1 -0
- package/dist/assets/fix-pr-ci-Ce2SIcyf.js +46 -0
- package/dist/assets/fix-pr-ci-Ce2SIcyf.js.map +1 -0
- package/dist/assets/fix-pr-ci-P3dLxmbx.js +2 -0
- package/dist/assets/migrations/20260710061339_neondeck_pre_1_0_baseline/migration.sql +748 -0
- package/dist/assets/migrations/20260710061339_neondeck_pre_1_0_baseline/snapshot.json +7126 -0
- package/dist/assets/migrations/20260711171708_conversational_briefings/migration.sql +35 -0
- package/dist/assets/migrations/20260711171708_conversational_briefings/snapshot.json +7458 -0
- package/dist/assets/migrations/20260714191624_worktree_lock_revocation/migration.sql +1 -0
- package/dist/assets/migrations/20260714191624_worktree_lock_revocation/snapshot.json +7468 -0
- package/dist/assets/migrations/20260714213018_pr_reviews/migration.sql +34 -0
- package/dist/assets/migrations/20260714213018_pr_reviews/snapshot.json +7809 -0
- package/dist/assets/pr-reviews-BtJ5cm5P.js +521 -0
- package/dist/assets/pr-reviews-BtJ5cm5P.js.map +1 -0
- package/dist/assets/prepare-pr-worktree-B0qMZMRP.js +2 -0
- package/dist/assets/prepare-pr-worktree-C7SmiaTp.js +17 -0
- package/dist/assets/prepare-pr-worktree-C7SmiaTp.js.map +1 -0
- package/dist/assets/push-pr-autofix-CsMbrnXR.js +17 -0
- package/dist/assets/push-pr-autofix-CsMbrnXR.js.map +1 -0
- package/dist/assets/push-pr-autofix-njuM6ej2.js +2 -0
- package/dist/assets/review-pr-for-human-CEciM46A.js +2 -0
- package/dist/assets/review-pr-for-human-TPiQNRWV.js +790 -0
- package/dist/assets/review-pr-for-human-TPiQNRWV.js.map +1 -0
- package/dist/assets/safety-BQC7exnI.js +1931 -0
- package/dist/assets/safety-BQC7exnI.js.map +1 -0
- package/dist/assets/scheduled-agent-instruction-BbxwCKbU.js +2 -0
- package/dist/assets/scheduled-agent-instruction-C58itQyU.js +22 -0
- package/dist/assets/scheduled-agent-instruction-C58itQyU.js.map +1 -0
- package/dist/assets/scheduler-tick-B2S9jCYS.js +90 -0
- package/dist/assets/scheduler-tick-B2S9jCYS.js.map +1 -0
- package/dist/assets/scheduler-workflow-CnI0tWbg.js +21 -0
- package/dist/assets/scheduler-workflow-CnI0tWbg.js.map +1 -0
- package/dist/assets/skills/github-gh/SKILL.md +56 -0
- package/dist/assets/skills/neon-ci-fix/SKILL.md +15 -0
- package/dist/assets/skills/neon-docs-fix/SKILL.md +15 -0
- package/dist/assets/skills/neon-issue-triage/SKILL.md +13 -0
- package/dist/assets/skills/neon-pr-review/SKILL.md +19 -0
- package/dist/assets/skills/neondeck/SKILL.md +127 -0
- package/dist/assets/skills/neondeck-handoff/SKILL.md +31 -0
- package/dist/assets/triage-pr-event-CBje6df5.js +2 -0
- package/dist/assets/triage-pr-event-IgC-IrNs.js +17 -0
- package/dist/assets/triage-pr-event-IgC-IrNs.js.map +1 -0
- package/dist/assets/verify-then-push-pr-autofix-C5Dpomtd.js +75 -0
- package/dist/assets/verify-then-push-pr-autofix-C5Dpomtd.js.map +1 -0
- package/dist/assets/verify-then-push-pr-autofix-oZ0-wa7L.js +2 -0
- package/dist/config/dashboard.json +224 -0
- package/dist/config/dashboard.schema.json +247 -0
- package/dist/server.mjs +583 -0
- package/dist/server.mjs.map +1 -0
- package/dist/skills/github-gh/SKILL.md +56 -0
- package/dist/skills/neon-ci-fix/SKILL.md +15 -0
- package/dist/skills/neon-docs-fix/SKILL.md +15 -0
- package/dist/skills/neon-issue-triage/SKILL.md +13 -0
- package/dist/skills/neon-pr-review/SKILL.md +19 -0
- package/dist/skills/neondeck/SKILL.md +127 -0
- package/dist/skills/neondeck-handoff/SKILL.md +31 -0
- package/drizzle.config.ts +7 -0
- package/package.json +156 -0
- package/shared/patch-anchors.ts +78 -0
- package/shared/report-document.ts +91 -0
- package/src/agents/busywork-workflow.ts +24 -0
- package/src/agents/display-assistant.ts +137 -0
- package/src/agents/pr-review-assistant.ts +25 -0
- package/src/agents/scheduler-workflow.ts +20 -0
- package/src/agents/support/tools.ts +346 -0
- package/src/app.ts +1 -0
- package/src/cli/index.ts +560 -0
- package/src/cli/learning.ts +44 -0
- package/src/cli/mcp.ts +496 -0
- package/src/cli/modules.ts +107 -0
- package/src/cli/onboarding.ts +666 -0
- package/src/cli/options.ts +102 -0
- package/src/cli/output.ts +399 -0
- package/src/cli/preapprovals.ts +204 -0
- package/src/cli/prompts.ts +108 -0
- package/src/cli/types.ts +59 -0
- package/src/db.ts +41 -0
- package/src/desktop/open.ts +698 -0
- package/src/desktop/service.ts +863 -0
- package/src/domains/mcp/actions.ts +420 -0
- package/src/domains/mcp/config.ts +501 -0
- package/src/domains/mcp/format.ts +35 -0
- package/src/domains/mcp/gate.ts +188 -0
- package/src/domains/mcp/index.ts +9 -0
- package/src/domains/mcp/instructions.ts +18 -0
- package/src/domains/mcp/oauth.ts +1063 -0
- package/src/domains/mcp/policy.ts +15 -0
- package/src/domains/mcp/registry.ts +461 -0
- package/src/domains/mcp/schemas.ts +171 -0
- package/src/domains/mcp/stdio.ts +451 -0
- package/src/domains/mcp/store.ts +905 -0
- package/src/domains/mcp/tools.ts +119 -0
- package/src/lib/action-result.ts +51 -0
- package/src/lib/exec.ts +118 -0
- package/src/lib/git.ts +20 -0
- package/src/lib/report-html.ts +193 -0
- package/src/lib/sqlite.ts +51 -0
- package/src/lib/valibot.ts +33 -0
- package/src/modules/app-state/index.ts +4 -0
- package/src/modules/app-state/notification-events.ts +44 -0
- package/src/modules/app-state/notifications.ts +259 -0
- package/src/modules/app-state/types.ts +42 -0
- package/src/modules/app-state/workflow-summaries.ts +201 -0
- package/src/modules/autonomous-audit/index.ts +225 -0
- package/src/modules/autopilot/actions.ts +186 -0
- package/src/modules/autopilot/admissions.ts +865 -0
- package/src/modules/autopilot/approvals.ts +59 -0
- package/src/modules/autopilot/ci-fix-run.ts +1332 -0
- package/src/modules/autopilot/ci-fix.ts +718 -0
- package/src/modules/autopilot/comments.ts +426 -0
- package/src/modules/autopilot/fixtures.ts +344 -0
- package/src/modules/autopilot/github-facts.ts +306 -0
- package/src/modules/autopilot/index.ts +64 -0
- package/src/modules/autopilot/notifications.ts +271 -0
- package/src/modules/autopilot/push-support.ts +260 -0
- package/src/modules/autopilot/push.ts +670 -0
- package/src/modules/autopilot/recovery.ts +656 -0
- package/src/modules/autopilot/review-feedback.ts +649 -0
- package/src/modules/autopilot/review-support.ts +524 -0
- package/src/modules/autopilot/revision-run.ts +445 -0
- package/src/modules/autopilot/schemas.ts +485 -0
- package/src/modules/autopilot/state-mappers.ts +517 -0
- package/src/modules/autopilot/state-schemas.ts +450 -0
- package/src/modules/autopilot/state-store.ts +183 -0
- package/src/modules/autopilot/state.ts +255 -0
- package/src/modules/autopilot/triage-support.ts +234 -0
- package/src/modules/autopilot/triage.ts +156 -0
- package/src/modules/autopilot/utils.ts +145 -0
- package/src/modules/autopilot/worktree.ts +637 -0
- package/src/modules/autopilot-policy/config.ts +101 -0
- package/src/modules/autopilot-policy/index.ts +4 -0
- package/src/modules/autopilot-policy/risk.ts +359 -0
- package/src/modules/autopilot-policy/schemas.ts +229 -0
- package/src/modules/autopilot-policy/service.ts +272 -0
- package/src/modules/briefings/actions.ts +80 -0
- package/src/modules/briefings/index.ts +5 -0
- package/src/modules/briefings/schemas.ts +125 -0
- package/src/modules/briefings/service.ts +642 -0
- package/src/modules/briefings/snapshot.ts +291 -0
- package/src/modules/briefings/store.ts +644 -0
- package/src/modules/commands/actions.ts +112 -0
- package/src/modules/commands/handlers/index.ts +3 -0
- package/src/modules/commands/handlers/misc.ts +367 -0
- package/src/modules/commands/handlers/queue.ts +710 -0
- package/src/modules/commands/handlers/repo.ts +339 -0
- package/src/modules/commands/index.ts +5 -0
- package/src/modules/commands/registry.ts +157 -0
- package/src/modules/commands/runner.ts +152 -0
- package/src/modules/commands/schemas.ts +109 -0
- package/src/modules/commands/summaries.ts +108 -0
- package/src/modules/commands/utils.ts +113 -0
- package/src/modules/config/actions.ts +253 -0
- package/src/modules/config/events.ts +80 -0
- package/src/modules/config/files.ts +9 -0
- package/src/modules/config/history.ts +74 -0
- package/src/modules/config/index.ts +9 -0
- package/src/modules/config/mutations/dashboard.ts +333 -0
- package/src/modules/config/mutations/execution.ts +89 -0
- package/src/modules/config/mutations/models.ts +467 -0
- package/src/modules/config/mutations/providers.ts +163 -0
- package/src/modules/config/mutations/repos.ts +663 -0
- package/src/modules/config/read.ts +130 -0
- package/src/modules/config/result.ts +66 -0
- package/src/modules/config/schemas.ts +180 -0
- package/src/modules/docs-drift/index.ts +1 -0
- package/src/modules/docs-drift/service.ts +863 -0
- package/src/modules/execution/actions.ts +35 -0
- package/src/modules/execution/approvals.ts +322 -0
- package/src/modules/execution/exedev/checkouts.ts +356 -0
- package/src/modules/execution/exedev/context.ts +286 -0
- package/src/modules/execution/index.ts +7 -0
- package/src/modules/execution/policy.ts +102 -0
- package/src/modules/execution/run.ts +589 -0
- package/src/modules/execution/schemas.ts +116 -0
- package/src/modules/execution/scope.ts +137 -0
- package/src/modules/execution/store.ts +320 -0
- package/src/modules/execution/utils.ts +105 -0
- package/src/modules/execution-policy/index.ts +424 -0
- package/src/modules/flue/execution-context.ts +40 -0
- package/src/modules/flue/index.ts +2 -0
- package/src/modules/flue/origin.ts +7 -0
- package/src/modules/github/actions.ts +334 -0
- package/src/modules/github/checks.ts +484 -0
- package/src/modules/github/client.ts +110 -0
- package/src/modules/github/comments.ts +204 -0
- package/src/modules/github/errors.ts +50 -0
- package/src/modules/github/index.ts +93 -0
- package/src/modules/github/issues.ts +116 -0
- package/src/modules/github/pr-file-cache.ts +264 -0
- package/src/modules/github/pull-requests.ts +411 -0
- package/src/modules/github/queue.ts +350 -0
- package/src/modules/github/reviews.ts +1446 -0
- package/src/modules/github/schemas.ts +794 -0
- package/src/modules/github/state-truncation.ts +31 -0
- package/src/modules/handoff/index.ts +2 -0
- package/src/modules/handoff/schemas.ts +61 -0
- package/src/modules/handoff/service.ts +587 -0
- package/src/modules/hygiene/index.ts +1 -0
- package/src/modules/hygiene/service.ts +513 -0
- package/src/modules/kilo/actions.ts +229 -0
- package/src/modules/kilo/ci-fix-run-reconcile.ts +299 -0
- package/src/modules/kilo/docs-drift-boundary.ts +178 -0
- package/src/modules/kilo/index.ts +8 -0
- package/src/modules/kilo/notifications.ts +295 -0
- package/src/modules/kilo/process.ts +637 -0
- package/src/modules/kilo/results/actions.ts +66 -0
- package/src/modules/kilo/results/gates.ts +227 -0
- package/src/modules/kilo/results/index.ts +23 -0
- package/src/modules/kilo/results/schemas.ts +112 -0
- package/src/modules/kilo/results/service.ts +512 -0
- package/src/modules/kilo/results/state.ts +508 -0
- package/src/modules/kilo/results/verify.ts +328 -0
- package/src/modules/kilo/revision-reconcile.ts +187 -0
- package/src/modules/kilo/runtime-facts.ts +128 -0
- package/src/modules/kilo/schemas.ts +265 -0
- package/src/modules/kilo/service.ts +714 -0
- package/src/modules/kilo/sessions-adapters.ts +343 -0
- package/src/modules/kilo/sessions.ts +446 -0
- package/src/modules/kilo/store.ts +689 -0
- package/src/modules/kilo/utils.ts +166 -0
- package/src/modules/learning/automation-health.ts +441 -0
- package/src/modules/learning/automation-memory.ts +179 -0
- package/src/modules/learning/index.ts +6 -0
- package/src/modules/learning/observability.ts +616 -0
- package/src/modules/learning/operator.ts +404 -0
- package/src/modules/learning/reviews/agents.ts +33 -0
- package/src/modules/learning/reviews/complete.ts +321 -0
- package/src/modules/learning/reviews/context.ts +145 -0
- package/src/modules/learning/reviews/events.ts +306 -0
- package/src/modules/learning/reviews/index.ts +6 -0
- package/src/modules/learning/reviews/pr-cadence.ts +157 -0
- package/src/modules/learning/reviews/pr-context.ts +749 -0
- package/src/modules/learning/reviews/prepare.ts +387 -0
- package/src/modules/learning/reviews/schemas.ts +184 -0
- package/src/modules/learning/reviews/store.ts +405 -0
- package/src/modules/learning/skill-patches/actions.ts +86 -0
- package/src/modules/learning/skill-patches/index.ts +3 -0
- package/src/modules/learning/skill-patches/schemas.ts +60 -0
- package/src/modules/learning/skill-patches/service.ts +571 -0
- package/src/modules/learning/skill-patches/support.ts +417 -0
- package/src/modules/memory/actions.ts +183 -0
- package/src/modules/memory/candidates.ts +525 -0
- package/src/modules/memory/events.ts +2 -0
- package/src/modules/memory/index.ts +6 -0
- package/src/modules/memory/prompt.ts +214 -0
- package/src/modules/memory/schemas.ts +170 -0
- package/src/modules/memory/service.ts +578 -0
- package/src/modules/memory/store.ts +489 -0
- package/src/modules/pr-events/actions.ts +191 -0
- package/src/modules/pr-events/index.ts +46 -0
- package/src/modules/pr-events/schemas.ts +186 -0
- package/src/modules/pr-events/service.ts +1414 -0
- package/src/modules/pr-events/target.ts +222 -0
- package/src/modules/pr-events/utils.ts +85 -0
- package/src/modules/pr-events/watermarks.ts +308 -0
- package/src/modules/pr-local-diffs/index.ts +334 -0
- package/src/modules/pr-review-assist/actions.ts +239 -0
- package/src/modules/pr-review-assist/index.ts +3 -0
- package/src/modules/pr-review-assist/schemas.ts +86 -0
- package/src/modules/pr-review-assist/service.ts +706 -0
- package/src/modules/pr-reviews/events.ts +39 -0
- package/src/modules/pr-reviews/index.ts +4 -0
- package/src/modules/pr-reviews/service.ts +655 -0
- package/src/modules/pr-reviews/store.ts +186 -0
- package/src/modules/pr-reviews/types.ts +48 -0
- package/src/modules/prepared-diffs/actions.ts +132 -0
- package/src/modules/prepared-diffs/index.ts +53 -0
- package/src/modules/prepared-diffs/schemas.ts +255 -0
- package/src/modules/prepared-diffs/service.ts +791 -0
- package/src/modules/prepared-diffs/store.ts +678 -0
- package/src/modules/repo-guardrails/config.ts +61 -0
- package/src/modules/repo-guardrails/index.ts +162 -0
- package/src/modules/repo-guardrails/risk.ts +2 -0
- package/src/modules/reports/index.ts +1 -0
- package/src/modules/reports/service.ts +337 -0
- package/src/modules/repos/index.ts +3 -0
- package/src/modules/repos/model-discovery.ts +233 -0
- package/src/modules/repos/providers.ts +194 -0
- package/src/modules/repos/registry.ts +232 -0
- package/src/modules/runtime/agent-config.ts +167 -0
- package/src/modules/runtime/doctor.ts +528 -0
- package/src/modules/runtime/env.ts +123 -0
- package/src/modules/runtime/index.ts +12 -0
- package/src/modules/runtime/local-api-auth.ts +43 -0
- package/src/modules/runtime/metrics.ts +211 -0
- package/src/modules/runtime/skills-actions.ts +141 -0
- package/src/modules/runtime/skills.ts +689 -0
- package/src/modules/runtime/soul.ts +68 -0
- package/src/modules/runtime/status-database.ts +252 -0
- package/src/modules/runtime/status-schema.ts +149 -0
- package/src/modules/runtime/status.ts +481 -0
- package/src/modules/runtime/subagents.ts +37 -0
- package/src/modules/runtime/utility-model.ts +47 -0
- package/src/modules/safety/index.ts +3 -0
- package/src/modules/safety/policy-entries.ts +2528 -0
- package/src/modules/safety/schemas.ts +63 -0
- package/src/modules/safety/service.ts +58 -0
- package/src/modules/safety/tools.ts +15 -0
- package/src/modules/scheduled-tasks/actions.ts +113 -0
- package/src/modules/scheduled-tasks/dispatch.ts +107 -0
- package/src/modules/scheduled-tasks/index.ts +6 -0
- package/src/modules/scheduled-tasks/schemas.ts +91 -0
- package/src/modules/scheduled-tasks/service.ts +296 -0
- package/src/modules/scheduled-tasks/store.ts +814 -0
- package/src/modules/scheduled-tasks/triggers.ts +87 -0
- package/src/modules/scheduler/actions.ts +37 -0
- package/src/modules/scheduler/dispatch.ts +192 -0
- package/src/modules/scheduler/index.ts +4 -0
- package/src/modules/scheduler/lease.ts +247 -0
- package/src/modules/scheduler/pr-watch-event-deltas.ts +367 -0
- package/src/modules/scheduler/pr-watch-events.ts +834 -0
- package/src/modules/scheduler/schemas.ts +79 -0
- package/src/modules/scheduler/service.ts +228 -0
- package/src/modules/scheduler/utils.ts +106 -0
- package/src/modules/scheduler/workflow-invocation.ts +48 -0
- package/src/modules/sessions/actions.ts +213 -0
- package/src/modules/sessions/active-session.ts +46 -0
- package/src/modules/sessions/activity.ts +122 -0
- package/src/modules/sessions/agent-context.ts +152 -0
- package/src/modules/sessions/approval-nudges.ts +156 -0
- package/src/modules/sessions/events.ts +57 -0
- package/src/modules/sessions/index.ts +12 -0
- package/src/modules/sessions/queries.ts +252 -0
- package/src/modules/sessions/references.ts +113 -0
- package/src/modules/sessions/repo-context.ts +131 -0
- package/src/modules/sessions/schemas.ts +285 -0
- package/src/modules/sessions/service.ts +845 -0
- package/src/modules/sessions/store.ts +560 -0
- package/src/modules/sessions/summaries.ts +129 -0
- package/src/modules/sessions/utils.ts +18 -0
- package/src/modules/watches/actions.ts +115 -0
- package/src/modules/watches/index.ts +6 -0
- package/src/modules/watches/polling.ts +245 -0
- package/src/modules/watches/references.ts +293 -0
- package/src/modules/watches/schemas.ts +156 -0
- package/src/modules/watches/service.ts +557 -0
- package/src/modules/watches/store.ts +398 -0
- package/src/modules/watches/utils.ts +51 -0
- package/src/modules/worktree-verification/index.ts +256 -0
- package/src/modules/worktrees/access.ts +129 -0
- package/src/modules/worktrees/actions.ts +108 -0
- package/src/modules/worktrees/cleanup.ts +98 -0
- package/src/modules/worktrees/ensure-pr-worktree.ts +63 -0
- package/src/modules/worktrees/errors.ts +38 -0
- package/src/modules/worktrees/git.ts +48 -0
- package/src/modules/worktrees/index.ts +7 -0
- package/src/modules/worktrees/locks.ts +231 -0
- package/src/modules/worktrees/paths.ts +209 -0
- package/src/modules/worktrees/push-target.ts +39 -0
- package/src/modules/worktrees/queries.ts +31 -0
- package/src/modules/worktrees/schemas.ts +237 -0
- package/src/modules/worktrees/service.ts +680 -0
- package/src/modules/worktrees/store.ts +415 -0
- package/src/repo-edit/actions.ts +509 -0
- package/src/repo-edit/audit.ts +180 -0
- package/src/repo-edit/fuzzy-replace.ts +256 -0
- package/src/repo-edit/git.ts +830 -0
- package/src/repo-edit/index.ts +4 -0
- package/src/repo-edit/locks.ts +27 -0
- package/src/repo-edit/patch-parser.ts +212 -0
- package/src/repo-edit/patch-service.ts +572 -0
- package/src/repo-edit/path-safety.ts +299 -0
- package/src/repo-edit/schemas.ts +239 -0
- package/src/repo-edit/service.ts +488 -0
- package/src/repo-edit/support.ts +459 -0
- package/src/runtime-home/app-db/index.ts +74 -0
- package/src/runtime-home/app-db/migrate.ts +491 -0
- package/src/runtime-home/app-db/migrations/20260710061339_neondeck_pre_1_0_baseline/migration.sql +748 -0
- package/src/runtime-home/app-db/migrations/20260710061339_neondeck_pre_1_0_baseline/snapshot.json +7126 -0
- package/src/runtime-home/app-db/migrations/20260711171708_conversational_briefings/migration.sql +35 -0
- package/src/runtime-home/app-db/migrations/20260711171708_conversational_briefings/snapshot.json +7458 -0
- package/src/runtime-home/app-db/migrations/20260714191624_worktree_lock_revocation/migration.sql +1 -0
- package/src/runtime-home/app-db/migrations/20260714191624_worktree_lock_revocation/snapshot.json +7468 -0
- package/src/runtime-home/app-db/migrations/20260714213018_pr_reviews/migration.sql +34 -0
- package/src/runtime-home/app-db/migrations/20260714213018_pr_reviews/snapshot.json +7809 -0
- package/src/runtime-home/app-db/reconcile.ts +155 -0
- package/src/runtime-home/app-db/schema.ts +1209 -0
- package/src/runtime-home/bootstrap.ts +177 -0
- package/src/runtime-home/dashboard-migrations.ts +101 -0
- package/src/runtime-home/defaults.ts +54 -0
- package/src/runtime-home/files.ts +193 -0
- package/src/runtime-home/guardrails.ts +77 -0
- package/src/runtime-home/index.ts +71 -0
- package/src/runtime-home/paths.ts +75 -0
- package/src/runtime-home/schemas.ts +520 -0
- package/src/sandboxes/exedev.ts +676 -0
- package/src/server/app.ts +5 -0
- package/src/server/autopilot-push-dispatch.ts +326 -0
- package/src/server/create-app.ts +160 -0
- package/src/server/events/event-stream.ts +109 -0
- package/src/server/http.ts +56 -0
- package/src/server/learning-hooks.ts +489 -0
- package/src/server/middleware.ts +81 -0
- package/src/server/routes/autopilot.ts +318 -0
- package/src/server/routes/briefings.ts +34 -0
- package/src/server/routes/commands.ts +12 -0
- package/src/server/routes/config.ts +124 -0
- package/src/server/routes/execution.ts +71 -0
- package/src/server/routes/github.ts +559 -0
- package/src/server/routes/handoff.ts +69 -0
- package/src/server/routes/kilo.ts +179 -0
- package/src/server/routes/learning.ts +384 -0
- package/src/server/routes/mcp.ts +301 -0
- package/src/server/routes/memory.ts +99 -0
- package/src/server/routes/metrics.ts +12 -0
- package/src/server/routes/notifications.ts +48 -0
- package/src/server/routes/repo-edit.ts +115 -0
- package/src/server/routes/reports.ts +128 -0
- package/src/server/routes/repos.ts +50 -0
- package/src/server/routes/reviews.ts +257 -0
- package/src/server/routes/runtime.ts +48 -0
- package/src/server/routes/safety.ts +13 -0
- package/src/server/routes/scheduled-tasks.ts +60 -0
- package/src/server/routes/scheduler.ts +13 -0
- package/src/server/routes/sessions.ts +229 -0
- package/src/server/routes/skills.ts +103 -0
- package/src/server/routes/watches.ts +81 -0
- package/src/server/routes/workflows.ts +21 -0
- package/src/server/routes/worktrees.ts +64 -0
- package/src/server/scheduler-workflow.ts +541 -0
- package/src/server/serve.ts +100 -0
- package/src/setup.ts +162 -0
- package/src/skills/github-gh/SKILL.md +56 -0
- package/src/skills/neon-ci-fix/SKILL.md +15 -0
- package/src/skills/neon-docs-fix/SKILL.md +15 -0
- package/src/skills/neon-issue-triage/SKILL.md +13 -0
- package/src/skills/neon-pr-review/SKILL.md +19 -0
- package/src/skills/neondeck/SKILL.md +127 -0
- package/src/skills/neondeck-handoff/SKILL.md +31 -0
- package/src/workflows/briefing.ts +50 -0
- package/src/workflows/command-run.ts +15 -0
- package/src/workflows/comment-pr-autofix-result.ts +10 -0
- package/src/workflows/curate_learning_store.ts +37 -0
- package/src/workflows/dev-doctor.ts +10 -0
- package/src/workflows/fix-pr-ci-failure.ts +10 -0
- package/src/workflows/fix-pr-ci.ts +15 -0
- package/src/workflows/fix-pr-review-feedback.ts +10 -0
- package/src/workflows/handoff_to_kilo.ts +10 -0
- package/src/workflows/prepare-pr-worktree.ts +10 -0
- package/src/workflows/promote_kilo_result.ts +10 -0
- package/src/workflows/push-pr-autofix.ts +10 -0
- package/src/workflows/reconcile_kilo_task.ts +10 -0
- package/src/workflows/review-pr-for-human.ts +15 -0
- package/src/workflows/review_conversation_for_learning.ts +37 -0
- package/src/workflows/review_kilo_result.ts +10 -0
- package/src/workflows/review_pr_batch_for_learning.ts +37 -0
- package/src/workflows/scheduled-agent-instruction.ts +16 -0
- package/src/workflows/scheduler-tick.ts +10 -0
- package/src/workflows/summarize_kilo_session.ts +25 -0
- package/src/workflows/triage-pr-event.ts +10 -0
- package/src/workflows/verify-pr-worktree.ts +10 -0
- package/src/workflows/verify-then-push-pr-autofix.ts +82 -0
- package/src/workflows/verify_kilo_result.ts +10 -0
- package/src/workflows/watch-pr.ts +10 -0
- package/web/dist/assets/GitHubPrReview-Bf8PXCaq.js +3 -0
- package/web/dist/assets/MultiFileView-CFYStqTV.js +2970 -0
- package/web/dist/assets/PrReviewPopoutPage-CZN1CV82.js +1 -0
- package/web/dist/assets/abap-CLvhMVsD.js +1 -0
- package/web/dist/assets/actionscript-3--17pq3dv.js +1 -0
- package/web/dist/assets/ada-C5qYipkI.js +1 -0
- package/web/dist/assets/andromeeda-vGVdxbeo.js +1 -0
- package/web/dist/assets/angular-html-BVBpGdXr.js +1 -0
- package/web/dist/assets/angular-ts-BfdufMKP.js +1 -0
- package/web/dist/assets/apache-U0d_L8uA.js +1 -0
- package/web/dist/assets/apex-VAyPSnFM.js +1 -0
- package/web/dist/assets/apl-DWBSSoBH.js +1 -0
- package/web/dist/assets/applescript-CCn79oCD.js +1 -0
- package/web/dist/assets/ara-4CJ0cIlV.js +1 -0
- package/web/dist/assets/asciidoc-DE70LPWp.js +1 -0
- package/web/dist/assets/asm-Cmm7eHzH.js +1 -0
- package/web/dist/assets/astro-3LtMP0Sq.js +1 -0
- package/web/dist/assets/aurora-x-CDeNXAV0.js +1 -0
- package/web/dist/assets/awk-BWXHIvNe.js +1 -0
- package/web/dist/assets/ayu-dark-DluEY0Gj.js +1 -0
- package/web/dist/assets/ayu-light-C3h-C4tm.js +1 -0
- package/web/dist/assets/ayu-mirage-Bqwy1Gya.js +1 -0
- package/web/dist/assets/ballerina-B7ZEbQpA.js +1 -0
- package/web/dist/assets/bat-Bo4NYOV-.js +1 -0
- package/web/dist/assets/beancount-D-usSTwE.js +1 -0
- package/web/dist/assets/berry-DKpUyyne.js +1 -0
- package/web/dist/assets/bibtex-Ci_nEsc7.js +1 -0
- package/web/dist/assets/bicep-CUHmPFLl.js +1 -0
- package/web/dist/assets/bird2-C6vDhewU.js +1 -0
- package/web/dist/assets/blade-llJRbbtR.js +1 -0
- package/web/dist/assets/bsl-BkkzgIyY.js +1 -0
- package/web/dist/assets/c-Wt1voDr2.js +1 -0
- package/web/dist/assets/c3-BFHwR3_K.js +1 -0
- package/web/dist/assets/cadence-CQ2zXKGN.js +1 -0
- package/web/dist/assets/cairo-DLTphjLi.js +1 -0
- package/web/dist/assets/catppuccin-frappe-3VR1Za6u.js +1 -0
- package/web/dist/assets/catppuccin-latte-DwIHMF0Q.js +1 -0
- package/web/dist/assets/catppuccin-macchiato-DYnBP6_5.js +1 -0
- package/web/dist/assets/catppuccin-mocha-DYhrFGRu.js +1 -0
- package/web/dist/assets/ccount-CMHa3wy6.js +1 -0
- package/web/dist/assets/clarity-SemFz856.js +1 -0
- package/web/dist/assets/clojure-DqKBuwfJ.js +1 -0
- package/web/dist/assets/cmake-Bj61d0ZC.js +1 -0
- package/web/dist/assets/cobol-x_HIyl2P.js +1 -0
- package/web/dist/assets/codeowners-C8r90Shi.js +1 -0
- package/web/dist/assets/codeql-oeQT6MSM.js +1 -0
- package/web/dist/assets/coffee-CThvmt4R.js +1 -0
- package/web/dist/assets/common-lisp-Cv5bFMCO.js +1 -0
- package/web/dist/assets/coq-BrsZFFmf.js +1 -0
- package/web/dist/assets/cpp-NtAeskI3.js +1 -0
- package/web/dist/assets/crystal-DNu_sX0G.js +1 -0
- package/web/dist/assets/csharp-oqKa8noW.js +1 -0
- package/web/dist/assets/css-DJp_X0uY.js +1 -0
- package/web/dist/assets/csv-Dx-8-gkx.js +1 -0
- package/web/dist/assets/cue-CE9AQfxI.js +1 -0
- package/web/dist/assets/cypher-ClKdZ_lG.js +1 -0
- package/web/dist/assets/d-qD-0Kul2.js +1 -0
- package/web/dist/assets/dark-plus-Cs2F2srj.js +1 -0
- package/web/dist/assets/dart-CnvKMtbv.js +1 -0
- package/web/dist/assets/dax-BkyTk9wS.js +1 -0
- package/web/dist/assets/desktop-Dlh5hvp9.js +1 -0
- package/web/dist/assets/diff-woXpYk--.js +1 -0
- package/web/dist/assets/docker-IyjqRm3v.js +1 -0
- package/web/dist/assets/dotenv-_5a1GRtc.js +1 -0
- package/web/dist/assets/dracula-BHWKrbxM.js +1 -0
- package/web/dist/assets/dracula-soft-5eyTD99u.js +1 -0
- package/web/dist/assets/dream-maker-DW3nJb8Q.js +1 -0
- package/web/dist/assets/edge-ozw5tpLl.js +1 -0
- package/web/dist/assets/elixir-VhA6FeZt.js +1 -0
- package/web/dist/assets/elm-dREJmIFz.js +1 -0
- package/web/dist/assets/emacs-lisp-B4R74twV.js +1 -0
- package/web/dist/assets/erb-CIg6G69l.js +1 -0
- package/web/dist/assets/erlang-Cphh6RMH.js +1 -0
- package/web/dist/assets/everforest-dark-sB-x3p7T.js +1 -0
- package/web/dist/assets/everforest-light-Df2xbC6M.js +1 -0
- package/web/dist/assets/fennel-DQxkIbk2.js +1 -0
- package/web/dist/assets/fish-BJitypiv.js +1 -0
- package/web/dist/assets/fluent-C03EYrpw.js +1 -0
- package/web/dist/assets/fortran-fixed-form-DEKoE2YW.js +1 -0
- package/web/dist/assets/fortran-free-form-CYNrtFtB.js +1 -0
- package/web/dist/assets/fsharp-D13ZGOAj.js +1 -0
- package/web/dist/assets/gdresource-C0sCabJj.js +1 -0
- package/web/dist/assets/gdscript-Cp2uCuqX.js +1 -0
- package/web/dist/assets/gdshader-CBce3t8t.js +1 -0
- package/web/dist/assets/genie-CV2tkWYe.js +1 -0
- package/web/dist/assets/gherkin-DExj1W_8.js +1 -0
- package/web/dist/assets/git-commit-BSykSTBG.js +1 -0
- package/web/dist/assets/git-rebase-B44mJPta.js +1 -0
- package/web/dist/assets/github-dark-C-LZuMrd.js +1 -0
- package/web/dist/assets/github-dark-default-DXG-b-1a.js +1 -0
- package/web/dist/assets/github-dark-dimmed-Bx1FflLF.js +1 -0
- package/web/dist/assets/github-dark-high-contrast-B_tTalzw.js +1 -0
- package/web/dist/assets/github-light-EUqPIrTm.js +1 -0
- package/web/dist/assets/github-light-default-BXViO-2h.js +1 -0
- package/web/dist/assets/github-light-high-contrast-B68TUdTA.js +1 -0
- package/web/dist/assets/gleam-CSRkHgEL.js +1 -0
- package/web/dist/assets/glimmer-js-vH_gHG0-.js +1 -0
- package/web/dist/assets/glimmer-ts--abOzSAQ.js +1 -0
- package/web/dist/assets/glsl-Dv5r7kPw.js +1 -0
- package/web/dist/assets/gn-ilITqXS6.js +1 -0
- package/web/dist/assets/gnuplot-7GGW24-e.js +1 -0
- package/web/dist/assets/go-rLFTqkRN.js +1 -0
- package/web/dist/assets/graphql-CB4jsw2E.js +1 -0
- package/web/dist/assets/groovy-CacY0gHj.js +1 -0
- package/web/dist/assets/gruvbox-dark-hard-C820rvS2.js +1 -0
- package/web/dist/assets/gruvbox-dark-medium-BPjhmG05.js +1 -0
- package/web/dist/assets/gruvbox-dark-soft-MrdJrrXF.js +1 -0
- package/web/dist/assets/gruvbox-light-hard-BC_s9l72.js +1 -0
- package/web/dist/assets/gruvbox-light-medium-BAWPOn9u.js +1 -0
- package/web/dist/assets/gruvbox-light-soft-BSMLrYjP.js +1 -0
- package/web/dist/assets/hack-DvEYX148.js +1 -0
- package/web/dist/assets/haml-zE6W3STP.js +1 -0
- package/web/dist/assets/handlebars-CzBR2SDs.js +1 -0
- package/web/dist/assets/haskell-D8IpX4py.js +1 -0
- package/web/dist/assets/haxe-OTjmBuCE.js +1 -0
- package/web/dist/assets/hcl-Dh228itO.js +1 -0
- package/web/dist/assets/hjson-CxZEssPk.js +1 -0
- package/web/dist/assets/hlsl-Cvrh5tZx.js +1 -0
- package/web/dist/assets/horizon-CE9ld1lL.js +1 -0
- package/web/dist/assets/horizon-bright-DSNQnXHK.js +1 -0
- package/web/dist/assets/houston-CsvMBhTu.js +1 -0
- package/web/dist/assets/html-C8UlPnhE.js +1 -0
- package/web/dist/assets/html-derivative-CY6NRz-J.js +1 -0
- package/web/dist/assets/http-Cyd7bS_S.js +1 -0
- package/web/dist/assets/hurl-CWPsiEpf.js +1 -0
- package/web/dist/assets/hxml-B0Qn7Nwc.js +1 -0
- package/web/dist/assets/hy-CZbG8q4J.js +1 -0
- package/web/dist/assets/imba-DsUTQ-LC.js +1 -0
- package/web/dist/assets/index-BTjK1c82.js +44 -0
- package/web/dist/assets/index-D0kg2-9O.css +2 -0
- package/web/dist/assets/ini-B5eOa1yu.js +1 -0
- package/web/dist/assets/java-CGc3VwQr.js +1 -0
- package/web/dist/assets/javascript-CUt1pgmJ.js +1 -0
- package/web/dist/assets/jinja-CD-Z-FLd.js +1 -0
- package/web/dist/assets/jison-imPNup1l.js +1 -0
- package/web/dist/assets/json-Bg9ijW3F.js +1 -0
- package/web/dist/assets/json5-BR5RXkoi.js +1 -0
- package/web/dist/assets/jsonc-CYpm1nAK.js +1 -0
- package/web/dist/assets/jsonl-CmCQp5Yx.js +1 -0
- package/web/dist/assets/jsonnet-CJTPZ8u_.js +1 -0
- package/web/dist/assets/jssm-DXw9l8Rf.js +1 -0
- package/web/dist/assets/jsx-CY6oMTks.js +1 -0
- package/web/dist/assets/julia-Dc3O-irA.js +1 -0
- package/web/dist/assets/just-BhOq_Kbv.js +1 -0
- package/web/dist/assets/kanagawa-dragon-CXtmUGW6.js +1 -0
- package/web/dist/assets/kanagawa-lotus-BN08jTvb.js +1 -0
- package/web/dist/assets/kanagawa-wave-CTweb8Dz.js +1 -0
- package/web/dist/assets/kdl-CsD5j6eV.js +1 -0
- package/web/dist/assets/kilo-CvN-tXHs.js +1 -0
- package/web/dist/assets/kotlin-DhhofPvG.js +1 -0
- package/web/dist/assets/kusto-C7mF5XQf.js +1 -0
- package/web/dist/assets/laserwave-C_8bwKvT.js +1 -0
- package/web/dist/assets/latex-Cu4Y1d5w.js +1 -0
- package/web/dist/assets/lean-CewbzKMR.js +1 -0
- package/web/dist/assets/less-DVTAwKKz.js +1 -0
- package/web/dist/assets/light-plus-DVQuIRkW.js +1 -0
- package/web/dist/assets/liquid-CvXMrjlQ.js +1 -0
- package/web/dist/assets/llvm-Cm23YOpf.js +1 -0
- package/web/dist/assets/log-BNLmms1o.js +1 -0
- package/web/dist/assets/logo-Cluzi2Zq.js +1 -0
- package/web/dist/assets/lua-BjLEUjKY.js +1 -0
- package/web/dist/assets/luau-FMPmPwt6.js +1 -0
- package/web/dist/assets/make-Dixweg8N.js +1 -0
- package/web/dist/assets/markdown-BYOwaDjH.js +1 -0
- package/web/dist/assets/marko-DvhNOisQ.js +1 -0
- package/web/dist/assets/material-theme-Bm3Qr25_.js +1 -0
- package/web/dist/assets/material-theme-darker-2IIEA8gg.js +1 -0
- package/web/dist/assets/material-theme-lighter-uhdI0v04.js +1 -0
- package/web/dist/assets/material-theme-ocean-CHQ94UKr.js +1 -0
- package/web/dist/assets/material-theme-palenight-B5W6OYN7.js +1 -0
- package/web/dist/assets/matlab-D7qyCx1q.js +1 -0
- package/web/dist/assets/mdc-Bm9TpL1X.js +1 -0
- package/web/dist/assets/mdx-DQZ5AkYe.js +1 -0
- package/web/dist/assets/mermaid-Bk4SNUv9.js +1 -0
- package/web/dist/assets/min-dark-BSWPekZh.js +1 -0
- package/web/dist/assets/min-light-DDpmG2fV.js +1 -0
- package/web/dist/assets/mipsasm-BMqwQI7S.js +1 -0
- package/web/dist/assets/mojo-BgCJLMeH.js +1 -0
- package/web/dist/assets/monokai-CdkpiU2Y.js +1 -0
- package/web/dist/assets/moonbit-CaWjb8XO.js +1 -0
- package/web/dist/assets/move-B1IS1UjX.js +1 -0
- package/web/dist/assets/narrat-_X_XdTYD.js +1 -0
- package/web/dist/assets/nextflow-BJtWHP5T.js +1 -0
- package/web/dist/assets/nextflow-groovy-DJMQeKeT.js +1 -0
- package/web/dist/assets/nginx-Bhc82uuv.js +1 -0
- package/web/dist/assets/night-owl-DhmEMT88.js +1 -0
- package/web/dist/assets/night-owl-light-eJ-hLW7d.js +1 -0
- package/web/dist/assets/nim-DXTVBFnF.js +1 -0
- package/web/dist/assets/nix-IvuFDN5E.js +1 -0
- package/web/dist/assets/nord-Cb4Vim4T.js +1 -0
- package/web/dist/assets/nushell-DcLAeLz5.js +1 -0
- package/web/dist/assets/objective-c-D1A_Heim.js +1 -0
- package/web/dist/assets/objective-cpp-BsSzOQcm.js +1 -0
- package/web/dist/assets/ocaml-O90oeIOV.js +1 -0
- package/web/dist/assets/odin-B1RWQWA5.js +1 -0
- package/web/dist/assets/one-dark-pro-CLwyXe_n.js +1 -0
- package/web/dist/assets/one-light-D7Lr4KcI.js +1 -0
- package/web/dist/assets/openscad-BUDT5pXO.js +1 -0
- package/web/dist/assets/pascal-4ZHwLPI5.js +1 -0
- package/web/dist/assets/perl-C7veXV9z.js +1 -0
- package/web/dist/assets/php-BRiuMnnr.js +1 -0
- package/web/dist/assets/pierre-dark-CpLgRqie.js +1 -0
- package/web/dist/assets/pierre-dark-protanopia-deuteranopia-B35FxJx-.js +1 -0
- package/web/dist/assets/pierre-dark-soft-kZQmAZld.js +1 -0
- package/web/dist/assets/pierre-dark-tritanopia-CpjhbsIL.js +1 -0
- package/web/dist/assets/pierre-dark-vibrant-CpQYzh95.js +1 -0
- package/web/dist/assets/pierre-light-CoaEpmwp.js +1 -0
- package/web/dist/assets/pierre-light-protanopia-deuteranopia-0fSaH845.js +1 -0
- package/web/dist/assets/pierre-light-soft-lWLdNTOI.js +1 -0
- package/web/dist/assets/pierre-light-tritanopia-CEbqgOJL.js +1 -0
- package/web/dist/assets/pierre-light-vibrant-D80Fkn33.js +1 -0
- package/web/dist/assets/pkl-ot-7Btpt.js +1 -0
- package/web/dist/assets/plastic-DQwYfKfQ.js +1 -0
- package/web/dist/assets/plsql-DGHpHOYJ.js +1 -0
- package/web/dist/assets/po-BiJDBrnU.js +1 -0
- package/web/dist/assets/poimandres-DRFjx7u4.js +1 -0
- package/web/dist/assets/polar-C7UOKdEL.js +1 -0
- package/web/dist/assets/postcss-BXeXVLqQ.js +1 -0
- package/web/dist/assets/powerquery-DNMTfnFr.js +1 -0
- package/web/dist/assets/powershell-DshXNtvi.js +1 -0
- package/web/dist/assets/prisma-BsRQq5mF.js +1 -0
- package/web/dist/assets/prolog-iXnhIJG7.js +1 -0
- package/web/dist/assets/proto-DB4EqR-F.js +1 -0
- package/web/dist/assets/pug-C5hz5LQ7.js +1 -0
- package/web/dist/assets/puppet-CDv2pdJW.js +1 -0
- package/web/dist/assets/purescript-9MfHhQsQ.js +1 -0
- package/web/dist/assets/python-gzcpVVnB.js +1 -0
- package/web/dist/assets/qml-BdUV3aTS.js +1 -0
- package/web/dist/assets/qmldir-DCQb3MpD.js +1 -0
- package/web/dist/assets/qss-Fe1Jh2GI.js +1 -0
- package/web/dist/assets/r-8R7vtdQc.js +1 -0
- package/web/dist/assets/racket-DcIDlBhZ.js +1 -0
- package/web/dist/assets/raku-B3gFvitq.js +1 -0
- package/web/dist/assets/razor-DRL52XO2.js +1 -0
- package/web/dist/assets/red-CJ3rzSJv.js +1 -0
- package/web/dist/assets/reg-CRGYupPL.js +1 -0
- package/web/dist/assets/regexp-Omp9DhTb.js +1 -0
- package/web/dist/assets/rel-BtDbiS_P.js +1 -0
- package/web/dist/assets/reviews-CUXp47M8.js +1 -0
- package/web/dist/assets/riscv-Ckw8ddFX.js +1 -0
- package/web/dist/assets/rolldown-runtime-QTnfLwEv.js +1 -0
- package/web/dist/assets/ron-VUp2lXgN.js +1 -0
- package/web/dist/assets/rose-pine-BthvhNj6.js +1 -0
- package/web/dist/assets/rose-pine-dawn-Dg85fqjY.js +1 -0
- package/web/dist/assets/rose-pine-moon-hon4tzzS.js +1 -0
- package/web/dist/assets/rosmsg-CAekHB0j.js +1 -0
- package/web/dist/assets/rst-BHX71KW9.js +1 -0
- package/web/dist/assets/ruby-B--HzjGU.js +1 -0
- package/web/dist/assets/rust-Cfkwpbl8.js +1 -0
- package/web/dist/assets/sas-DrLaYOK_.js +1 -0
- package/web/dist/assets/sass-DXrisJhu.js +1 -0
- package/web/dist/assets/scala-DKOlJaKm.js +1 -0
- package/web/dist/assets/scheme-DQCgrYNe.js +1 -0
- package/web/dist/assets/scss-DdSxiZKl.js +1 -0
- package/web/dist/assets/sdbl-bTVj8UrX.js +1 -0
- package/web/dist/assets/shaderlab-TOUzSsQk.js +1 -0
- package/web/dist/assets/shellscript-DwcUjJBL.js +1 -0
- package/web/dist/assets/shellsession-CPZkydE6.js +1 -0
- package/web/dist/assets/slack-dark-DnToyrRv.js +1 -0
- package/web/dist/assets/slack-ochin-B2OO5cIa.js +1 -0
- package/web/dist/assets/smalltalk-B16xEiuN.js +1 -0
- package/web/dist/assets/snazzy-light-4G7pJPwS.js +1 -0
- package/web/dist/assets/solarized-dark-DV17i1UV.js +1 -0
- package/web/dist/assets/solarized-light-DSh2HLQt.js +1 -0
- package/web/dist/assets/solidity-CKzVLygQ.js +1 -0
- package/web/dist/assets/soy-Br5FhD7c.js +1 -0
- package/web/dist/assets/sparql-D_iOobhT.js +1 -0
- package/web/dist/assets/splunk-BC2Px7Mm.js +1 -0
- package/web/dist/assets/sql-DNssxck8.js +1 -0
- package/web/dist/assets/ssh-config-BgfXC-Er.js +1 -0
- package/web/dist/assets/stata-DXn1tqOr.js +1 -0
- package/web/dist/assets/stylus-B6D30XZt.js +1 -0
- package/web/dist/assets/surfaces-Dlg1xLbg.js +1 -0
- package/web/dist/assets/surrealql-IeLNQw0f.js +1 -0
- package/web/dist/assets/svelte-DOdLCIlh.js +1 -0
- package/web/dist/assets/swift-DonLKvLd.js +1 -0
- package/web/dist/assets/synthwave-84-nFMaYfgc.js +1 -0
- package/web/dist/assets/system-verilog-DJ5XKQeo.js +1 -0
- package/web/dist/assets/systemd-BxMlprV5.js +1 -0
- package/web/dist/assets/talonscript-CohzipZa.js +1 -0
- package/web/dist/assets/tasl-DMoTqEGO.js +1 -0
- package/web/dist/assets/tcl-CZd0xW_V.js +1 -0
- package/web/dist/assets/templ-CIwIngms.js +1 -0
- package/web/dist/assets/terraform-DswuEJGm.js +1 -0
- package/web/dist/assets/tex-D8QMumu5.js +1 -0
- package/web/dist/assets/tokyo-night-oM2G3aXe.js +1 -0
- package/web/dist/assets/toml-CcmNWLt0.js +1 -0
- package/web/dist/assets/ts-tags-BMVY4q-l.js +1 -0
- package/web/dist/assets/tsv-sltzmVWM.js +1 -0
- package/web/dist/assets/tsx-5Eka4NBX.js +1 -0
- package/web/dist/assets/turtle-ByJddavk.js +1 -0
- package/web/dist/assets/twig-C8o_5mgw.js +1 -0
- package/web/dist/assets/typescript-DOu2WMV5.js +1 -0
- package/web/dist/assets/typespec-BRdr0IET.js +1 -0
- package/web/dist/assets/typst-DI99ib-x.js +1 -0
- package/web/dist/assets/v-DETTlOr0.js +1 -0
- package/web/dist/assets/vala-zf12oZj6.js +1 -0
- package/web/dist/assets/vb-Djn5o6TS.js +1 -0
- package/web/dist/assets/verilog-CiiDBU1e.js +1 -0
- package/web/dist/assets/vesper-DdrHHSXu.js +1 -0
- package/web/dist/assets/vhdl-BroJfC0k.js +1 -0
- package/web/dist/assets/viml-DvXPmvsu.js +1 -0
- package/web/dist/assets/vitesse-black-fwtXNY1n.js +1 -0
- package/web/dist/assets/vitesse-dark-BZCL-v6S.js +1 -0
- package/web/dist/assets/vitesse-light-VbXTXTou.js +1 -0
- package/web/dist/assets/vue-BU18DNDL.js +1 -0
- package/web/dist/assets/vue-html-BeluIYX0.js +1 -0
- package/web/dist/assets/vue-vine-DGUAbOCX.js +1 -0
- package/web/dist/assets/vyper-CgoNMtux.js +1 -0
- package/web/dist/assets/wasm-BnjxR4X6.js +1 -0
- package/web/dist/assets/wasm-ByWQv1Qj.js +1 -0
- package/web/dist/assets/wenyan-C8pVoKbM.js +1 -0
- package/web/dist/assets/wgsl-BsKzXJz4.js +1 -0
- package/web/dist/assets/wikitext-ClFFjSW2.js +1 -0
- package/web/dist/assets/wit-DdvCle-K.js +1 -0
- package/web/dist/assets/wolfram-DLL8P-h_.js +1 -0
- package/web/dist/assets/worker-05jVtNwz.js +160 -0
- package/web/dist/assets/xml-DIqSwXR3.js +1 -0
- package/web/dist/assets/xsl-Ct_-YIAy.js +1 -0
- package/web/dist/assets/yaml-DTtCYNlS.js +1 -0
- package/web/dist/assets/zenscript-BnlCZFoB.js +1 -0
- package/web/dist/assets/zig-CMLA9XwU.js +1 -0
- package/web/dist/icons/neondeck-icon-192.png +0 -0
- package/web/dist/icons/neondeck-icon-512.png +0 -0
- package/web/dist/icons/neondeck-icon.svg +41 -0
- package/web/dist/icons/neondeck-maskable-512.png +0 -0
- package/web/dist/index.html +27 -0
- package/web/dist/manifest.webmanifest +28 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e=Object.freeze(JSON.parse(`{"name":"pierre-light","displayName":"Pierre Light","type":"light","colors":{"editor.background":"#ffffff","editor.foreground":"#0a0a0a","foreground":"#0a0a0a","focusBorder":"#009fff","selection.background":"#dfebff","editor.selectionBackground":"#009fff2e","editor.lineHighlightBackground":"#dfebff8c","editorCursor.foreground":"#009fff","editorLineNumber.foreground":"#737373","editorLineNumber.activeForeground":"#525252","editorIndentGuide.background":"#e5e5e5","editorIndentGuide.activeBackground":"#d4d4d4","diffEditor.insertedTextBackground":"#18a46c33","diffEditor.deletedTextBackground":"#d52c3633","sideBar.background":"#f5f5f5","sideBar.foreground":"#525252","sideBar.border":"#e5e5e5","sideBarTitle.foreground":"#0a0a0a","sideBarSectionHeader.background":"#f5f5f5","sideBarSectionHeader.foreground":"#525252","sideBarSectionHeader.border":"#e5e5e5","activityBar.background":"#f5f5f5","activityBar.foreground":"#0a0a0a","activityBar.border":"#e5e5e5","activityBar.activeBorder":"#009fff","activityBarBadge.background":"#009fff","activityBarBadge.foreground":"#ffffff","titleBar.activeBackground":"#f5f5f5","titleBar.activeForeground":"#0a0a0a","titleBar.inactiveBackground":"#f5f5f5","titleBar.inactiveForeground":"#737373","titleBar.border":"#e5e5e5","list.activeSelectionBackground":"#dfebffcc","list.activeSelectionForeground":"#0a0a0a","list.inactiveSelectionBackground":"#dfebff73","list.hoverBackground":"#dfebff59","list.focusOutline":"#009fff","tab.activeBackground":"#ffffff","tab.activeForeground":"#0a0a0a","tab.activeBorderTop":"#009fff","tab.inactiveBackground":"#f5f5f5","tab.inactiveForeground":"#737373","tab.border":"#e5e5e5","editorGroupHeader.tabsBackground":"#f5f5f5","editorGroupHeader.tabsBorder":"#e5e5e5","panel.background":"#f5f5f5","panel.border":"#e5e5e5","panelTitle.activeBorder":"#009fff","panelTitle.activeForeground":"#0a0a0a","panelTitle.inactiveForeground":"#737373","statusBar.background":"#f5f5f5","statusBar.foreground":"#525252","statusBar.border":"#e5e5e5","statusBar.noFolderBackground":"#f5f5f5","statusBar.debuggingBackground":"#d5a910","statusBar.debuggingForeground":"#ffffff","statusBarItem.remoteBackground":"#f5f5f5","statusBarItem.remoteForeground":"#525252","input.background":"#ededed","input.border":"#d4d4d4","input.foreground":"#0a0a0a","input.placeholderForeground":"#8a8a8a","dropdown.background":"#ededed","dropdown.border":"#d4d4d4","dropdown.foreground":"#0a0a0a","button.background":"#009fff","button.foreground":"#ffffff","button.hoverBackground":"#1aa9ff","textLink.foreground":"#009fff","textLink.activeForeground":"#009fff","notifications.background":"#f7f7f7","notifications.foreground":"#0a0a0a","notifications.border":"#e5e5e5","notificationToast.border":"#e5e5e5","notificationCenter.border":"#e5e5e5","notificationCenterHeader.background":"#f7f7f7","notificationCenterHeader.foreground":"#525252","notificationLink.foreground":"#009fff","notificationsErrorIcon.foreground":"#d52c36","notificationsWarningIcon.foreground":"#d5a910","notificationsInfoIcon.foreground":"#1ca1c7","quickInput.background":"#f7f7f7","quickInput.foreground":"#0a0a0a","quickInputTitle.background":"#f7f7f7","widget.border":"#e5e5e5","gitDecoration.addedResourceForeground":"#18a46c","gitDecoration.conflictingResourceForeground":"#693acf","gitDecoration.modifiedResourceForeground":"#009fff","gitDecoration.deletedResourceForeground":"#d52c36","gitDecoration.untrackedResourceForeground":"#18a46c","gitDecoration.ignoredResourceForeground":"#737373","merge.currentHeaderBackground":"#693acf33","merge.currentContentBackground":"#693acf14","merge.incomingHeaderBackground":"#1ca1c733","merge.incomingContentBackground":"#1ca1c714","editorOverviewRuler.currentContentForeground":"#693acf","editorOverviewRuler.incomingContentForeground":"#1ca1c7","terminal.titleForeground":"#525252","terminal.titleInactiveForeground":"#737373","terminal.background":"#f5f5f5","terminal.foreground":"#525252","terminal.ansiBlack":"#1d1d1d","terminal.ansiRed":"#d52c36","terminal.ansiGreen":"#18a46c","terminal.ansiYellow":"#d5a910","terminal.ansiBlue":"#1a85d4","terminal.ansiMagenta":"#bd2e90","terminal.ansiCyan":"#1ca1c7","terminal.ansiWhite":"#bcbcbc","terminal.ansiBrightBlack":"#1d1d1d","terminal.ansiBrightRed":"#d52c36","terminal.ansiBrightGreen":"#77a42a","terminal.ansiBrightYellow":"#d5a910","terminal.ansiBrightBlue":"#1a85d4","terminal.ansiBrightMagenta":"#bd2e90","terminal.ansiBrightCyan":"#1ca1c7","terminal.ansiBrightWhite":"#bcbcbc"},"tokenColors":[{"scope":["comment","punctuation.definition.comment"],"settings":{"foreground":"#737373"}},{"scope":"comment markup.link","settings":{"foreground":"#737373"}},{"scope":["string","constant.other.symbol"],"settings":{"foreground":"#199f43"}},{"scope":["punctuation.definition.string.begin","punctuation.definition.string.end"],"settings":{"foreground":"#199f43"}},{"scope":["constant.numeric","constant.language.boolean"],"settings":{"foreground":"#1ca1c7"}},{"scope":"constant","settings":{"foreground":"#d5a910"}},{"scope":"punctuation.definition.constant","settings":{"foreground":"#d5a910"}},{"scope":"constant.language","settings":{"foreground":"#1ca1c7"}},{"scope":"variable.other.constant","settings":{"foreground":"#d5901c"}},{"scope":"keyword","settings":{"foreground":"#d32a61"}},{"scope":"keyword.control","settings":{"foreground":"#d32a61"}},{"scope":["storage","storage.type","storage.modifier"],"settings":{"foreground":"#d32a61"}},{"scope":"token.storage","settings":{"foreground":"#d32a61"}},{"scope":["keyword.operator.new","keyword.operator.expression.instanceof","keyword.operator.expression.typeof","keyword.operator.expression.void","keyword.operator.expression.delete","keyword.operator.expression.in","keyword.operator.expression.of","keyword.operator.expression.keyof"],"settings":{"foreground":"#d32a61"}},{"scope":"keyword.operator.delete","settings":{"foreground":"#d32a61"}},{"scope":["variable","identifier","meta.definition.variable"],"settings":{"foreground":"#d47628"}},{"scope":["variable.other.readwrite","meta.object-literal.key","support.variable.property","support.variable.object.process","support.variable.object.node"],"settings":{"foreground":"#d47628"}},{"scope":"variable.language","settings":{"foreground":"#d5901c"}},{"scope":"variable.parameter.function","settings":{"foreground":"#636363"}},{"scope":"function.parameter","settings":{"foreground":"#636363"}},{"scope":"variable.parameter","settings":{"foreground":"#636363"}},{"scope":"variable.parameter.function.language.python","settings":{"foreground":"#d5a910"}},{"scope":"variable.parameter.function.python","settings":{"foreground":"#d5a910"}},{"scope":["support.function","entity.name.function","meta.function-call","meta.require","support.function.any-method","variable.function"],"settings":{"foreground":"#693acf"}},{"scope":"keyword.other.special-method","settings":{"foreground":"#693acf"}},{"scope":"entity.name.function","settings":{"foreground":"#693acf"}},{"scope":"support.function.console","settings":{"foreground":"#693acf"}},{"scope":["support.type","entity.name.type","entity.name.class","storage.type"],"settings":{"foreground":"#a631be"}},{"scope":["support.class","entity.name.type.class"],"settings":{"foreground":"#a631be"}},{"scope":["entity.name.class","variable.other.class.js","variable.other.class.ts"],"settings":{"foreground":"#a631be"}},{"scope":"entity.name.class.identifier.namespace.type","settings":{"foreground":"#a631be"}},{"scope":"entity.name.type.namespace","settings":{"foreground":"#d5901c"}},{"scope":"entity.other.inherited-class","settings":{"foreground":"#a631be"}},{"scope":"entity.name.namespace","settings":{"foreground":"#d5901c"}},{"scope":"keyword.operator","settings":{"foreground":"#636363"}},{"scope":["keyword.operator.logical","keyword.operator.bitwise","keyword.operator.channel"],"settings":{"foreground":"#08c0ef"}},{"scope":["keyword.operator.arithmetic","keyword.operator.comparison","keyword.operator.relational","keyword.operator.increment","keyword.operator.decrement"],"settings":{"foreground":"#08c0ef"}},{"scope":"keyword.operator.assignment","settings":{"foreground":"#08c0ef"}},{"scope":"keyword.operator.assignment.compound","settings":{"foreground":"#d32a61"}},{"scope":["keyword.operator.assignment.compound.js","keyword.operator.assignment.compound.ts"],"settings":{"foreground":"#08c0ef"}},{"scope":"keyword.operator.ternary","settings":{"foreground":"#d32a61"}},{"scope":"keyword.operator.optional","settings":{"foreground":"#d32a61"}},{"scope":"punctuation","settings":{"foreground":"#636363"}},{"scope":"punctuation.separator.delimiter","settings":{"foreground":"#636363"}},{"scope":"punctuation.separator.key-value","settings":{"foreground":"#636363"}},{"scope":"punctuation.terminator","settings":{"foreground":"#636363"}},{"scope":"meta.brace","settings":{"foreground":"#636363"}},{"scope":"meta.brace.square","settings":{"foreground":"#636363"}},{"scope":"meta.brace.round","settings":{"foreground":"#636363"}},{"scope":"function.brace","settings":{"foreground":"#636363"}},{"scope":["punctuation.definition.parameters","punctuation.definition.typeparameters"],"settings":{"foreground":"#636363"}},{"scope":["punctuation.definition.block","punctuation.definition.tag"],"settings":{"foreground":"#636363"}},{"scope":["meta.tag.tsx","meta.tag.jsx","meta.tag.js","meta.tag.ts"],"settings":{"foreground":"#636363"}},{"scope":"keyword.operator.expression.import","settings":{"foreground":"#693acf"}},{"scope":"keyword.operator.module","settings":{"foreground":"#d32a61"}},{"scope":"support.type.object.console","settings":{"foreground":"#d47628"}},{"scope":["support.module.node","support.type.object.module","entity.name.type.module"],"settings":{"foreground":"#d5901c"}},{"scope":"support.constant.math","settings":{"foreground":"#d5901c"}},{"scope":"support.constant.property.math","settings":{"foreground":"#d5a910"}},{"scope":"support.constant.json","settings":{"foreground":"#d5a910"}},{"scope":"support.type.object.dom","settings":{"foreground":"#08c0ef"}},{"scope":["support.variable.dom","support.variable.property.dom"],"settings":{"foreground":"#d47628"}},{"scope":"support.variable.property.process","settings":{"foreground":"#d5a910"}},{"scope":"meta.property.object","settings":{"foreground":"#d47628"}},{"scope":"variable.parameter.function.js","settings":{"foreground":"#d47628"}},{"scope":["keyword.other.template.begin","keyword.other.template.end"],"settings":{"foreground":"#199f43"}},{"scope":["keyword.other.substitution.begin","keyword.other.substitution.end"],"settings":{"foreground":"#199f43"}},{"scope":["punctuation.definition.template-expression.begin","punctuation.definition.template-expression.end"],"settings":{"foreground":"#d32a61"}},{"scope":"meta.template.expression","settings":{"foreground":"#636363"}},{"scope":"punctuation.section.embedded","settings":{"foreground":"#d47628"}},{"scope":"variable.interpolation","settings":{"foreground":"#d47628"}},{"scope":["punctuation.section.embedded.begin","punctuation.section.embedded.end"],"settings":{"foreground":"#d32a61"}},{"scope":"punctuation.quasi.element","settings":{"foreground":"#d32a61"}},{"scope":["support.type.primitive.ts","support.type.builtin.ts","support.type.primitive.tsx","support.type.builtin.tsx"],"settings":{"foreground":"#a631be"}},{"scope":"support.type.type.flowtype","settings":{"foreground":"#693acf"}},{"scope":"support.type.primitive","settings":{"foreground":"#a631be"}},{"scope":["meta.decorator","meta.decorator punctuation.decorator"],"settings":{"foreground":"#1a85d4"}},{"scope":"entity.name.function.decorator","settings":{"foreground":"#1a85d4"}},{"scope":"punctuation.definition.decorator","settings":{"foreground":"#1a85d4"}},{"scope":"support.variable.magic.python","settings":{"foreground":"#d5512f"}},{"scope":"variable.parameter.function.language.special.self.python","settings":{"foreground":"#d5901c"}},{"scope":["punctuation.separator.period.python","punctuation.separator.element.python","punctuation.parenthesis.begin.python","punctuation.parenthesis.end.python"],"settings":{"foreground":"#636363"}},{"scope":["punctuation.definition.arguments.begin.python","punctuation.definition.arguments.end.python","punctuation.separator.arguments.python","punctuation.definition.list.begin.python","punctuation.definition.list.end.python"],"settings":{"foreground":"#636363"}},{"scope":"support.type.python","settings":{"foreground":"#08c0ef"}},{"scope":"keyword.operator.logical.python","settings":{"foreground":"#d32a61"}},{"scope":"meta.function-call.generic.python","settings":{"foreground":"#693acf"}},{"scope":"constant.character.format.placeholder.other.python","settings":{"foreground":"#d5a910"}},{"scope":"meta.function.decorator.python","settings":{"foreground":"#693acf"}},{"scope":["support.token.decorator.python","meta.function.decorator.identifier.python"],"settings":{"foreground":"#08c0ef"}},{"scope":"storage.modifier.lifetime.rust","settings":{"foreground":"#636363"}},{"scope":"support.function.std.rust","settings":{"foreground":"#693acf"}},{"scope":"entity.name.lifetime.rust","settings":{"foreground":"#d5901c"}},{"scope":"variable.language.rust","settings":{"foreground":"#d5512f"}},{"scope":"keyword.operator.misc.rust","settings":{"foreground":"#636363"}},{"scope":"keyword.operator.sigil.rust","settings":{"foreground":"#d32a61"}},{"scope":"support.constant.core.rust","settings":{"foreground":"#d5a910"}},{"scope":["meta.function.c","meta.function.cpp"],"settings":{"foreground":"#d5512f"}},{"scope":["punctuation.section.block.begin.bracket.curly.cpp","punctuation.section.block.end.bracket.curly.cpp","punctuation.terminator.statement.c","punctuation.section.block.begin.bracket.curly.c","punctuation.section.block.end.bracket.curly.c","punctuation.section.parens.begin.bracket.round.c","punctuation.section.parens.end.bracket.round.c","punctuation.section.parameters.begin.bracket.round.c","punctuation.section.parameters.end.bracket.round.c"],"settings":{"foreground":"#636363"}},{"scope":["keyword.operator.assignment.c","keyword.operator.comparison.c","keyword.operator.c","keyword.operator.increment.c","keyword.operator.decrement.c","keyword.operator.bitwise.shift.c"],"settings":{"foreground":"#d32a61"}},{"scope":["keyword.operator.assignment.cpp","keyword.operator.comparison.cpp","keyword.operator.cpp","keyword.operator.increment.cpp","keyword.operator.decrement.cpp","keyword.operator.bitwise.shift.cpp"],"settings":{"foreground":"#d32a61"}},{"scope":["punctuation.separator.c","punctuation.separator.cpp"],"settings":{"foreground":"#d32a61"}},{"scope":["support.type.posix-reserved.c","support.type.posix-reserved.cpp"],"settings":{"foreground":"#08c0ef"}},{"scope":["keyword.operator.sizeof.c","keyword.operator.sizeof.cpp"],"settings":{"foreground":"#d32a61"}},{"scope":"variable.c","settings":{"foreground":"#636363"}},{"scope":["storage.type.annotation.java","storage.type.object.array.java"],"settings":{"foreground":"#d5901c"}},{"scope":"source.java","settings":{"foreground":"#d5512f"}},{"scope":["punctuation.section.block.begin.java","punctuation.section.block.end.java","punctuation.definition.method-parameters.begin.java","punctuation.definition.method-parameters.end.java","meta.method.identifier.java","punctuation.section.method.begin.java","punctuation.section.method.end.java","punctuation.terminator.java","punctuation.section.class.begin.java","punctuation.section.class.end.java","punctuation.section.inner-class.begin.java","punctuation.section.inner-class.end.java","meta.method-call.java","punctuation.section.class.begin.bracket.curly.java","punctuation.section.class.end.bracket.curly.java","punctuation.section.method.begin.bracket.curly.java","punctuation.section.method.end.bracket.curly.java","punctuation.separator.period.java","punctuation.bracket.angle.java","punctuation.definition.annotation.java","meta.method.body.java"],"settings":{"foreground":"#636363"}},{"scope":"meta.method.java","settings":{"foreground":"#693acf"}},{"scope":["storage.modifier.import.java","storage.type.java","storage.type.generic.java"],"settings":{"foreground":"#d5901c"}},{"scope":"keyword.operator.instanceof.java","settings":{"foreground":"#d32a61"}},{"scope":"meta.definition.variable.name.java","settings":{"foreground":"#d5512f"}},{"scope":"token.variable.parameter.java","settings":{"foreground":"#636363"}},{"scope":"import.storage.java","settings":{"foreground":"#d5901c"}},{"scope":"token.package.keyword","settings":{"foreground":"#d32a61"}},{"scope":"token.package","settings":{"foreground":"#636363"}},{"scope":"token.storage.type.java","settings":{"foreground":"#d5901c"}},{"scope":"keyword.operator.assignment.go","settings":{"foreground":"#d5901c"}},{"scope":["keyword.operator.arithmetic.go","keyword.operator.address.go"],"settings":{"foreground":"#d32a61"}},{"scope":"entity.name.package.go","settings":{"foreground":"#d5901c"}},{"scope":["support.other.namespace.use.php","support.other.namespace.use-as.php","support.other.namespace.php","entity.other.alias.php","meta.interface.php"],"settings":{"foreground":"#d5901c"}},{"scope":"keyword.operator.error-control.php","settings":{"foreground":"#d32a61"}},{"scope":"keyword.operator.type.php","settings":{"foreground":"#d32a61"}},{"scope":["punctuation.section.array.begin.php","punctuation.section.array.end.php"],"settings":{"foreground":"#636363"}},{"scope":["storage.type.php","meta.other.type.phpdoc.php","keyword.other.type.php","keyword.other.array.phpdoc.php"],"settings":{"foreground":"#d5901c"}},{"scope":["meta.function-call.php","meta.function-call.object.php","meta.function-call.static.php"],"settings":{"foreground":"#693acf"}},{"scope":["punctuation.definition.parameters.begin.bracket.round.php","punctuation.definition.parameters.end.bracket.round.php","punctuation.separator.delimiter.php","punctuation.section.scope.begin.php","punctuation.section.scope.end.php","punctuation.terminator.expression.php","punctuation.definition.arguments.begin.bracket.round.php","punctuation.definition.arguments.end.bracket.round.php","punctuation.definition.storage-type.begin.bracket.round.php","punctuation.definition.storage-type.end.bracket.round.php","punctuation.definition.array.begin.bracket.round.php","punctuation.definition.array.end.bracket.round.php","punctuation.definition.begin.bracket.round.php","punctuation.definition.end.bracket.round.php","punctuation.definition.begin.bracket.curly.php","punctuation.definition.end.bracket.curly.php","punctuation.definition.section.switch-block.end.bracket.curly.php","punctuation.definition.section.switch-block.start.bracket.curly.php","punctuation.definition.section.switch-block.begin.bracket.curly.php","punctuation.definition.section.switch-block.end.bracket.curly.php"],"settings":{"foreground":"#636363"}},{"scope":["support.constant.ext.php","support.constant.std.php","support.constant.core.php","support.constant.parser-token.php"],"settings":{"foreground":"#d5a910"}},{"scope":["entity.name.goto-label.php","support.other.php"],"settings":{"foreground":"#693acf"}},{"scope":["keyword.operator.logical.php","keyword.operator.bitwise.php","keyword.operator.arithmetic.php"],"settings":{"foreground":"#08c0ef"}},{"scope":"keyword.operator.regexp.php","settings":{"foreground":"#d32a61"}},{"scope":"keyword.operator.comparison.php","settings":{"foreground":"#08c0ef"}},{"scope":["keyword.operator.heredoc.php","keyword.operator.nowdoc.php"],"settings":{"foreground":"#d32a61"}},{"scope":"variable.other.class.php","settings":{"foreground":"#d5512f"}},{"scope":"invalid.illegal.non-null-typehinted.php","settings":{"foreground":"#0a0a0a"}},{"scope":"variable.other.generic-type.haskell","settings":{"foreground":"#d32a61"}},{"scope":"storage.type.haskell","settings":{"foreground":"#d5a910"}},{"scope":"storage.type.cs","settings":{"foreground":"#d5901c"}},{"scope":"entity.name.variable.local.cs","settings":{"foreground":"#d5512f"}},{"scope":"entity.name.label.cs","settings":{"foreground":"#d5901c"}},{"scope":["entity.name.scope-resolution.function.call","entity.name.scope-resolution.function.definition"],"settings":{"foreground":"#d5901c"}},{"scope":["punctuation.definition.delayed.unison","punctuation.definition.list.begin.unison","punctuation.definition.list.end.unison","punctuation.definition.ability.begin.unison","punctuation.definition.ability.end.unison","punctuation.operator.assignment.as.unison","punctuation.separator.pipe.unison","punctuation.separator.delimiter.unison","punctuation.definition.hash.unison"],"settings":{"foreground":"#d5512f"}},{"scope":"support.constant.edge","settings":{"foreground":"#d32a61"}},{"scope":"support.type.prelude.elm","settings":{"foreground":"#08c0ef"}},{"scope":"support.constant.elm","settings":{"foreground":"#d5a910"}},{"scope":"entity.global.clojure","settings":{"foreground":"#d5901c"}},{"scope":"meta.symbol.clojure","settings":{"foreground":"#d5512f"}},{"scope":"constant.keyword.clojure","settings":{"foreground":"#08c0ef"}},{"scope":["meta.arguments.coffee","variable.parameter.function.coffee"],"settings":{"foreground":"#d5512f"}},{"scope":"storage.modifier.import.groovy","settings":{"foreground":"#d5901c"}},{"scope":"meta.method.groovy","settings":{"foreground":"#693acf"}},{"scope":"meta.definition.variable.name.groovy","settings":{"foreground":"#d5512f"}},{"scope":"meta.definition.class.inherited.classes.groovy","settings":{"foreground":"#199f43"}},{"scope":"support.variable.semantic.hlsl","settings":{"foreground":"#d5901c"}},{"scope":["support.type.texture.hlsl","support.type.sampler.hlsl","support.type.object.hlsl","support.type.object.rw.hlsl","support.type.fx.hlsl","support.type.object.hlsl"],"settings":{"foreground":"#d32a61"}},{"scope":["text.variable","text.bracketed"],"settings":{"foreground":"#d5512f"}},{"scope":["support.type.swift","support.type.vb.asp"],"settings":{"foreground":"#d5901c"}},{"scope":"meta.scope.prerequisites.makefile","settings":{"foreground":"#d5512f"}},{"scope":"source.makefile","settings":{"foreground":"#d5901c"}},{"scope":"source.ini","settings":{"foreground":"#199f43"}},{"scope":"constant.language.symbol.ruby","settings":{"foreground":"#08c0ef"}},{"scope":["function.parameter.ruby","function.parameter.cs"],"settings":{"foreground":"#636363"}},{"scope":"constant.language.symbol.elixir","settings":{"foreground":"#08c0ef"}},{"scope":"text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade","settings":{"foreground":"#d32a61"}},{"scope":"text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade","settings":{"foreground":"#d32a61"}},{"scope":"entity.name.function.xi","settings":{"foreground":"#d5901c"}},{"scope":"entity.name.class.xi","settings":{"foreground":"#08c0ef"}},{"scope":"constant.character.character-class.regexp.xi","settings":{"foreground":"#d5512f"}},{"scope":"constant.regexp.xi","settings":{"foreground":"#d32a61"}},{"scope":"keyword.control.xi","settings":{"foreground":"#08c0ef"}},{"scope":"invalid.xi","settings":{"foreground":"#636363"}},{"scope":"beginning.punctuation.definition.quote.markdown.xi","settings":{"foreground":"#199f43"}},{"scope":"beginning.punctuation.definition.list.markdown.xi","settings":{"foreground":"#737373"}},{"scope":"constant.character.xi","settings":{"foreground":"#693acf"}},{"scope":"accent.xi","settings":{"foreground":"#693acf"}},{"scope":"wikiword.xi","settings":{"foreground":"#d5a910"}},{"scope":"constant.other.color.rgb-value.xi","settings":{"foreground":"#0a0a0a"}},{"scope":"punctuation.definition.tag.xi","settings":{"foreground":"#737373"}},{"scope":["support.constant.property-value.scss","support.constant.property-value.css"],"settings":{"foreground":"#d5a910"}},{"scope":["keyword.operator.css","keyword.operator.scss","keyword.operator.less"],"settings":{"foreground":"#08c0ef"}},{"scope":["support.constant.color.w3c-standard-color-name.css","support.constant.color.w3c-standard-color-name.scss"],"settings":{"foreground":"#d5a910"}},{"scope":"punctuation.separator.list.comma.css","settings":{"foreground":"#636363"}},{"scope":"support.type.vendored.property-name.css","settings":{"foreground":"#08c0ef"}},{"scope":"support.type.property-name.css","settings":{"foreground":"#08c0ef"}},{"scope":"support.type.property-name","settings":{"foreground":"#636363"}},{"scope":"support.constant.property-value","settings":{"foreground":"#636363"}},{"scope":"support.constant.font-name","settings":{"foreground":"#d5a910"}},{"scope":"entity.other.attribute-name.class.css","settings":{"foreground":"#18a46c","fontStyle":"normal"}},{"scope":"entity.other.attribute-name.id","settings":{"foreground":"#693acf","fontStyle":"normal"}},{"scope":["entity.other.attribute-name.pseudo-element","entity.other.attribute-name.pseudo-class"],"settings":{"foreground":"#08c0ef"}},{"scope":"meta.selector","settings":{"foreground":"#d32a61"}},{"scope":"selector.sass","settings":{"foreground":"#d5512f"}},{"scope":"rgb-value","settings":{"foreground":"#08c0ef"}},{"scope":"inline-color-decoration rgb-value","settings":{"foreground":"#d5a910"}},{"scope":"less rgb-value","settings":{"foreground":"#d5a910"}},{"scope":"control.elements","settings":{"foreground":"#d5a910"}},{"scope":"keyword.operator.less","settings":{"foreground":"#d5a910"}},{"scope":"entity.name.tag","settings":{"foreground":"#d5512f"}},{"scope":"entity.other.attribute-name","settings":{"foreground":"#18a46c","fontStyle":"normal"}},{"scope":"constant.character.entity","settings":{"foreground":"#d5512f"}},{"scope":"meta.tag","settings":{"foreground":"#636363"}},{"scope":"invalid.illegal.bad-ampersand.html","settings":{"foreground":"#636363"}},{"scope":"markup.heading","settings":{"foreground":"#d5512f"}},{"scope":["markup.heading punctuation.definition.heading","entity.name.section"],"settings":{"foreground":"#693acf"}},{"scope":"entity.name.section.markdown","settings":{"foreground":"#d5512f"}},{"scope":"punctuation.definition.heading.markdown","settings":{"foreground":"#d5512f"}},{"scope":"markup.heading.setext","settings":{"foreground":"#636363"}},{"scope":["markup.heading.setext.1.markdown","markup.heading.setext.2.markdown"],"settings":{"foreground":"#d5512f"}},{"scope":["markup.bold","todo.bold"],"settings":{"foreground":"#d5a910"}},{"scope":"punctuation.definition.bold","settings":{"foreground":"#d5901c"}},{"scope":"punctuation.definition.bold.markdown","settings":{"foreground":"#d5a910"}},{"scope":["markup.italic","punctuation.definition.italic","todo.emphasis"],"settings":{"foreground":"#d32a61","fontStyle":"italic"}},{"scope":"emphasis md","settings":{"foreground":"#d32a61"}},{"scope":"markup.italic.markdown","settings":{"fontStyle":"italic"}},{"scope":["markup.underline.link.markdown","markup.underline.link.image.markdown"],"settings":{"foreground":"#d32a61"}},{"scope":["string.other.link.title.markdown","string.other.link.description.markdown"],"settings":{"foreground":"#693acf"}},{"scope":"punctuation.definition.metadata.markdown","settings":{"foreground":"#d5512f"}},{"scope":["markup.inline.raw.markdown","markup.inline.raw.string.markdown"],"settings":{"foreground":"#199f43"}},{"scope":"punctuation.definition.list.begin.markdown","settings":{"foreground":"#d5512f"}},{"scope":"punctuation.definition.list.markdown","settings":{"foreground":"#d5512f"}},{"scope":"beginning.punctuation.definition.list.markdown","settings":{"foreground":"#d5512f"}},{"scope":["punctuation.definition.string.begin.markdown","punctuation.definition.string.end.markdown"],"settings":{"foreground":"#d5512f"}},{"scope":"markup.quote.markdown","settings":{"foreground":"#737373"}},{"scope":"keyword.other.unit","settings":{"foreground":"#d5512f"}},{"scope":"markup.changed.diff","settings":{"foreground":"#d5901c"}},{"scope":["meta.diff.header.from-file","meta.diff.header.to-file","punctuation.definition.from-file.diff","punctuation.definition.to-file.diff"],"settings":{"foreground":"#693acf"}},{"scope":"markup.inserted.diff","settings":{"foreground":"#199f43"}},{"scope":"markup.deleted.diff","settings":{"foreground":"#d5512f"}},{"scope":"string.regexp","settings":{"foreground":"#17a5af"}},{"scope":"constant.other.character-class.regexp","settings":{"foreground":"#d5512f"}},{"scope":"keyword.operator.quantifier.regexp","settings":{"foreground":"#d5a910"}},{"scope":"constant.character.escape","settings":{"foreground":"#16a994"}},{"scope":"source.json meta.structure.dictionary.json > string.quoted.json","settings":{"foreground":"#d5512f"}},{"scope":"source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string","settings":{"foreground":"#d5512f"}},{"scope":["source.json meta.structure.dictionary.json > value.json > string.quoted.json","source.json meta.structure.array.json > value.json > string.quoted.json","source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation","source.json meta.structure.array.json > value.json > string.quoted.json > punctuation"],"settings":{"foreground":"#199f43"}},{"scope":["source.json meta.structure.dictionary.json > constant.language.json","source.json meta.structure.array.json > constant.language.json"],"settings":{"foreground":"#08c0ef"}},{"scope":"support.type.property-name.json","settings":{"foreground":"#d5512f"}},{"scope":"support.type.property-name.json punctuation","settings":{"foreground":"#d5512f"}},{"scope":"punctuation.definition.block.sequence.item.yaml","settings":{"foreground":"#636363"}},{"scope":"block.scope.end","settings":{"foreground":"#636363"}},{"scope":"block.scope.begin","settings":{"foreground":"#636363"}},{"scope":"token.info-token","settings":{"foreground":"#693acf"}},{"scope":"token.warn-token","settings":{"foreground":"#d5a910"}},{"scope":"token.error-token","settings":{"foreground":"#0a0a0a"}},{"scope":"token.debug-token","settings":{"foreground":"#d32a61"}},{"scope":"invalid.illegal","settings":{"foreground":"#0a0a0a"}},{"scope":"invalid.broken","settings":{"foreground":"#0a0a0a"}},{"scope":"invalid.deprecated","settings":{"foreground":"#0a0a0a"}},{"scope":"invalid.unimplemented","settings":{"foreground":"#0a0a0a"}}],"semanticTokenColors":{"comment":"#737373","string":"#199f43","number":"#1ca1c7","regexp":"#17a5af","keyword":"#d32a61","variable":"#d47628","parameter":"#636363","property":"#d47628","function":"#693acf","method":"#693acf","type":"#a631be","class":"#a631be","namespace":"#d5901c","enumMember":"#08c0ef","variable.constant":"#d5a910","variable.defaultLibrary":"#d5901c","decorator":"#1a85d4"}}`));export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e=Object.freeze(JSON.parse(`{"name":"pierre-light-protanopia-deuteranopia","displayName":"Pierre Light Protanopia & Deuteranopia","type":"light","colors":{"editor.background":"#ffffff","editor.foreground":"#0a0a0a","foreground":"#0a0a0a","focusBorder":"#009fff","selection.background":"#dfebff","editor.selectionBackground":"#009fff2e","editor.lineHighlightBackground":"#dfebff8c","editorCursor.foreground":"#009fff","editorLineNumber.foreground":"#737373","editorLineNumber.activeForeground":"#525252","editorIndentGuide.background":"#e5e5e5","editorIndentGuide.activeBackground":"#d4d4d4","diffEditor.insertedTextBackground":"#216cab33","diffEditor.deletedTextBackground":"#ac602333","sideBar.background":"#f5f5f5","sideBar.foreground":"#525252","sideBar.border":"#e5e5e5","sideBarTitle.foreground":"#0a0a0a","sideBarSectionHeader.background":"#f5f5f5","sideBarSectionHeader.foreground":"#525252","sideBarSectionHeader.border":"#e5e5e5","activityBar.background":"#f5f5f5","activityBar.foreground":"#0a0a0a","activityBar.border":"#e5e5e5","activityBar.activeBorder":"#009fff","activityBarBadge.background":"#009fff","activityBarBadge.foreground":"#ffffff","titleBar.activeBackground":"#f5f5f5","titleBar.activeForeground":"#0a0a0a","titleBar.inactiveBackground":"#f5f5f5","titleBar.inactiveForeground":"#737373","titleBar.border":"#e5e5e5","list.activeSelectionBackground":"#dfebffcc","list.activeSelectionForeground":"#0a0a0a","list.inactiveSelectionBackground":"#dfebff73","list.hoverBackground":"#dfebff59","list.focusOutline":"#009fff","tab.activeBackground":"#ffffff","tab.activeForeground":"#0a0a0a","tab.activeBorderTop":"#009fff","tab.inactiveBackground":"#f5f5f5","tab.inactiveForeground":"#737373","tab.border":"#e5e5e5","editorGroupHeader.tabsBackground":"#f5f5f5","editorGroupHeader.tabsBorder":"#e5e5e5","panel.background":"#f5f5f5","panel.border":"#e5e5e5","panelTitle.activeBorder":"#009fff","panelTitle.activeForeground":"#0a0a0a","panelTitle.inactiveForeground":"#737373","statusBar.background":"#f5f5f5","statusBar.foreground":"#525252","statusBar.border":"#e5e5e5","statusBar.noFolderBackground":"#f5f5f5","statusBar.debuggingBackground":"#ffca00","statusBar.debuggingForeground":"#ffffff","statusBarItem.remoteBackground":"#f5f5f5","statusBarItem.remoteForeground":"#525252","input.background":"#ededed","input.border":"#d4d4d4","input.foreground":"#0a0a0a","input.placeholderForeground":"#8a8a8a","dropdown.background":"#ededed","dropdown.border":"#d4d4d4","dropdown.foreground":"#0a0a0a","button.background":"#009fff","button.foreground":"#ffffff","button.hoverBackground":"#1aa9ff","textLink.foreground":"#009fff","textLink.activeForeground":"#009fff","notifications.background":"#f7f7f7","notifications.foreground":"#0a0a0a","notifications.border":"#e5e5e5","notificationToast.border":"#e5e5e5","notificationCenter.border":"#e5e5e5","notificationCenterHeader.background":"#f7f7f7","notificationCenterHeader.foreground":"#525252","notificationLink.foreground":"#009fff","notificationsErrorIcon.foreground":"#ac6023","notificationsWarningIcon.foreground":"#ffca00","notificationsInfoIcon.foreground":"#2182a1","quickInput.background":"#f7f7f7","quickInput.foreground":"#0a0a0a","quickInputTitle.background":"#f7f7f7","widget.border":"#e5e5e5","gitDecoration.addedResourceForeground":"#216cab","gitDecoration.conflictingResourceForeground":"#58287c","gitDecoration.modifiedResourceForeground":"#009fff","gitDecoration.deletedResourceForeground":"#ac6023","gitDecoration.untrackedResourceForeground":"#216cab","gitDecoration.ignoredResourceForeground":"#737373","merge.currentHeaderBackground":"#58287c33","merge.currentContentBackground":"#58287c14","merge.incomingHeaderBackground":"#2182a133","merge.incomingContentBackground":"#2182a114","editorOverviewRuler.currentContentForeground":"#58287c","editorOverviewRuler.incomingContentForeground":"#2182a1","terminal.titleForeground":"#525252","terminal.titleInactiveForeground":"#737373","terminal.background":"#f5f5f5","terminal.foreground":"#525252","terminal.ansiBlack":"#1d1d1d","terminal.ansiRed":"#ac6023","terminal.ansiGreen":"#216cab","terminal.ansiYellow":"#ffca00","terminal.ansiBlue":"#1a85d4","terminal.ansiMagenta":"#8836c7","terminal.ansiCyan":"#2182a1","terminal.ansiWhite":"#bcbcbc","terminal.ansiBrightBlack":"#1d1d1d","terminal.ansiBrightRed":"#d47628","terminal.ansiBrightGreen":"#1a85d4","terminal.ansiBrightYellow":"#ffca00","terminal.ansiBrightBlue":"#009fff","terminal.ansiBrightMagenta":"#a13cee","terminal.ansiBrightCyan":"#1ca1c7","terminal.ansiBrightWhite":"#bcbcbc"},"tokenColors":[{"scope":["comment","punctuation.definition.comment"],"settings":{"foreground":"#737373"}},{"scope":"comment markup.link","settings":{"foreground":"#737373"}},{"scope":["string","constant.other.symbol"],"settings":{"foreground":"#215584"}},{"scope":["punctuation.definition.string.begin","punctuation.definition.string.end"],"settings":{"foreground":"#215584"}},{"scope":["constant.numeric","constant.language.boolean"],"settings":{"foreground":"#2182a1"}},{"scope":"constant","settings":{"foreground":"#ac741d"}},{"scope":"punctuation.definition.constant","settings":{"foreground":"#ac741d"}},{"scope":"constant.language","settings":{"foreground":"#2182a1"}},{"scope":"variable.other.constant","settings":{"foreground":"#ac741d"}},{"scope":"keyword","settings":{"foreground":"#8836c7"}},{"scope":"keyword.control","settings":{"foreground":"#8836c7"}},{"scope":["storage","storage.type","storage.modifier"],"settings":{"foreground":"#8836c7"}},{"scope":"token.storage","settings":{"foreground":"#8836c7"}},{"scope":["keyword.operator.new","keyword.operator.expression.instanceof","keyword.operator.expression.typeof","keyword.operator.expression.void","keyword.operator.expression.delete","keyword.operator.expression.in","keyword.operator.expression.of","keyword.operator.expression.keyof"],"settings":{"foreground":"#8836c7"}},{"scope":"keyword.operator.delete","settings":{"foreground":"#8836c7"}},{"scope":["variable","identifier","meta.definition.variable"],"settings":{"foreground":"#ac6023"}},{"scope":["variable.other.readwrite","meta.object-literal.key","support.variable.property","support.variable.object.process","support.variable.object.node"],"settings":{"foreground":"#ac6023"}},{"scope":"variable.language","settings":{"foreground":"#ac741d"}},{"scope":"variable.parameter.function","settings":{"foreground":"#636363"}},{"scope":"function.parameter","settings":{"foreground":"#636363"}},{"scope":"variable.parameter","settings":{"foreground":"#636363"}},{"scope":"variable.parameter.function.language.python","settings":{"foreground":"#ac741d"}},{"scope":"variable.parameter.function.python","settings":{"foreground":"#ac741d"}},{"scope":["support.function","entity.name.function","meta.function-call","meta.require","support.function.any-method","variable.function"],"settings":{"foreground":"#5731a7"}},{"scope":"keyword.other.special-method","settings":{"foreground":"#5731a7"}},{"scope":"entity.name.function","settings":{"foreground":"#5731a7"}},{"scope":"support.function.console","settings":{"foreground":"#5731a7"}},{"scope":["support.type","entity.name.type","entity.name.class","storage.type"],"settings":{"foreground":"#a631be"}},{"scope":["support.class","entity.name.type.class"],"settings":{"foreground":"#a631be"}},{"scope":["entity.name.class","variable.other.class.js","variable.other.class.ts"],"settings":{"foreground":"#a631be"}},{"scope":"entity.name.class.identifier.namespace.type","settings":{"foreground":"#a631be"}},{"scope":"entity.name.type.namespace","settings":{"foreground":"#ac741d"}},{"scope":"entity.other.inherited-class","settings":{"foreground":"#a631be"}},{"scope":"entity.name.namespace","settings":{"foreground":"#ac741d"}},{"scope":"keyword.operator","settings":{"foreground":"#636363"}},{"scope":["keyword.operator.logical","keyword.operator.bitwise","keyword.operator.channel"],"settings":{"foreground":"#2182a1"}},{"scope":["keyword.operator.arithmetic","keyword.operator.comparison","keyword.operator.relational","keyword.operator.increment","keyword.operator.decrement"],"settings":{"foreground":"#2182a1"}},{"scope":"keyword.operator.assignment","settings":{"foreground":"#2182a1"}},{"scope":"keyword.operator.assignment.compound","settings":{"foreground":"#8836c7"}},{"scope":["keyword.operator.assignment.compound.js","keyword.operator.assignment.compound.ts"],"settings":{"foreground":"#2182a1"}},{"scope":"keyword.operator.ternary","settings":{"foreground":"#8836c7"}},{"scope":"keyword.operator.optional","settings":{"foreground":"#8836c7"}},{"scope":"punctuation","settings":{"foreground":"#636363"}},{"scope":"punctuation.separator.delimiter","settings":{"foreground":"#636363"}},{"scope":"punctuation.separator.key-value","settings":{"foreground":"#636363"}},{"scope":"punctuation.terminator","settings":{"foreground":"#636363"}},{"scope":"meta.brace","settings":{"foreground":"#636363"}},{"scope":"meta.brace.square","settings":{"foreground":"#636363"}},{"scope":"meta.brace.round","settings":{"foreground":"#636363"}},{"scope":"function.brace","settings":{"foreground":"#636363"}},{"scope":["punctuation.definition.parameters","punctuation.definition.typeparameters"],"settings":{"foreground":"#636363"}},{"scope":["punctuation.definition.block","punctuation.definition.tag"],"settings":{"foreground":"#636363"}},{"scope":["meta.tag.tsx","meta.tag.jsx","meta.tag.js","meta.tag.ts"],"settings":{"foreground":"#636363"}},{"scope":"keyword.operator.expression.import","settings":{"foreground":"#5731a7"}},{"scope":"keyword.operator.module","settings":{"foreground":"#8836c7"}},{"scope":"support.type.object.console","settings":{"foreground":"#ac6023"}},{"scope":["support.module.node","support.type.object.module","entity.name.type.module"],"settings":{"foreground":"#ac741d"}},{"scope":"support.constant.math","settings":{"foreground":"#ac741d"}},{"scope":"support.constant.property.math","settings":{"foreground":"#ac741d"}},{"scope":"support.constant.json","settings":{"foreground":"#ac741d"}},{"scope":"support.type.object.dom","settings":{"foreground":"#2182a1"}},{"scope":["support.variable.dom","support.variable.property.dom"],"settings":{"foreground":"#ac6023"}},{"scope":"support.variable.property.process","settings":{"foreground":"#ac741d"}},{"scope":"meta.property.object","settings":{"foreground":"#ac6023"}},{"scope":"variable.parameter.function.js","settings":{"foreground":"#ac6023"}},{"scope":["keyword.other.template.begin","keyword.other.template.end"],"settings":{"foreground":"#215584"}},{"scope":["keyword.other.substitution.begin","keyword.other.substitution.end"],"settings":{"foreground":"#215584"}},{"scope":["punctuation.definition.template-expression.begin","punctuation.definition.template-expression.end"],"settings":{"foreground":"#8836c7"}},{"scope":"meta.template.expression","settings":{"foreground":"#636363"}},{"scope":"punctuation.section.embedded","settings":{"foreground":"#ac6023"}},{"scope":"variable.interpolation","settings":{"foreground":"#ac6023"}},{"scope":["punctuation.section.embedded.begin","punctuation.section.embedded.end"],"settings":{"foreground":"#8836c7"}},{"scope":"punctuation.quasi.element","settings":{"foreground":"#8836c7"}},{"scope":["support.type.primitive.ts","support.type.builtin.ts","support.type.primitive.tsx","support.type.builtin.tsx"],"settings":{"foreground":"#a631be"}},{"scope":"support.type.type.flowtype","settings":{"foreground":"#5731a7"}},{"scope":"support.type.primitive","settings":{"foreground":"#a631be"}},{"scope":["meta.decorator","meta.decorator punctuation.decorator"],"settings":{"foreground":"#216cab"}},{"scope":"entity.name.function.decorator","settings":{"foreground":"#216cab"}},{"scope":"punctuation.definition.decorator","settings":{"foreground":"#216cab"}},{"scope":"support.variable.magic.python","settings":{"foreground":"#ac6023"}},{"scope":"variable.parameter.function.language.special.self.python","settings":{"foreground":"#ac741d"}},{"scope":["punctuation.separator.period.python","punctuation.separator.element.python","punctuation.parenthesis.begin.python","punctuation.parenthesis.end.python"],"settings":{"foreground":"#636363"}},{"scope":["punctuation.definition.arguments.begin.python","punctuation.definition.arguments.end.python","punctuation.separator.arguments.python","punctuation.definition.list.begin.python","punctuation.definition.list.end.python"],"settings":{"foreground":"#636363"}},{"scope":"support.type.python","settings":{"foreground":"#2182a1"}},{"scope":"keyword.operator.logical.python","settings":{"foreground":"#8836c7"}},{"scope":"meta.function-call.generic.python","settings":{"foreground":"#5731a7"}},{"scope":"constant.character.format.placeholder.other.python","settings":{"foreground":"#ac741d"}},{"scope":"meta.function.decorator.python","settings":{"foreground":"#5731a7"}},{"scope":["support.token.decorator.python","meta.function.decorator.identifier.python"],"settings":{"foreground":"#2182a1"}},{"scope":"storage.modifier.lifetime.rust","settings":{"foreground":"#636363"}},{"scope":"support.function.std.rust","settings":{"foreground":"#5731a7"}},{"scope":"entity.name.lifetime.rust","settings":{"foreground":"#ac741d"}},{"scope":"variable.language.rust","settings":{"foreground":"#ac6023"}},{"scope":"keyword.operator.misc.rust","settings":{"foreground":"#636363"}},{"scope":"keyword.operator.sigil.rust","settings":{"foreground":"#8836c7"}},{"scope":"support.constant.core.rust","settings":{"foreground":"#ac741d"}},{"scope":["meta.function.c","meta.function.cpp"],"settings":{"foreground":"#ac6023"}},{"scope":["punctuation.section.block.begin.bracket.curly.cpp","punctuation.section.block.end.bracket.curly.cpp","punctuation.terminator.statement.c","punctuation.section.block.begin.bracket.curly.c","punctuation.section.block.end.bracket.curly.c","punctuation.section.parens.begin.bracket.round.c","punctuation.section.parens.end.bracket.round.c","punctuation.section.parameters.begin.bracket.round.c","punctuation.section.parameters.end.bracket.round.c"],"settings":{"foreground":"#636363"}},{"scope":["keyword.operator.assignment.c","keyword.operator.comparison.c","keyword.operator.c","keyword.operator.increment.c","keyword.operator.decrement.c","keyword.operator.bitwise.shift.c"],"settings":{"foreground":"#8836c7"}},{"scope":["keyword.operator.assignment.cpp","keyword.operator.comparison.cpp","keyword.operator.cpp","keyword.operator.increment.cpp","keyword.operator.decrement.cpp","keyword.operator.bitwise.shift.cpp"],"settings":{"foreground":"#8836c7"}},{"scope":["punctuation.separator.c","punctuation.separator.cpp"],"settings":{"foreground":"#8836c7"}},{"scope":["support.type.posix-reserved.c","support.type.posix-reserved.cpp"],"settings":{"foreground":"#2182a1"}},{"scope":["keyword.operator.sizeof.c","keyword.operator.sizeof.cpp"],"settings":{"foreground":"#8836c7"}},{"scope":"variable.c","settings":{"foreground":"#636363"}},{"scope":["storage.type.annotation.java","storage.type.object.array.java"],"settings":{"foreground":"#ac741d"}},{"scope":"source.java","settings":{"foreground":"#ac6023"}},{"scope":["punctuation.section.block.begin.java","punctuation.section.block.end.java","punctuation.definition.method-parameters.begin.java","punctuation.definition.method-parameters.end.java","meta.method.identifier.java","punctuation.section.method.begin.java","punctuation.section.method.end.java","punctuation.terminator.java","punctuation.section.class.begin.java","punctuation.section.class.end.java","punctuation.section.inner-class.begin.java","punctuation.section.inner-class.end.java","meta.method-call.java","punctuation.section.class.begin.bracket.curly.java","punctuation.section.class.end.bracket.curly.java","punctuation.section.method.begin.bracket.curly.java","punctuation.section.method.end.bracket.curly.java","punctuation.separator.period.java","punctuation.bracket.angle.java","punctuation.definition.annotation.java","meta.method.body.java"],"settings":{"foreground":"#636363"}},{"scope":"meta.method.java","settings":{"foreground":"#5731a7"}},{"scope":["storage.modifier.import.java","storage.type.java","storage.type.generic.java"],"settings":{"foreground":"#ac741d"}},{"scope":"keyword.operator.instanceof.java","settings":{"foreground":"#8836c7"}},{"scope":"meta.definition.variable.name.java","settings":{"foreground":"#ac6023"}},{"scope":"token.variable.parameter.java","settings":{"foreground":"#636363"}},{"scope":"import.storage.java","settings":{"foreground":"#ac741d"}},{"scope":"token.package.keyword","settings":{"foreground":"#8836c7"}},{"scope":"token.package","settings":{"foreground":"#636363"}},{"scope":"token.storage.type.java","settings":{"foreground":"#ac741d"}},{"scope":"keyword.operator.assignment.go","settings":{"foreground":"#ac741d"}},{"scope":["keyword.operator.arithmetic.go","keyword.operator.address.go"],"settings":{"foreground":"#8836c7"}},{"scope":"entity.name.package.go","settings":{"foreground":"#ac741d"}},{"scope":["support.other.namespace.use.php","support.other.namespace.use-as.php","support.other.namespace.php","entity.other.alias.php","meta.interface.php"],"settings":{"foreground":"#ac741d"}},{"scope":"keyword.operator.error-control.php","settings":{"foreground":"#8836c7"}},{"scope":"keyword.operator.type.php","settings":{"foreground":"#8836c7"}},{"scope":["punctuation.section.array.begin.php","punctuation.section.array.end.php"],"settings":{"foreground":"#636363"}},{"scope":["storage.type.php","meta.other.type.phpdoc.php","keyword.other.type.php","keyword.other.array.phpdoc.php"],"settings":{"foreground":"#ac741d"}},{"scope":["meta.function-call.php","meta.function-call.object.php","meta.function-call.static.php"],"settings":{"foreground":"#5731a7"}},{"scope":["punctuation.definition.parameters.begin.bracket.round.php","punctuation.definition.parameters.end.bracket.round.php","punctuation.separator.delimiter.php","punctuation.section.scope.begin.php","punctuation.section.scope.end.php","punctuation.terminator.expression.php","punctuation.definition.arguments.begin.bracket.round.php","punctuation.definition.arguments.end.bracket.round.php","punctuation.definition.storage-type.begin.bracket.round.php","punctuation.definition.storage-type.end.bracket.round.php","punctuation.definition.array.begin.bracket.round.php","punctuation.definition.array.end.bracket.round.php","punctuation.definition.begin.bracket.round.php","punctuation.definition.end.bracket.round.php","punctuation.definition.begin.bracket.curly.php","punctuation.definition.end.bracket.curly.php","punctuation.definition.section.switch-block.end.bracket.curly.php","punctuation.definition.section.switch-block.start.bracket.curly.php","punctuation.definition.section.switch-block.begin.bracket.curly.php","punctuation.definition.section.switch-block.end.bracket.curly.php"],"settings":{"foreground":"#636363"}},{"scope":["support.constant.ext.php","support.constant.std.php","support.constant.core.php","support.constant.parser-token.php"],"settings":{"foreground":"#ac741d"}},{"scope":["entity.name.goto-label.php","support.other.php"],"settings":{"foreground":"#5731a7"}},{"scope":["keyword.operator.logical.php","keyword.operator.bitwise.php","keyword.operator.arithmetic.php"],"settings":{"foreground":"#2182a1"}},{"scope":"keyword.operator.regexp.php","settings":{"foreground":"#8836c7"}},{"scope":"keyword.operator.comparison.php","settings":{"foreground":"#2182a1"}},{"scope":["keyword.operator.heredoc.php","keyword.operator.nowdoc.php"],"settings":{"foreground":"#8836c7"}},{"scope":"variable.other.class.php","settings":{"foreground":"#ac6023"}},{"scope":"invalid.illegal.non-null-typehinted.php","settings":{"foreground":"#0a0a0a"}},{"scope":"variable.other.generic-type.haskell","settings":{"foreground":"#8836c7"}},{"scope":"storage.type.haskell","settings":{"foreground":"#ac741d"}},{"scope":"storage.type.cs","settings":{"foreground":"#ac741d"}},{"scope":"entity.name.variable.local.cs","settings":{"foreground":"#ac6023"}},{"scope":"entity.name.label.cs","settings":{"foreground":"#ac741d"}},{"scope":["entity.name.scope-resolution.function.call","entity.name.scope-resolution.function.definition"],"settings":{"foreground":"#ac741d"}},{"scope":["punctuation.definition.delayed.unison","punctuation.definition.list.begin.unison","punctuation.definition.list.end.unison","punctuation.definition.ability.begin.unison","punctuation.definition.ability.end.unison","punctuation.operator.assignment.as.unison","punctuation.separator.pipe.unison","punctuation.separator.delimiter.unison","punctuation.definition.hash.unison"],"settings":{"foreground":"#ac6023"}},{"scope":"support.constant.edge","settings":{"foreground":"#8836c7"}},{"scope":"support.type.prelude.elm","settings":{"foreground":"#2182a1"}},{"scope":"support.constant.elm","settings":{"foreground":"#ac741d"}},{"scope":"entity.global.clojure","settings":{"foreground":"#ac741d"}},{"scope":"meta.symbol.clojure","settings":{"foreground":"#ac6023"}},{"scope":"constant.keyword.clojure","settings":{"foreground":"#2182a1"}},{"scope":["meta.arguments.coffee","variable.parameter.function.coffee"],"settings":{"foreground":"#ac6023"}},{"scope":"storage.modifier.import.groovy","settings":{"foreground":"#ac741d"}},{"scope":"meta.method.groovy","settings":{"foreground":"#5731a7"}},{"scope":"meta.definition.variable.name.groovy","settings":{"foreground":"#ac6023"}},{"scope":"meta.definition.class.inherited.classes.groovy","settings":{"foreground":"#215584"}},{"scope":"support.variable.semantic.hlsl","settings":{"foreground":"#ac741d"}},{"scope":["support.type.texture.hlsl","support.type.sampler.hlsl","support.type.object.hlsl","support.type.object.rw.hlsl","support.type.fx.hlsl","support.type.object.hlsl"],"settings":{"foreground":"#8836c7"}},{"scope":["text.variable","text.bracketed"],"settings":{"foreground":"#ac6023"}},{"scope":["support.type.swift","support.type.vb.asp"],"settings":{"foreground":"#ac741d"}},{"scope":"meta.scope.prerequisites.makefile","settings":{"foreground":"#ac6023"}},{"scope":"source.makefile","settings":{"foreground":"#ac741d"}},{"scope":"source.ini","settings":{"foreground":"#215584"}},{"scope":"constant.language.symbol.ruby","settings":{"foreground":"#2182a1"}},{"scope":["function.parameter.ruby","function.parameter.cs"],"settings":{"foreground":"#636363"}},{"scope":"constant.language.symbol.elixir","settings":{"foreground":"#2182a1"}},{"scope":"text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade","settings":{"foreground":"#8836c7"}},{"scope":"text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade","settings":{"foreground":"#8836c7"}},{"scope":"entity.name.function.xi","settings":{"foreground":"#ac741d"}},{"scope":"entity.name.class.xi","settings":{"foreground":"#2182a1"}},{"scope":"constant.character.character-class.regexp.xi","settings":{"foreground":"#ac6023"}},{"scope":"constant.regexp.xi","settings":{"foreground":"#8836c7"}},{"scope":"keyword.control.xi","settings":{"foreground":"#2182a1"}},{"scope":"invalid.xi","settings":{"foreground":"#636363"}},{"scope":"beginning.punctuation.definition.quote.markdown.xi","settings":{"foreground":"#215584"}},{"scope":"beginning.punctuation.definition.list.markdown.xi","settings":{"foreground":"#737373"}},{"scope":"constant.character.xi","settings":{"foreground":"#5731a7"}},{"scope":"accent.xi","settings":{"foreground":"#5731a7"}},{"scope":"wikiword.xi","settings":{"foreground":"#ac741d"}},{"scope":"constant.other.color.rgb-value.xi","settings":{"foreground":"#0a0a0a"}},{"scope":"punctuation.definition.tag.xi","settings":{"foreground":"#737373"}},{"scope":["support.constant.property-value.scss","support.constant.property-value.css"],"settings":{"foreground":"#ac741d"}},{"scope":["keyword.operator.css","keyword.operator.scss","keyword.operator.less"],"settings":{"foreground":"#2182a1"}},{"scope":["support.constant.color.w3c-standard-color-name.css","support.constant.color.w3c-standard-color-name.scss"],"settings":{"foreground":"#ac741d"}},{"scope":"punctuation.separator.list.comma.css","settings":{"foreground":"#636363"}},{"scope":"support.type.vendored.property-name.css","settings":{"foreground":"#2182a1"}},{"scope":"support.type.property-name.css","settings":{"foreground":"#2182a1"}},{"scope":"support.type.property-name","settings":{"foreground":"#636363"}},{"scope":"support.constant.property-value","settings":{"foreground":"#636363"}},{"scope":"support.constant.font-name","settings":{"foreground":"#ac741d"}},{"scope":"entity.other.attribute-name.class.css","settings":{"foreground":"#ac741d","fontStyle":"normal"}},{"scope":"entity.other.attribute-name.id","settings":{"foreground":"#5731a7","fontStyle":"normal"}},{"scope":["entity.other.attribute-name.pseudo-element","entity.other.attribute-name.pseudo-class"],"settings":{"foreground":"#2182a1"}},{"scope":"meta.selector","settings":{"foreground":"#8836c7"}},{"scope":"selector.sass","settings":{"foreground":"#ac6023"}},{"scope":"rgb-value","settings":{"foreground":"#2182a1"}},{"scope":"inline-color-decoration rgb-value","settings":{"foreground":"#ac741d"}},{"scope":"less rgb-value","settings":{"foreground":"#ac741d"}},{"scope":"control.elements","settings":{"foreground":"#ac741d"}},{"scope":"keyword.operator.less","settings":{"foreground":"#ac741d"}},{"scope":"entity.name.tag","settings":{"foreground":"#ac6023"}},{"scope":"entity.other.attribute-name","settings":{"foreground":"#ac741d","fontStyle":"normal"}},{"scope":"constant.character.entity","settings":{"foreground":"#ac6023"}},{"scope":"meta.tag","settings":{"foreground":"#636363"}},{"scope":"invalid.illegal.bad-ampersand.html","settings":{"foreground":"#636363"}},{"scope":"markup.heading","settings":{"foreground":"#ac6023"}},{"scope":["markup.heading punctuation.definition.heading","entity.name.section"],"settings":{"foreground":"#5731a7"}},{"scope":"entity.name.section.markdown","settings":{"foreground":"#ac6023"}},{"scope":"punctuation.definition.heading.markdown","settings":{"foreground":"#ac6023"}},{"scope":"markup.heading.setext","settings":{"foreground":"#636363"}},{"scope":["markup.heading.setext.1.markdown","markup.heading.setext.2.markdown"],"settings":{"foreground":"#ac6023"}},{"scope":["markup.bold","todo.bold"],"settings":{"foreground":"#ac741d"}},{"scope":"punctuation.definition.bold","settings":{"foreground":"#ac741d"}},{"scope":"punctuation.definition.bold.markdown","settings":{"foreground":"#ac741d"}},{"scope":["markup.italic","punctuation.definition.italic","todo.emphasis"],"settings":{"foreground":"#8836c7","fontStyle":"italic"}},{"scope":"emphasis md","settings":{"foreground":"#8836c7"}},{"scope":"markup.italic.markdown","settings":{"fontStyle":"italic"}},{"scope":["markup.underline.link.markdown","markup.underline.link.image.markdown"],"settings":{"foreground":"#8836c7"}},{"scope":["string.other.link.title.markdown","string.other.link.description.markdown"],"settings":{"foreground":"#5731a7"}},{"scope":"punctuation.definition.metadata.markdown","settings":{"foreground":"#ac6023"}},{"scope":["markup.inline.raw.markdown","markup.inline.raw.string.markdown"],"settings":{"foreground":"#215584"}},{"scope":"punctuation.definition.list.begin.markdown","settings":{"foreground":"#ac6023"}},{"scope":"punctuation.definition.list.markdown","settings":{"foreground":"#ac6023"}},{"scope":"beginning.punctuation.definition.list.markdown","settings":{"foreground":"#ac6023"}},{"scope":["punctuation.definition.string.begin.markdown","punctuation.definition.string.end.markdown"],"settings":{"foreground":"#ac6023"}},{"scope":"markup.quote.markdown","settings":{"foreground":"#737373"}},{"scope":"keyword.other.unit","settings":{"foreground":"#ac6023"}},{"scope":"markup.changed.diff","settings":{"foreground":"#ac741d"}},{"scope":["meta.diff.header.from-file","meta.diff.header.to-file","punctuation.definition.from-file.diff","punctuation.definition.to-file.diff"],"settings":{"foreground":"#5731a7"}},{"scope":"markup.inserted.diff","settings":{"foreground":"#215584"}},{"scope":"markup.deleted.diff","settings":{"foreground":"#ac6023"}},{"scope":"string.regexp","settings":{"foreground":"#2182a1"}},{"scope":"constant.other.character-class.regexp","settings":{"foreground":"#ac6023"}},{"scope":"keyword.operator.quantifier.regexp","settings":{"foreground":"#ac741d"}},{"scope":"constant.character.escape","settings":{"foreground":"#1e858e"}},{"scope":"source.json meta.structure.dictionary.json > string.quoted.json","settings":{"foreground":"#ac6023"}},{"scope":"source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string","settings":{"foreground":"#ac6023"}},{"scope":["source.json meta.structure.dictionary.json > value.json > string.quoted.json","source.json meta.structure.array.json > value.json > string.quoted.json","source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation","source.json meta.structure.array.json > value.json > string.quoted.json > punctuation"],"settings":{"foreground":"#215584"}},{"scope":["source.json meta.structure.dictionary.json > constant.language.json","source.json meta.structure.array.json > constant.language.json"],"settings":{"foreground":"#2182a1"}},{"scope":"support.type.property-name.json","settings":{"foreground":"#ac6023"}},{"scope":"support.type.property-name.json punctuation","settings":{"foreground":"#ac6023"}},{"scope":"punctuation.definition.block.sequence.item.yaml","settings":{"foreground":"#636363"}},{"scope":"block.scope.end","settings":{"foreground":"#636363"}},{"scope":"block.scope.begin","settings":{"foreground":"#636363"}},{"scope":"token.info-token","settings":{"foreground":"#5731a7"}},{"scope":"token.warn-token","settings":{"foreground":"#ac741d"}},{"scope":"token.error-token","settings":{"foreground":"#0a0a0a"}},{"scope":"token.debug-token","settings":{"foreground":"#8836c7"}},{"scope":"invalid.illegal","settings":{"foreground":"#0a0a0a"}},{"scope":"invalid.broken","settings":{"foreground":"#0a0a0a"}},{"scope":"invalid.deprecated","settings":{"foreground":"#0a0a0a"}},{"scope":"invalid.unimplemented","settings":{"foreground":"#0a0a0a"}}],"semanticTokenColors":{"comment":"#737373","string":"#215584","number":"#2182a1","regexp":"#2182a1","keyword":"#8836c7","variable":"#ac6023","parameter":"#636363","property":"#ac6023","function":"#5731a7","method":"#5731a7","type":"#a631be","class":"#a631be","namespace":"#ac741d","enumMember":"#2182a1","variable.constant":"#ac741d","variable.defaultLibrary":"#ac741d","decorator":"#216cab"}}`));export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e=Object.freeze(JSON.parse(`{"name":"pierre-light-soft","displayName":"Pierre Light Soft","type":"light","colors":{"editor.background":"#ffffff","editor.foreground":"#525252","foreground":"#525252","focusBorder":"#009fff","selection.background":"#dfebff","editor.selectionBackground":"#009fff2e","editor.lineHighlightBackground":"#dfebff8c","editorCursor.foreground":"#009fff","editorLineNumber.foreground":"#8a8a8a","editorLineNumber.activeForeground":"#737373","editorIndentGuide.background":"#ededed","editorIndentGuide.activeBackground":"#e5e5e5","diffEditor.insertedTextBackground":"#07c48033","diffEditor.deletedTextBackground":"#ff2e3f33","sideBar.background":"#f7f7f7","sideBar.foreground":"#737373","sideBar.border":"#ededed","sideBarTitle.foreground":"#525252","sideBarSectionHeader.background":"#f7f7f7","sideBarSectionHeader.foreground":"#737373","sideBarSectionHeader.border":"#ededed","activityBar.background":"#f7f7f7","activityBar.foreground":"#525252","activityBar.border":"#ededed","activityBar.activeBorder":"#009fff","activityBarBadge.background":"#009fff","activityBarBadge.foreground":"#ffffff","titleBar.activeBackground":"#f7f7f7","titleBar.activeForeground":"#525252","titleBar.inactiveBackground":"#f7f7f7","titleBar.inactiveForeground":"#8a8a8a","titleBar.border":"#ededed","list.activeSelectionBackground":"#dfebffcc","list.activeSelectionForeground":"#525252","list.inactiveSelectionBackground":"#dfebff73","list.hoverBackground":"#dfebff59","list.focusOutline":"#009fff","tab.activeBackground":"#ffffff","tab.activeForeground":"#525252","tab.activeBorderTop":"#009fff","tab.inactiveBackground":"#f7f7f7","tab.inactiveForeground":"#8a8a8a","tab.border":"#ededed","editorGroupHeader.tabsBackground":"#f7f7f7","editorGroupHeader.tabsBorder":"#ededed","panel.background":"#f7f7f7","panel.border":"#ededed","panelTitle.activeBorder":"#009fff","panelTitle.activeForeground":"#525252","panelTitle.inactiveForeground":"#8a8a8a","statusBar.background":"#f7f7f7","statusBar.foreground":"#737373","statusBar.border":"#ededed","statusBar.noFolderBackground":"#f7f7f7","statusBar.debuggingBackground":"#ffca00","statusBar.debuggingForeground":"#ffffff","statusBarItem.remoteBackground":"#f7f7f7","statusBarItem.remoteForeground":"#737373","input.background":"#f5f5f5","input.border":"#d4d4d4","input.foreground":"#525252","input.placeholderForeground":"#a3a3a3","dropdown.background":"#f5f5f5","dropdown.border":"#d4d4d4","dropdown.foreground":"#525252","button.background":"#009fff","button.foreground":"#ffffff","button.hoverBackground":"#1aa9ff","textLink.foreground":"#009fff","textLink.activeForeground":"#009fff","notifications.background":"#fafafa","notifications.foreground":"#525252","notifications.border":"#e5e5e5","notificationToast.border":"#e5e5e5","notificationCenter.border":"#e5e5e5","notificationCenterHeader.background":"#fafafa","notificationCenterHeader.foreground":"#737373","notificationLink.foreground":"#009fff","notificationsErrorIcon.foreground":"#ff2e3f","notificationsWarningIcon.foreground":"#ffca00","notificationsInfoIcon.foreground":"#08c0ef","quickInput.background":"#fafafa","quickInput.foreground":"#525252","quickInputTitle.background":"#fafafa","widget.border":"#e5e5e5","gitDecoration.addedResourceForeground":"#07c480","gitDecoration.conflictingResourceForeground":"#7b43f8","gitDecoration.modifiedResourceForeground":"#009fff","gitDecoration.deletedResourceForeground":"#ff2e3f","gitDecoration.untrackedResourceForeground":"#07c480","gitDecoration.ignoredResourceForeground":"#8a8a8a","merge.currentHeaderBackground":"#7b43f833","merge.currentContentBackground":"#7b43f814","merge.incomingHeaderBackground":"#08c0ef33","merge.incomingContentBackground":"#08c0ef14","editorOverviewRuler.currentContentForeground":"#7b43f8","editorOverviewRuler.incomingContentForeground":"#08c0ef","terminal.titleForeground":"#737373","terminal.titleInactiveForeground":"#8a8a8a","terminal.background":"#f7f7f7","terminal.foreground":"#737373","terminal.ansiBlack":"#1d1d1d","terminal.ansiRed":"#ff2e3f","terminal.ansiGreen":"#0dbe4e","terminal.ansiYellow":"#ffca00","terminal.ansiBlue":"#009fff","terminal.ansiMagenta":"#e130ac","terminal.ansiCyan":"#08c0ef","terminal.ansiWhite":"#bcbcbc","terminal.ansiBrightBlack":"#1d1d1d","terminal.ansiBrightRed":"#ff2e3f","terminal.ansiBrightGreen":"#86c427","terminal.ansiBrightYellow":"#ffca00","terminal.ansiBrightBlue":"#009fff","terminal.ansiBrightMagenta":"#e130ac","terminal.ansiBrightCyan":"#08c0ef","terminal.ansiBrightWhite":"#bcbcbc"},"tokenColors":[{"scope":["comment","punctuation.definition.comment"],"settings":{"foreground":"#8a8a8a"}},{"scope":"comment markup.link","settings":{"foreground":"#8a8a8a"}},{"scope":["string","constant.other.symbol"],"settings":{"foreground":"#0dbe4e"}},{"scope":["punctuation.definition.string.begin","punctuation.definition.string.end"],"settings":{"foreground":"#0dbe4e"}},{"scope":["constant.numeric","constant.language.boolean"],"settings":{"foreground":"#08c0ef"}},{"scope":"constant","settings":{"foreground":"#ffca00"}},{"scope":"punctuation.definition.constant","settings":{"foreground":"#ffca00"}},{"scope":"constant.language","settings":{"foreground":"#08c0ef"}},{"scope":"variable.other.constant","settings":{"foreground":"#ffab16"}},{"scope":"keyword","settings":{"foreground":"#ff678d"}},{"scope":"keyword.control","settings":{"foreground":"#ff678d"}},{"scope":["storage","storage.type","storage.modifier"],"settings":{"foreground":"#ff678d"}},{"scope":"token.storage","settings":{"foreground":"#ff678d"}},{"scope":["keyword.operator.new","keyword.operator.expression.instanceof","keyword.operator.expression.typeof","keyword.operator.expression.void","keyword.operator.expression.delete","keyword.operator.expression.in","keyword.operator.expression.of","keyword.operator.expression.keyof"],"settings":{"foreground":"#ff678d"}},{"scope":"keyword.operator.delete","settings":{"foreground":"#ff678d"}},{"scope":["variable","identifier","meta.definition.variable"],"settings":{"foreground":"#fe8c2c"}},{"scope":["variable.other.readwrite","meta.object-literal.key","support.variable.property","support.variable.object.process","support.variable.object.node"],"settings":{"foreground":"#fe8c2c"}},{"scope":"variable.language","settings":{"foreground":"#ffab16"}},{"scope":"variable.parameter.function","settings":{"foreground":"#737373"}},{"scope":"function.parameter","settings":{"foreground":"#737373"}},{"scope":"variable.parameter","settings":{"foreground":"#737373"}},{"scope":"variable.parameter.function.language.python","settings":{"foreground":"#ffca00"}},{"scope":"variable.parameter.function.python","settings":{"foreground":"#ffca00"}},{"scope":["support.function","entity.name.function","meta.function-call","meta.require","support.function.any-method","variable.function"],"settings":{"foreground":"#9d6afb"}},{"scope":"keyword.other.special-method","settings":{"foreground":"#9d6afb"}},{"scope":"entity.name.function","settings":{"foreground":"#9d6afb"}},{"scope":"support.function.console","settings":{"foreground":"#9d6afb"}},{"scope":["support.type","entity.name.type","entity.name.class","storage.type"],"settings":{"foreground":"#d568ea"}},{"scope":["support.class","entity.name.type.class"],"settings":{"foreground":"#d568ea"}},{"scope":["entity.name.class","variable.other.class.js","variable.other.class.ts"],"settings":{"foreground":"#d568ea"}},{"scope":"entity.name.class.identifier.namespace.type","settings":{"foreground":"#d568ea"}},{"scope":"entity.name.type.namespace","settings":{"foreground":"#ffab16"}},{"scope":"entity.other.inherited-class","settings":{"foreground":"#d568ea"}},{"scope":"entity.name.namespace","settings":{"foreground":"#ffab16"}},{"scope":"keyword.operator","settings":{"foreground":"#737373"}},{"scope":["keyword.operator.logical","keyword.operator.bitwise","keyword.operator.channel"],"settings":{"foreground":"#68cdf2"}},{"scope":["keyword.operator.arithmetic","keyword.operator.comparison","keyword.operator.relational","keyword.operator.increment","keyword.operator.decrement"],"settings":{"foreground":"#68cdf2"}},{"scope":"keyword.operator.assignment","settings":{"foreground":"#68cdf2"}},{"scope":"keyword.operator.assignment.compound","settings":{"foreground":"#ff678d"}},{"scope":["keyword.operator.assignment.compound.js","keyword.operator.assignment.compound.ts"],"settings":{"foreground":"#68cdf2"}},{"scope":"keyword.operator.ternary","settings":{"foreground":"#ff678d"}},{"scope":"keyword.operator.optional","settings":{"foreground":"#ff678d"}},{"scope":"punctuation","settings":{"foreground":"#737373"}},{"scope":"punctuation.separator.delimiter","settings":{"foreground":"#737373"}},{"scope":"punctuation.separator.key-value","settings":{"foreground":"#737373"}},{"scope":"punctuation.terminator","settings":{"foreground":"#737373"}},{"scope":"meta.brace","settings":{"foreground":"#737373"}},{"scope":"meta.brace.square","settings":{"foreground":"#737373"}},{"scope":"meta.brace.round","settings":{"foreground":"#737373"}},{"scope":"function.brace","settings":{"foreground":"#737373"}},{"scope":["punctuation.definition.parameters","punctuation.definition.typeparameters"],"settings":{"foreground":"#737373"}},{"scope":["punctuation.definition.block","punctuation.definition.tag"],"settings":{"foreground":"#737373"}},{"scope":["meta.tag.tsx","meta.tag.jsx","meta.tag.js","meta.tag.ts"],"settings":{"foreground":"#737373"}},{"scope":"keyword.operator.expression.import","settings":{"foreground":"#9d6afb"}},{"scope":"keyword.operator.module","settings":{"foreground":"#ff678d"}},{"scope":"support.type.object.console","settings":{"foreground":"#fe8c2c"}},{"scope":["support.module.node","support.type.object.module","entity.name.type.module"],"settings":{"foreground":"#ffab16"}},{"scope":"support.constant.math","settings":{"foreground":"#ffab16"}},{"scope":"support.constant.property.math","settings":{"foreground":"#ffca00"}},{"scope":"support.constant.json","settings":{"foreground":"#ffca00"}},{"scope":"support.type.object.dom","settings":{"foreground":"#68cdf2"}},{"scope":["support.variable.dom","support.variable.property.dom"],"settings":{"foreground":"#fe8c2c"}},{"scope":"support.variable.property.process","settings":{"foreground":"#ffca00"}},{"scope":"meta.property.object","settings":{"foreground":"#fe8c2c"}},{"scope":"variable.parameter.function.js","settings":{"foreground":"#fe8c2c"}},{"scope":["keyword.other.template.begin","keyword.other.template.end"],"settings":{"foreground":"#0dbe4e"}},{"scope":["keyword.other.substitution.begin","keyword.other.substitution.end"],"settings":{"foreground":"#0dbe4e"}},{"scope":["punctuation.definition.template-expression.begin","punctuation.definition.template-expression.end"],"settings":{"foreground":"#ff678d"}},{"scope":"meta.template.expression","settings":{"foreground":"#737373"}},{"scope":"punctuation.section.embedded","settings":{"foreground":"#fe8c2c"}},{"scope":"variable.interpolation","settings":{"foreground":"#fe8c2c"}},{"scope":["punctuation.section.embedded.begin","punctuation.section.embedded.end"],"settings":{"foreground":"#ff678d"}},{"scope":"punctuation.quasi.element","settings":{"foreground":"#ff678d"}},{"scope":["support.type.primitive.ts","support.type.builtin.ts","support.type.primitive.tsx","support.type.builtin.tsx"],"settings":{"foreground":"#d568ea"}},{"scope":"support.type.type.flowtype","settings":{"foreground":"#9d6afb"}},{"scope":"support.type.primitive","settings":{"foreground":"#d568ea"}},{"scope":["meta.decorator","meta.decorator punctuation.decorator"],"settings":{"foreground":"#69b1ff"}},{"scope":"entity.name.function.decorator","settings":{"foreground":"#69b1ff"}},{"scope":"punctuation.definition.decorator","settings":{"foreground":"#69b1ff"}},{"scope":"support.variable.magic.python","settings":{"foreground":"#ff5d36"}},{"scope":"variable.parameter.function.language.special.self.python","settings":{"foreground":"#ffab16"}},{"scope":["punctuation.separator.period.python","punctuation.separator.element.python","punctuation.parenthesis.begin.python","punctuation.parenthesis.end.python"],"settings":{"foreground":"#737373"}},{"scope":["punctuation.definition.arguments.begin.python","punctuation.definition.arguments.end.python","punctuation.separator.arguments.python","punctuation.definition.list.begin.python","punctuation.definition.list.end.python"],"settings":{"foreground":"#737373"}},{"scope":"support.type.python","settings":{"foreground":"#68cdf2"}},{"scope":"keyword.operator.logical.python","settings":{"foreground":"#ff678d"}},{"scope":"meta.function-call.generic.python","settings":{"foreground":"#9d6afb"}},{"scope":"constant.character.format.placeholder.other.python","settings":{"foreground":"#ffca00"}},{"scope":"meta.function.decorator.python","settings":{"foreground":"#9d6afb"}},{"scope":["support.token.decorator.python","meta.function.decorator.identifier.python"],"settings":{"foreground":"#68cdf2"}},{"scope":"storage.modifier.lifetime.rust","settings":{"foreground":"#737373"}},{"scope":"support.function.std.rust","settings":{"foreground":"#9d6afb"}},{"scope":"entity.name.lifetime.rust","settings":{"foreground":"#ffab16"}},{"scope":"variable.language.rust","settings":{"foreground":"#ff5d36"}},{"scope":"keyword.operator.misc.rust","settings":{"foreground":"#737373"}},{"scope":"keyword.operator.sigil.rust","settings":{"foreground":"#ff678d"}},{"scope":"support.constant.core.rust","settings":{"foreground":"#ffca00"}},{"scope":["meta.function.c","meta.function.cpp"],"settings":{"foreground":"#ff5d36"}},{"scope":["punctuation.section.block.begin.bracket.curly.cpp","punctuation.section.block.end.bracket.curly.cpp","punctuation.terminator.statement.c","punctuation.section.block.begin.bracket.curly.c","punctuation.section.block.end.bracket.curly.c","punctuation.section.parens.begin.bracket.round.c","punctuation.section.parens.end.bracket.round.c","punctuation.section.parameters.begin.bracket.round.c","punctuation.section.parameters.end.bracket.round.c"],"settings":{"foreground":"#737373"}},{"scope":["keyword.operator.assignment.c","keyword.operator.comparison.c","keyword.operator.c","keyword.operator.increment.c","keyword.operator.decrement.c","keyword.operator.bitwise.shift.c"],"settings":{"foreground":"#ff678d"}},{"scope":["keyword.operator.assignment.cpp","keyword.operator.comparison.cpp","keyword.operator.cpp","keyword.operator.increment.cpp","keyword.operator.decrement.cpp","keyword.operator.bitwise.shift.cpp"],"settings":{"foreground":"#ff678d"}},{"scope":["punctuation.separator.c","punctuation.separator.cpp"],"settings":{"foreground":"#ff678d"}},{"scope":["support.type.posix-reserved.c","support.type.posix-reserved.cpp"],"settings":{"foreground":"#68cdf2"}},{"scope":["keyword.operator.sizeof.c","keyword.operator.sizeof.cpp"],"settings":{"foreground":"#ff678d"}},{"scope":"variable.c","settings":{"foreground":"#737373"}},{"scope":["storage.type.annotation.java","storage.type.object.array.java"],"settings":{"foreground":"#ffab16"}},{"scope":"source.java","settings":{"foreground":"#ff5d36"}},{"scope":["punctuation.section.block.begin.java","punctuation.section.block.end.java","punctuation.definition.method-parameters.begin.java","punctuation.definition.method-parameters.end.java","meta.method.identifier.java","punctuation.section.method.begin.java","punctuation.section.method.end.java","punctuation.terminator.java","punctuation.section.class.begin.java","punctuation.section.class.end.java","punctuation.section.inner-class.begin.java","punctuation.section.inner-class.end.java","meta.method-call.java","punctuation.section.class.begin.bracket.curly.java","punctuation.section.class.end.bracket.curly.java","punctuation.section.method.begin.bracket.curly.java","punctuation.section.method.end.bracket.curly.java","punctuation.separator.period.java","punctuation.bracket.angle.java","punctuation.definition.annotation.java","meta.method.body.java"],"settings":{"foreground":"#737373"}},{"scope":"meta.method.java","settings":{"foreground":"#9d6afb"}},{"scope":["storage.modifier.import.java","storage.type.java","storage.type.generic.java"],"settings":{"foreground":"#ffab16"}},{"scope":"keyword.operator.instanceof.java","settings":{"foreground":"#ff678d"}},{"scope":"meta.definition.variable.name.java","settings":{"foreground":"#ff5d36"}},{"scope":"token.variable.parameter.java","settings":{"foreground":"#737373"}},{"scope":"import.storage.java","settings":{"foreground":"#ffab16"}},{"scope":"token.package.keyword","settings":{"foreground":"#ff678d"}},{"scope":"token.package","settings":{"foreground":"#737373"}},{"scope":"token.storage.type.java","settings":{"foreground":"#ffab16"}},{"scope":"keyword.operator.assignment.go","settings":{"foreground":"#ffab16"}},{"scope":["keyword.operator.arithmetic.go","keyword.operator.address.go"],"settings":{"foreground":"#ff678d"}},{"scope":"entity.name.package.go","settings":{"foreground":"#ffab16"}},{"scope":["support.other.namespace.use.php","support.other.namespace.use-as.php","support.other.namespace.php","entity.other.alias.php","meta.interface.php"],"settings":{"foreground":"#ffab16"}},{"scope":"keyword.operator.error-control.php","settings":{"foreground":"#ff678d"}},{"scope":"keyword.operator.type.php","settings":{"foreground":"#ff678d"}},{"scope":["punctuation.section.array.begin.php","punctuation.section.array.end.php"],"settings":{"foreground":"#737373"}},{"scope":["storage.type.php","meta.other.type.phpdoc.php","keyword.other.type.php","keyword.other.array.phpdoc.php"],"settings":{"foreground":"#ffab16"}},{"scope":["meta.function-call.php","meta.function-call.object.php","meta.function-call.static.php"],"settings":{"foreground":"#9d6afb"}},{"scope":["punctuation.definition.parameters.begin.bracket.round.php","punctuation.definition.parameters.end.bracket.round.php","punctuation.separator.delimiter.php","punctuation.section.scope.begin.php","punctuation.section.scope.end.php","punctuation.terminator.expression.php","punctuation.definition.arguments.begin.bracket.round.php","punctuation.definition.arguments.end.bracket.round.php","punctuation.definition.storage-type.begin.bracket.round.php","punctuation.definition.storage-type.end.bracket.round.php","punctuation.definition.array.begin.bracket.round.php","punctuation.definition.array.end.bracket.round.php","punctuation.definition.begin.bracket.round.php","punctuation.definition.end.bracket.round.php","punctuation.definition.begin.bracket.curly.php","punctuation.definition.end.bracket.curly.php","punctuation.definition.section.switch-block.end.bracket.curly.php","punctuation.definition.section.switch-block.start.bracket.curly.php","punctuation.definition.section.switch-block.begin.bracket.curly.php","punctuation.definition.section.switch-block.end.bracket.curly.php"],"settings":{"foreground":"#737373"}},{"scope":["support.constant.ext.php","support.constant.std.php","support.constant.core.php","support.constant.parser-token.php"],"settings":{"foreground":"#ffca00"}},{"scope":["entity.name.goto-label.php","support.other.php"],"settings":{"foreground":"#9d6afb"}},{"scope":["keyword.operator.logical.php","keyword.operator.bitwise.php","keyword.operator.arithmetic.php"],"settings":{"foreground":"#68cdf2"}},{"scope":"keyword.operator.regexp.php","settings":{"foreground":"#ff678d"}},{"scope":"keyword.operator.comparison.php","settings":{"foreground":"#68cdf2"}},{"scope":["keyword.operator.heredoc.php","keyword.operator.nowdoc.php"],"settings":{"foreground":"#ff678d"}},{"scope":"variable.other.class.php","settings":{"foreground":"#ff5d36"}},{"scope":"invalid.illegal.non-null-typehinted.php","settings":{"foreground":"#171717"}},{"scope":"variable.other.generic-type.haskell","settings":{"foreground":"#ff678d"}},{"scope":"storage.type.haskell","settings":{"foreground":"#ffca00"}},{"scope":"storage.type.cs","settings":{"foreground":"#ffab16"}},{"scope":"entity.name.variable.local.cs","settings":{"foreground":"#ff5d36"}},{"scope":"entity.name.label.cs","settings":{"foreground":"#ffab16"}},{"scope":["entity.name.scope-resolution.function.call","entity.name.scope-resolution.function.definition"],"settings":{"foreground":"#ffab16"}},{"scope":["punctuation.definition.delayed.unison","punctuation.definition.list.begin.unison","punctuation.definition.list.end.unison","punctuation.definition.ability.begin.unison","punctuation.definition.ability.end.unison","punctuation.operator.assignment.as.unison","punctuation.separator.pipe.unison","punctuation.separator.delimiter.unison","punctuation.definition.hash.unison"],"settings":{"foreground":"#ff5d36"}},{"scope":"support.constant.edge","settings":{"foreground":"#ff678d"}},{"scope":"support.type.prelude.elm","settings":{"foreground":"#68cdf2"}},{"scope":"support.constant.elm","settings":{"foreground":"#ffca00"}},{"scope":"entity.global.clojure","settings":{"foreground":"#ffab16"}},{"scope":"meta.symbol.clojure","settings":{"foreground":"#ff5d36"}},{"scope":"constant.keyword.clojure","settings":{"foreground":"#68cdf2"}},{"scope":["meta.arguments.coffee","variable.parameter.function.coffee"],"settings":{"foreground":"#ff5d36"}},{"scope":"storage.modifier.import.groovy","settings":{"foreground":"#ffab16"}},{"scope":"meta.method.groovy","settings":{"foreground":"#9d6afb"}},{"scope":"meta.definition.variable.name.groovy","settings":{"foreground":"#ff5d36"}},{"scope":"meta.definition.class.inherited.classes.groovy","settings":{"foreground":"#0dbe4e"}},{"scope":"support.variable.semantic.hlsl","settings":{"foreground":"#ffab16"}},{"scope":["support.type.texture.hlsl","support.type.sampler.hlsl","support.type.object.hlsl","support.type.object.rw.hlsl","support.type.fx.hlsl","support.type.object.hlsl"],"settings":{"foreground":"#ff678d"}},{"scope":["text.variable","text.bracketed"],"settings":{"foreground":"#ff5d36"}},{"scope":["support.type.swift","support.type.vb.asp"],"settings":{"foreground":"#ffab16"}},{"scope":"meta.scope.prerequisites.makefile","settings":{"foreground":"#ff5d36"}},{"scope":"source.makefile","settings":{"foreground":"#ffab16"}},{"scope":"source.ini","settings":{"foreground":"#0dbe4e"}},{"scope":"constant.language.symbol.ruby","settings":{"foreground":"#68cdf2"}},{"scope":["function.parameter.ruby","function.parameter.cs"],"settings":{"foreground":"#737373"}},{"scope":"constant.language.symbol.elixir","settings":{"foreground":"#68cdf2"}},{"scope":"text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade","settings":{"foreground":"#ff678d"}},{"scope":"text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade","settings":{"foreground":"#ff678d"}},{"scope":"entity.name.function.xi","settings":{"foreground":"#ffab16"}},{"scope":"entity.name.class.xi","settings":{"foreground":"#68cdf2"}},{"scope":"constant.character.character-class.regexp.xi","settings":{"foreground":"#ff5d36"}},{"scope":"constant.regexp.xi","settings":{"foreground":"#ff678d"}},{"scope":"keyword.control.xi","settings":{"foreground":"#68cdf2"}},{"scope":"invalid.xi","settings":{"foreground":"#737373"}},{"scope":"beginning.punctuation.definition.quote.markdown.xi","settings":{"foreground":"#0dbe4e"}},{"scope":"beginning.punctuation.definition.list.markdown.xi","settings":{"foreground":"#8a8a8a"}},{"scope":"constant.character.xi","settings":{"foreground":"#9d6afb"}},{"scope":"accent.xi","settings":{"foreground":"#9d6afb"}},{"scope":"wikiword.xi","settings":{"foreground":"#ffca00"}},{"scope":"constant.other.color.rgb-value.xi","settings":{"foreground":"#171717"}},{"scope":"punctuation.definition.tag.xi","settings":{"foreground":"#8a8a8a"}},{"scope":["support.constant.property-value.scss","support.constant.property-value.css"],"settings":{"foreground":"#ffca00"}},{"scope":["keyword.operator.css","keyword.operator.scss","keyword.operator.less"],"settings":{"foreground":"#68cdf2"}},{"scope":["support.constant.color.w3c-standard-color-name.css","support.constant.color.w3c-standard-color-name.scss"],"settings":{"foreground":"#ffca00"}},{"scope":"punctuation.separator.list.comma.css","settings":{"foreground":"#737373"}},{"scope":"support.type.vendored.property-name.css","settings":{"foreground":"#68cdf2"}},{"scope":"support.type.property-name.css","settings":{"foreground":"#68cdf2"}},{"scope":"support.type.property-name","settings":{"foreground":"#737373"}},{"scope":"support.constant.property-value","settings":{"foreground":"#737373"}},{"scope":"support.constant.font-name","settings":{"foreground":"#ffca00"}},{"scope":"entity.other.attribute-name.class.css","settings":{"foreground":"#07c480","fontStyle":"normal"}},{"scope":"entity.other.attribute-name.id","settings":{"foreground":"#9d6afb","fontStyle":"normal"}},{"scope":["entity.other.attribute-name.pseudo-element","entity.other.attribute-name.pseudo-class"],"settings":{"foreground":"#68cdf2"}},{"scope":"meta.selector","settings":{"foreground":"#ff678d"}},{"scope":"selector.sass","settings":{"foreground":"#ff5d36"}},{"scope":"rgb-value","settings":{"foreground":"#68cdf2"}},{"scope":"inline-color-decoration rgb-value","settings":{"foreground":"#ffca00"}},{"scope":"less rgb-value","settings":{"foreground":"#ffca00"}},{"scope":"control.elements","settings":{"foreground":"#ffca00"}},{"scope":"keyword.operator.less","settings":{"foreground":"#ffca00"}},{"scope":"entity.name.tag","settings":{"foreground":"#ff5d36"}},{"scope":"entity.other.attribute-name","settings":{"foreground":"#07c480","fontStyle":"normal"}},{"scope":"constant.character.entity","settings":{"foreground":"#ff5d36"}},{"scope":"meta.tag","settings":{"foreground":"#737373"}},{"scope":"invalid.illegal.bad-ampersand.html","settings":{"foreground":"#737373"}},{"scope":"markup.heading","settings":{"foreground":"#ff5d36"}},{"scope":["markup.heading punctuation.definition.heading","entity.name.section"],"settings":{"foreground":"#9d6afb"}},{"scope":"entity.name.section.markdown","settings":{"foreground":"#ff5d36"}},{"scope":"punctuation.definition.heading.markdown","settings":{"foreground":"#ff5d36"}},{"scope":"markup.heading.setext","settings":{"foreground":"#737373"}},{"scope":["markup.heading.setext.1.markdown","markup.heading.setext.2.markdown"],"settings":{"foreground":"#ff5d36"}},{"scope":["markup.bold","todo.bold"],"settings":{"foreground":"#ffca00"}},{"scope":"punctuation.definition.bold","settings":{"foreground":"#ffab16"}},{"scope":"punctuation.definition.bold.markdown","settings":{"foreground":"#ffca00"}},{"scope":["markup.italic","punctuation.definition.italic","todo.emphasis"],"settings":{"foreground":"#ff678d","fontStyle":"italic"}},{"scope":"emphasis md","settings":{"foreground":"#ff678d"}},{"scope":"markup.italic.markdown","settings":{"fontStyle":"italic"}},{"scope":["markup.underline.link.markdown","markup.underline.link.image.markdown"],"settings":{"foreground":"#ff678d"}},{"scope":["string.other.link.title.markdown","string.other.link.description.markdown"],"settings":{"foreground":"#9d6afb"}},{"scope":"punctuation.definition.metadata.markdown","settings":{"foreground":"#ff5d36"}},{"scope":["markup.inline.raw.markdown","markup.inline.raw.string.markdown"],"settings":{"foreground":"#0dbe4e"}},{"scope":"punctuation.definition.list.begin.markdown","settings":{"foreground":"#ff5d36"}},{"scope":"punctuation.definition.list.markdown","settings":{"foreground":"#ff5d36"}},{"scope":"beginning.punctuation.definition.list.markdown","settings":{"foreground":"#ff5d36"}},{"scope":["punctuation.definition.string.begin.markdown","punctuation.definition.string.end.markdown"],"settings":{"foreground":"#ff5d36"}},{"scope":"markup.quote.markdown","settings":{"foreground":"#8a8a8a"}},{"scope":"keyword.other.unit","settings":{"foreground":"#ff5d36"}},{"scope":"markup.changed.diff","settings":{"foreground":"#ffab16"}},{"scope":["meta.diff.header.from-file","meta.diff.header.to-file","punctuation.definition.from-file.diff","punctuation.definition.to-file.diff"],"settings":{"foreground":"#9d6afb"}},{"scope":"markup.inserted.diff","settings":{"foreground":"#0dbe4e"}},{"scope":"markup.deleted.diff","settings":{"foreground":"#ff5d36"}},{"scope":"string.regexp","settings":{"foreground":"#00c5d2"}},{"scope":"constant.other.character-class.regexp","settings":{"foreground":"#ff5d36"}},{"scope":"keyword.operator.quantifier.regexp","settings":{"foreground":"#ffca00"}},{"scope":"constant.character.escape","settings":{"foreground":"#00cab1"}},{"scope":"source.json meta.structure.dictionary.json > string.quoted.json","settings":{"foreground":"#ff5d36"}},{"scope":"source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string","settings":{"foreground":"#ff5d36"}},{"scope":["source.json meta.structure.dictionary.json > value.json > string.quoted.json","source.json meta.structure.array.json > value.json > string.quoted.json","source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation","source.json meta.structure.array.json > value.json > string.quoted.json > punctuation"],"settings":{"foreground":"#0dbe4e"}},{"scope":["source.json meta.structure.dictionary.json > constant.language.json","source.json meta.structure.array.json > constant.language.json"],"settings":{"foreground":"#68cdf2"}},{"scope":"support.type.property-name.json","settings":{"foreground":"#ff5d36"}},{"scope":"support.type.property-name.json punctuation","settings":{"foreground":"#ff5d36"}},{"scope":"punctuation.definition.block.sequence.item.yaml","settings":{"foreground":"#737373"}},{"scope":"block.scope.end","settings":{"foreground":"#737373"}},{"scope":"block.scope.begin","settings":{"foreground":"#737373"}},{"scope":"token.info-token","settings":{"foreground":"#9d6afb"}},{"scope":"token.warn-token","settings":{"foreground":"#ffca00"}},{"scope":"token.error-token","settings":{"foreground":"#171717"}},{"scope":"token.debug-token","settings":{"foreground":"#ff678d"}},{"scope":"invalid.illegal","settings":{"foreground":"#171717"}},{"scope":"invalid.broken","settings":{"foreground":"#171717"}},{"scope":"invalid.deprecated","settings":{"foreground":"#171717"}},{"scope":"invalid.unimplemented","settings":{"foreground":"#171717"}}],"semanticTokenColors":{"comment":"#8a8a8a","string":"#0dbe4e","number":"#08c0ef","regexp":"#00c5d2","keyword":"#ff678d","variable":"#fe8c2c","parameter":"#737373","property":"#fe8c2c","function":"#9d6afb","method":"#9d6afb","type":"#d568ea","class":"#d568ea","namespace":"#ffab16","enumMember":"#68cdf2","variable.constant":"#ffca00","variable.defaultLibrary":"#ffab16","decorator":"#69b1ff"}}`));export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e=Object.freeze(JSON.parse(`{"name":"pierre-light-tritanopia","displayName":"Pierre Light Tritanopia","type":"light","colors":{"editor.background":"#ffffff","editor.foreground":"#0a0a0a","foreground":"#0a0a0a","focusBorder":"#009fff","selection.background":"#dfebff","editor.selectionBackground":"#009fff2e","editor.lineHighlightBackground":"#dfebff8c","editorCursor.foreground":"#009fff","editorLineNumber.foreground":"#737373","editorLineNumber.activeForeground":"#525252","editorIndentGuide.background":"#e5e5e5","editorIndentGuide.activeBackground":"#d4d4d4","diffEditor.insertedTextBackground":"#1e858e33","diffEditor.deletedTextBackground":"#d5512f33","sideBar.background":"#f5f5f5","sideBar.foreground":"#525252","sideBar.border":"#e5e5e5","sideBarTitle.foreground":"#0a0a0a","sideBarSectionHeader.background":"#f5f5f5","sideBarSectionHeader.foreground":"#525252","sideBarSectionHeader.border":"#e5e5e5","activityBar.background":"#f5f5f5","activityBar.foreground":"#0a0a0a","activityBar.border":"#e5e5e5","activityBar.activeBorder":"#009fff","activityBarBadge.background":"#009fff","activityBarBadge.foreground":"#ffffff","titleBar.activeBackground":"#f5f5f5","titleBar.activeForeground":"#0a0a0a","titleBar.inactiveBackground":"#f5f5f5","titleBar.inactiveForeground":"#737373","titleBar.border":"#e5e5e5","list.activeSelectionBackground":"#dfebffcc","list.activeSelectionForeground":"#0a0a0a","list.inactiveSelectionBackground":"#dfebff73","list.hoverBackground":"#dfebff59","list.focusOutline":"#009fff","tab.activeBackground":"#ffffff","tab.activeForeground":"#0a0a0a","tab.activeBorderTop":"#009fff","tab.inactiveBackground":"#f5f5f5","tab.inactiveForeground":"#737373","tab.border":"#e5e5e5","editorGroupHeader.tabsBackground":"#f5f5f5","editorGroupHeader.tabsBorder":"#e5e5e5","panel.background":"#f5f5f5","panel.border":"#e5e5e5","panelTitle.activeBorder":"#009fff","panelTitle.activeForeground":"#0a0a0a","panelTitle.inactiveForeground":"#737373","statusBar.background":"#f5f5f5","statusBar.foreground":"#525252","statusBar.border":"#e5e5e5","statusBar.noFolderBackground":"#f5f5f5","statusBar.debuggingBackground":"#ffab16","statusBar.debuggingForeground":"#ffffff","statusBarItem.remoteBackground":"#f5f5f5","statusBarItem.remoteForeground":"#525252","input.background":"#ededed","input.border":"#d4d4d4","input.foreground":"#0a0a0a","input.placeholderForeground":"#8a8a8a","dropdown.background":"#ededed","dropdown.border":"#d4d4d4","dropdown.foreground":"#0a0a0a","button.background":"#009fff","button.foreground":"#ffffff","button.hoverBackground":"#1aa9ff","textLink.foreground":"#009fff","textLink.activeForeground":"#009fff","notifications.background":"#f7f7f7","notifications.foreground":"#0a0a0a","notifications.border":"#e5e5e5","notificationToast.border":"#e5e5e5","notificationCenter.border":"#e5e5e5","notificationCenterHeader.background":"#f7f7f7","notificationCenterHeader.foreground":"#525252","notificationLink.foreground":"#009fff","notificationsErrorIcon.foreground":"#d5512f","notificationsWarningIcon.foreground":"#ffab16","notificationsInfoIcon.foreground":"#1a85d4","quickInput.background":"#f7f7f7","quickInput.foreground":"#0a0a0a","quickInputTitle.background":"#f7f7f7","widget.border":"#e5e5e5","gitDecoration.addedResourceForeground":"#1e858e","gitDecoration.conflictingResourceForeground":"#992a75","gitDecoration.modifiedResourceForeground":"#009fff","gitDecoration.deletedResourceForeground":"#d5512f","gitDecoration.untrackedResourceForeground":"#1e858e","gitDecoration.ignoredResourceForeground":"#737373","merge.currentHeaderBackground":"#992a7533","merge.currentContentBackground":"#992a7514","merge.incomingHeaderBackground":"#1a85d433","merge.incomingContentBackground":"#1a85d414","editorOverviewRuler.currentContentForeground":"#992a75","editorOverviewRuler.incomingContentForeground":"#1a85d4","terminal.titleForeground":"#525252","terminal.titleInactiveForeground":"#737373","terminal.background":"#f5f5f5","terminal.foreground":"#525252","terminal.ansiBlack":"#1d1d1d","terminal.ansiRed":"#d5512f","terminal.ansiGreen":"#1e858e","terminal.ansiYellow":"#d5901c","terminal.ansiBlue":"#1a85d4","terminal.ansiMagenta":"#992a75","terminal.ansiCyan":"#17a5af","terminal.ansiWhite":"#bcbcbc","terminal.ansiBrightBlack":"#1d1d1d","terminal.ansiBrightRed":"#ff5d36","terminal.ansiBrightGreen":"#17a5af","terminal.ansiBrightYellow":"#ffab16","terminal.ansiBrightBlue":"#009fff","terminal.ansiBrightMagenta":"#bd2e90","terminal.ansiBrightCyan":"#00c5d2","terminal.ansiBrightWhite":"#bcbcbc"},"tokenColors":[{"scope":["comment","punctuation.definition.comment"],"settings":{"foreground":"#737373"}},{"scope":"comment markup.link","settings":{"foreground":"#737373"}},{"scope":["string","constant.other.symbol"],"settings":{"foreground":"#1e858e"}},{"scope":["punctuation.definition.string.begin","punctuation.definition.string.end"],"settings":{"foreground":"#1e858e"}},{"scope":["constant.numeric","constant.language.boolean"],"settings":{"foreground":"#1a85d4"}},{"scope":"constant","settings":{"foreground":"#ac741d"}},{"scope":"punctuation.definition.constant","settings":{"foreground":"#ac741d"}},{"scope":"constant.language","settings":{"foreground":"#1a85d4"}},{"scope":"variable.other.constant","settings":{"foreground":"#d5512f"}},{"scope":"keyword","settings":{"foreground":"#a631be"}},{"scope":"keyword.control","settings":{"foreground":"#a631be"}},{"scope":["storage","storage.type","storage.modifier"],"settings":{"foreground":"#a631be"}},{"scope":"token.storage","settings":{"foreground":"#a631be"}},{"scope":["keyword.operator.new","keyword.operator.expression.instanceof","keyword.operator.expression.typeof","keyword.operator.expression.void","keyword.operator.expression.delete","keyword.operator.expression.in","keyword.operator.expression.of","keyword.operator.expression.keyof"],"settings":{"foreground":"#a631be"}},{"scope":"keyword.operator.delete","settings":{"foreground":"#a631be"}},{"scope":["variable","identifier","meta.definition.variable"],"settings":{"foreground":"#ad4529"}},{"scope":["variable.other.readwrite","meta.object-literal.key","support.variable.property","support.variable.object.process","support.variable.object.node"],"settings":{"foreground":"#ad4529"}},{"scope":"variable.language","settings":{"foreground":"#d5512f"}},{"scope":"variable.parameter.function","settings":{"foreground":"#636363"}},{"scope":"function.parameter","settings":{"foreground":"#636363"}},{"scope":"variable.parameter","settings":{"foreground":"#636363"}},{"scope":"variable.parameter.function.language.python","settings":{"foreground":"#ac741d"}},{"scope":"variable.parameter.function.python","settings":{"foreground":"#ac741d"}},{"scope":["support.function","entity.name.function","meta.function-call","meta.require","support.function.any-method","variable.function"],"settings":{"foreground":"#216cab"}},{"scope":"keyword.other.special-method","settings":{"foreground":"#216cab"}},{"scope":"entity.name.function","settings":{"foreground":"#216cab"}},{"scope":"support.function.console","settings":{"foreground":"#216cab"}},{"scope":["support.type","entity.name.type","entity.name.class","storage.type"],"settings":{"foreground":"#bd2e90"}},{"scope":["support.class","entity.name.type.class"],"settings":{"foreground":"#bd2e90"}},{"scope":["entity.name.class","variable.other.class.js","variable.other.class.ts"],"settings":{"foreground":"#bd2e90"}},{"scope":"entity.name.class.identifier.namespace.type","settings":{"foreground":"#bd2e90"}},{"scope":"entity.name.type.namespace","settings":{"foreground":"#d5512f"}},{"scope":"entity.other.inherited-class","settings":{"foreground":"#bd2e90"}},{"scope":"entity.name.namespace","settings":{"foreground":"#d5512f"}},{"scope":"keyword.operator","settings":{"foreground":"#636363"}},{"scope":["keyword.operator.logical","keyword.operator.bitwise","keyword.operator.channel"],"settings":{"foreground":"#1e858e"}},{"scope":["keyword.operator.arithmetic","keyword.operator.comparison","keyword.operator.relational","keyword.operator.increment","keyword.operator.decrement"],"settings":{"foreground":"#1e858e"}},{"scope":"keyword.operator.assignment","settings":{"foreground":"#1e858e"}},{"scope":"keyword.operator.assignment.compound","settings":{"foreground":"#a631be"}},{"scope":["keyword.operator.assignment.compound.js","keyword.operator.assignment.compound.ts"],"settings":{"foreground":"#1e858e"}},{"scope":"keyword.operator.ternary","settings":{"foreground":"#a631be"}},{"scope":"keyword.operator.optional","settings":{"foreground":"#a631be"}},{"scope":"punctuation","settings":{"foreground":"#636363"}},{"scope":"punctuation.separator.delimiter","settings":{"foreground":"#636363"}},{"scope":"punctuation.separator.key-value","settings":{"foreground":"#636363"}},{"scope":"punctuation.terminator","settings":{"foreground":"#636363"}},{"scope":"meta.brace","settings":{"foreground":"#636363"}},{"scope":"meta.brace.square","settings":{"foreground":"#636363"}},{"scope":"meta.brace.round","settings":{"foreground":"#636363"}},{"scope":"function.brace","settings":{"foreground":"#636363"}},{"scope":["punctuation.definition.parameters","punctuation.definition.typeparameters"],"settings":{"foreground":"#636363"}},{"scope":["punctuation.definition.block","punctuation.definition.tag"],"settings":{"foreground":"#636363"}},{"scope":["meta.tag.tsx","meta.tag.jsx","meta.tag.js","meta.tag.ts"],"settings":{"foreground":"#636363"}},{"scope":"keyword.operator.expression.import","settings":{"foreground":"#216cab"}},{"scope":"keyword.operator.module","settings":{"foreground":"#a631be"}},{"scope":"support.type.object.console","settings":{"foreground":"#ad4529"}},{"scope":["support.module.node","support.type.object.module","entity.name.type.module"],"settings":{"foreground":"#d5512f"}},{"scope":"support.constant.math","settings":{"foreground":"#d5512f"}},{"scope":"support.constant.property.math","settings":{"foreground":"#ac741d"}},{"scope":"support.constant.json","settings":{"foreground":"#ac741d"}},{"scope":"support.type.object.dom","settings":{"foreground":"#1e858e"}},{"scope":["support.variable.dom","support.variable.property.dom"],"settings":{"foreground":"#ad4529"}},{"scope":"support.variable.property.process","settings":{"foreground":"#ac741d"}},{"scope":"meta.property.object","settings":{"foreground":"#ad4529"}},{"scope":"variable.parameter.function.js","settings":{"foreground":"#ad4529"}},{"scope":["keyword.other.template.begin","keyword.other.template.end"],"settings":{"foreground":"#1e858e"}},{"scope":["keyword.other.substitution.begin","keyword.other.substitution.end"],"settings":{"foreground":"#1e858e"}},{"scope":["punctuation.definition.template-expression.begin","punctuation.definition.template-expression.end"],"settings":{"foreground":"#a631be"}},{"scope":"meta.template.expression","settings":{"foreground":"#636363"}},{"scope":"punctuation.section.embedded","settings":{"foreground":"#ad4529"}},{"scope":"variable.interpolation","settings":{"foreground":"#ad4529"}},{"scope":["punctuation.section.embedded.begin","punctuation.section.embedded.end"],"settings":{"foreground":"#a631be"}},{"scope":"punctuation.quasi.element","settings":{"foreground":"#a631be"}},{"scope":["support.type.primitive.ts","support.type.builtin.ts","support.type.primitive.tsx","support.type.builtin.tsx"],"settings":{"foreground":"#bd2e90"}},{"scope":"support.type.type.flowtype","settings":{"foreground":"#216cab"}},{"scope":"support.type.primitive","settings":{"foreground":"#bd2e90"}},{"scope":["meta.decorator","meta.decorator punctuation.decorator"],"settings":{"foreground":"#1a85d4"}},{"scope":"entity.name.function.decorator","settings":{"foreground":"#1a85d4"}},{"scope":"punctuation.definition.decorator","settings":{"foreground":"#1a85d4"}},{"scope":"support.variable.magic.python","settings":{"foreground":"#d5512f"}},{"scope":"variable.parameter.function.language.special.self.python","settings":{"foreground":"#d5512f"}},{"scope":["punctuation.separator.period.python","punctuation.separator.element.python","punctuation.parenthesis.begin.python","punctuation.parenthesis.end.python"],"settings":{"foreground":"#636363"}},{"scope":["punctuation.definition.arguments.begin.python","punctuation.definition.arguments.end.python","punctuation.separator.arguments.python","punctuation.definition.list.begin.python","punctuation.definition.list.end.python"],"settings":{"foreground":"#636363"}},{"scope":"support.type.python","settings":{"foreground":"#1e858e"}},{"scope":"keyword.operator.logical.python","settings":{"foreground":"#a631be"}},{"scope":"meta.function-call.generic.python","settings":{"foreground":"#216cab"}},{"scope":"constant.character.format.placeholder.other.python","settings":{"foreground":"#ac741d"}},{"scope":"meta.function.decorator.python","settings":{"foreground":"#216cab"}},{"scope":["support.token.decorator.python","meta.function.decorator.identifier.python"],"settings":{"foreground":"#1e858e"}},{"scope":"storage.modifier.lifetime.rust","settings":{"foreground":"#636363"}},{"scope":"support.function.std.rust","settings":{"foreground":"#216cab"}},{"scope":"entity.name.lifetime.rust","settings":{"foreground":"#d5512f"}},{"scope":"variable.language.rust","settings":{"foreground":"#d5512f"}},{"scope":"keyword.operator.misc.rust","settings":{"foreground":"#636363"}},{"scope":"keyword.operator.sigil.rust","settings":{"foreground":"#a631be"}},{"scope":"support.constant.core.rust","settings":{"foreground":"#ac741d"}},{"scope":["meta.function.c","meta.function.cpp"],"settings":{"foreground":"#d5512f"}},{"scope":["punctuation.section.block.begin.bracket.curly.cpp","punctuation.section.block.end.bracket.curly.cpp","punctuation.terminator.statement.c","punctuation.section.block.begin.bracket.curly.c","punctuation.section.block.end.bracket.curly.c","punctuation.section.parens.begin.bracket.round.c","punctuation.section.parens.end.bracket.round.c","punctuation.section.parameters.begin.bracket.round.c","punctuation.section.parameters.end.bracket.round.c"],"settings":{"foreground":"#636363"}},{"scope":["keyword.operator.assignment.c","keyword.operator.comparison.c","keyword.operator.c","keyword.operator.increment.c","keyword.operator.decrement.c","keyword.operator.bitwise.shift.c"],"settings":{"foreground":"#a631be"}},{"scope":["keyword.operator.assignment.cpp","keyword.operator.comparison.cpp","keyword.operator.cpp","keyword.operator.increment.cpp","keyword.operator.decrement.cpp","keyword.operator.bitwise.shift.cpp"],"settings":{"foreground":"#a631be"}},{"scope":["punctuation.separator.c","punctuation.separator.cpp"],"settings":{"foreground":"#a631be"}},{"scope":["support.type.posix-reserved.c","support.type.posix-reserved.cpp"],"settings":{"foreground":"#1e858e"}},{"scope":["keyword.operator.sizeof.c","keyword.operator.sizeof.cpp"],"settings":{"foreground":"#a631be"}},{"scope":"variable.c","settings":{"foreground":"#636363"}},{"scope":["storage.type.annotation.java","storage.type.object.array.java"],"settings":{"foreground":"#d5512f"}},{"scope":"source.java","settings":{"foreground":"#d5512f"}},{"scope":["punctuation.section.block.begin.java","punctuation.section.block.end.java","punctuation.definition.method-parameters.begin.java","punctuation.definition.method-parameters.end.java","meta.method.identifier.java","punctuation.section.method.begin.java","punctuation.section.method.end.java","punctuation.terminator.java","punctuation.section.class.begin.java","punctuation.section.class.end.java","punctuation.section.inner-class.begin.java","punctuation.section.inner-class.end.java","meta.method-call.java","punctuation.section.class.begin.bracket.curly.java","punctuation.section.class.end.bracket.curly.java","punctuation.section.method.begin.bracket.curly.java","punctuation.section.method.end.bracket.curly.java","punctuation.separator.period.java","punctuation.bracket.angle.java","punctuation.definition.annotation.java","meta.method.body.java"],"settings":{"foreground":"#636363"}},{"scope":"meta.method.java","settings":{"foreground":"#216cab"}},{"scope":["storage.modifier.import.java","storage.type.java","storage.type.generic.java"],"settings":{"foreground":"#d5512f"}},{"scope":"keyword.operator.instanceof.java","settings":{"foreground":"#a631be"}},{"scope":"meta.definition.variable.name.java","settings":{"foreground":"#d5512f"}},{"scope":"token.variable.parameter.java","settings":{"foreground":"#636363"}},{"scope":"import.storage.java","settings":{"foreground":"#d5512f"}},{"scope":"token.package.keyword","settings":{"foreground":"#a631be"}},{"scope":"token.package","settings":{"foreground":"#636363"}},{"scope":"token.storage.type.java","settings":{"foreground":"#d5512f"}},{"scope":"keyword.operator.assignment.go","settings":{"foreground":"#d5512f"}},{"scope":["keyword.operator.arithmetic.go","keyword.operator.address.go"],"settings":{"foreground":"#a631be"}},{"scope":"entity.name.package.go","settings":{"foreground":"#d5512f"}},{"scope":["support.other.namespace.use.php","support.other.namespace.use-as.php","support.other.namespace.php","entity.other.alias.php","meta.interface.php"],"settings":{"foreground":"#d5512f"}},{"scope":"keyword.operator.error-control.php","settings":{"foreground":"#a631be"}},{"scope":"keyword.operator.type.php","settings":{"foreground":"#a631be"}},{"scope":["punctuation.section.array.begin.php","punctuation.section.array.end.php"],"settings":{"foreground":"#636363"}},{"scope":["storage.type.php","meta.other.type.phpdoc.php","keyword.other.type.php","keyword.other.array.phpdoc.php"],"settings":{"foreground":"#d5512f"}},{"scope":["meta.function-call.php","meta.function-call.object.php","meta.function-call.static.php"],"settings":{"foreground":"#216cab"}},{"scope":["punctuation.definition.parameters.begin.bracket.round.php","punctuation.definition.parameters.end.bracket.round.php","punctuation.separator.delimiter.php","punctuation.section.scope.begin.php","punctuation.section.scope.end.php","punctuation.terminator.expression.php","punctuation.definition.arguments.begin.bracket.round.php","punctuation.definition.arguments.end.bracket.round.php","punctuation.definition.storage-type.begin.bracket.round.php","punctuation.definition.storage-type.end.bracket.round.php","punctuation.definition.array.begin.bracket.round.php","punctuation.definition.array.end.bracket.round.php","punctuation.definition.begin.bracket.round.php","punctuation.definition.end.bracket.round.php","punctuation.definition.begin.bracket.curly.php","punctuation.definition.end.bracket.curly.php","punctuation.definition.section.switch-block.end.bracket.curly.php","punctuation.definition.section.switch-block.start.bracket.curly.php","punctuation.definition.section.switch-block.begin.bracket.curly.php","punctuation.definition.section.switch-block.end.bracket.curly.php"],"settings":{"foreground":"#636363"}},{"scope":["support.constant.ext.php","support.constant.std.php","support.constant.core.php","support.constant.parser-token.php"],"settings":{"foreground":"#ac741d"}},{"scope":["entity.name.goto-label.php","support.other.php"],"settings":{"foreground":"#216cab"}},{"scope":["keyword.operator.logical.php","keyword.operator.bitwise.php","keyword.operator.arithmetic.php"],"settings":{"foreground":"#1e858e"}},{"scope":"keyword.operator.regexp.php","settings":{"foreground":"#a631be"}},{"scope":"keyword.operator.comparison.php","settings":{"foreground":"#1e858e"}},{"scope":["keyword.operator.heredoc.php","keyword.operator.nowdoc.php"],"settings":{"foreground":"#a631be"}},{"scope":"variable.other.class.php","settings":{"foreground":"#d5512f"}},{"scope":"invalid.illegal.non-null-typehinted.php","settings":{"foreground":"#0a0a0a"}},{"scope":"variable.other.generic-type.haskell","settings":{"foreground":"#a631be"}},{"scope":"storage.type.haskell","settings":{"foreground":"#ac741d"}},{"scope":"storage.type.cs","settings":{"foreground":"#d5512f"}},{"scope":"entity.name.variable.local.cs","settings":{"foreground":"#d5512f"}},{"scope":"entity.name.label.cs","settings":{"foreground":"#d5512f"}},{"scope":["entity.name.scope-resolution.function.call","entity.name.scope-resolution.function.definition"],"settings":{"foreground":"#d5512f"}},{"scope":["punctuation.definition.delayed.unison","punctuation.definition.list.begin.unison","punctuation.definition.list.end.unison","punctuation.definition.ability.begin.unison","punctuation.definition.ability.end.unison","punctuation.operator.assignment.as.unison","punctuation.separator.pipe.unison","punctuation.separator.delimiter.unison","punctuation.definition.hash.unison"],"settings":{"foreground":"#d5512f"}},{"scope":"support.constant.edge","settings":{"foreground":"#a631be"}},{"scope":"support.type.prelude.elm","settings":{"foreground":"#1e858e"}},{"scope":"support.constant.elm","settings":{"foreground":"#ac741d"}},{"scope":"entity.global.clojure","settings":{"foreground":"#d5512f"}},{"scope":"meta.symbol.clojure","settings":{"foreground":"#d5512f"}},{"scope":"constant.keyword.clojure","settings":{"foreground":"#1e858e"}},{"scope":["meta.arguments.coffee","variable.parameter.function.coffee"],"settings":{"foreground":"#d5512f"}},{"scope":"storage.modifier.import.groovy","settings":{"foreground":"#d5512f"}},{"scope":"meta.method.groovy","settings":{"foreground":"#216cab"}},{"scope":"meta.definition.variable.name.groovy","settings":{"foreground":"#d5512f"}},{"scope":"meta.definition.class.inherited.classes.groovy","settings":{"foreground":"#1e858e"}},{"scope":"support.variable.semantic.hlsl","settings":{"foreground":"#d5512f"}},{"scope":["support.type.texture.hlsl","support.type.sampler.hlsl","support.type.object.hlsl","support.type.object.rw.hlsl","support.type.fx.hlsl","support.type.object.hlsl"],"settings":{"foreground":"#a631be"}},{"scope":["text.variable","text.bracketed"],"settings":{"foreground":"#d5512f"}},{"scope":["support.type.swift","support.type.vb.asp"],"settings":{"foreground":"#d5512f"}},{"scope":"meta.scope.prerequisites.makefile","settings":{"foreground":"#d5512f"}},{"scope":"source.makefile","settings":{"foreground":"#d5512f"}},{"scope":"source.ini","settings":{"foreground":"#1e858e"}},{"scope":"constant.language.symbol.ruby","settings":{"foreground":"#1e858e"}},{"scope":["function.parameter.ruby","function.parameter.cs"],"settings":{"foreground":"#636363"}},{"scope":"constant.language.symbol.elixir","settings":{"foreground":"#1e858e"}},{"scope":"text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade","settings":{"foreground":"#a631be"}},{"scope":"text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade","settings":{"foreground":"#a631be"}},{"scope":"entity.name.function.xi","settings":{"foreground":"#d5512f"}},{"scope":"entity.name.class.xi","settings":{"foreground":"#1e858e"}},{"scope":"constant.character.character-class.regexp.xi","settings":{"foreground":"#d5512f"}},{"scope":"constant.regexp.xi","settings":{"foreground":"#a631be"}},{"scope":"keyword.control.xi","settings":{"foreground":"#1e858e"}},{"scope":"invalid.xi","settings":{"foreground":"#636363"}},{"scope":"beginning.punctuation.definition.quote.markdown.xi","settings":{"foreground":"#1e858e"}},{"scope":"beginning.punctuation.definition.list.markdown.xi","settings":{"foreground":"#737373"}},{"scope":"constant.character.xi","settings":{"foreground":"#216cab"}},{"scope":"accent.xi","settings":{"foreground":"#216cab"}},{"scope":"wikiword.xi","settings":{"foreground":"#ac741d"}},{"scope":"constant.other.color.rgb-value.xi","settings":{"foreground":"#0a0a0a"}},{"scope":"punctuation.definition.tag.xi","settings":{"foreground":"#737373"}},{"scope":["support.constant.property-value.scss","support.constant.property-value.css"],"settings":{"foreground":"#ac741d"}},{"scope":["keyword.operator.css","keyword.operator.scss","keyword.operator.less"],"settings":{"foreground":"#1e858e"}},{"scope":["support.constant.color.w3c-standard-color-name.css","support.constant.color.w3c-standard-color-name.scss"],"settings":{"foreground":"#ac741d"}},{"scope":"punctuation.separator.list.comma.css","settings":{"foreground":"#636363"}},{"scope":"support.type.vendored.property-name.css","settings":{"foreground":"#1e858e"}},{"scope":"support.type.property-name.css","settings":{"foreground":"#1e858e"}},{"scope":"support.type.property-name","settings":{"foreground":"#636363"}},{"scope":"support.constant.property-value","settings":{"foreground":"#636363"}},{"scope":"support.constant.font-name","settings":{"foreground":"#ac741d"}},{"scope":"entity.other.attribute-name.class.css","settings":{"foreground":"#1e858e","fontStyle":"normal"}},{"scope":"entity.other.attribute-name.id","settings":{"foreground":"#216cab","fontStyle":"normal"}},{"scope":["entity.other.attribute-name.pseudo-element","entity.other.attribute-name.pseudo-class"],"settings":{"foreground":"#1e858e"}},{"scope":"meta.selector","settings":{"foreground":"#a631be"}},{"scope":"selector.sass","settings":{"foreground":"#d5512f"}},{"scope":"rgb-value","settings":{"foreground":"#1e858e"}},{"scope":"inline-color-decoration rgb-value","settings":{"foreground":"#ac741d"}},{"scope":"less rgb-value","settings":{"foreground":"#ac741d"}},{"scope":"control.elements","settings":{"foreground":"#ac741d"}},{"scope":"keyword.operator.less","settings":{"foreground":"#ac741d"}},{"scope":"entity.name.tag","settings":{"foreground":"#d5512f"}},{"scope":"entity.other.attribute-name","settings":{"foreground":"#1e858e","fontStyle":"normal"}},{"scope":"constant.character.entity","settings":{"foreground":"#d5512f"}},{"scope":"meta.tag","settings":{"foreground":"#636363"}},{"scope":"invalid.illegal.bad-ampersand.html","settings":{"foreground":"#636363"}},{"scope":"markup.heading","settings":{"foreground":"#d5512f"}},{"scope":["markup.heading punctuation.definition.heading","entity.name.section"],"settings":{"foreground":"#216cab"}},{"scope":"entity.name.section.markdown","settings":{"foreground":"#d5512f"}},{"scope":"punctuation.definition.heading.markdown","settings":{"foreground":"#d5512f"}},{"scope":"markup.heading.setext","settings":{"foreground":"#636363"}},{"scope":["markup.heading.setext.1.markdown","markup.heading.setext.2.markdown"],"settings":{"foreground":"#d5512f"}},{"scope":["markup.bold","todo.bold"],"settings":{"foreground":"#ac741d"}},{"scope":"punctuation.definition.bold","settings":{"foreground":"#d5512f"}},{"scope":"punctuation.definition.bold.markdown","settings":{"foreground":"#ac741d"}},{"scope":["markup.italic","punctuation.definition.italic","todo.emphasis"],"settings":{"foreground":"#a631be","fontStyle":"italic"}},{"scope":"emphasis md","settings":{"foreground":"#a631be"}},{"scope":"markup.italic.markdown","settings":{"fontStyle":"italic"}},{"scope":["markup.underline.link.markdown","markup.underline.link.image.markdown"],"settings":{"foreground":"#a631be"}},{"scope":["string.other.link.title.markdown","string.other.link.description.markdown"],"settings":{"foreground":"#216cab"}},{"scope":"punctuation.definition.metadata.markdown","settings":{"foreground":"#d5512f"}},{"scope":["markup.inline.raw.markdown","markup.inline.raw.string.markdown"],"settings":{"foreground":"#1e858e"}},{"scope":"punctuation.definition.list.begin.markdown","settings":{"foreground":"#d5512f"}},{"scope":"punctuation.definition.list.markdown","settings":{"foreground":"#d5512f"}},{"scope":"beginning.punctuation.definition.list.markdown","settings":{"foreground":"#d5512f"}},{"scope":["punctuation.definition.string.begin.markdown","punctuation.definition.string.end.markdown"],"settings":{"foreground":"#d5512f"}},{"scope":"markup.quote.markdown","settings":{"foreground":"#737373"}},{"scope":"keyword.other.unit","settings":{"foreground":"#d5512f"}},{"scope":"markup.changed.diff","settings":{"foreground":"#d5512f"}},{"scope":["meta.diff.header.from-file","meta.diff.header.to-file","punctuation.definition.from-file.diff","punctuation.definition.to-file.diff"],"settings":{"foreground":"#216cab"}},{"scope":"markup.inserted.diff","settings":{"foreground":"#1e858e"}},{"scope":"markup.deleted.diff","settings":{"foreground":"#d5512f"}},{"scope":"string.regexp","settings":{"foreground":"#1e858e"}},{"scope":"constant.other.character-class.regexp","settings":{"foreground":"#d5512f"}},{"scope":"keyword.operator.quantifier.regexp","settings":{"foreground":"#ac741d"}},{"scope":"constant.character.escape","settings":{"foreground":"#1e858e"}},{"scope":"source.json meta.structure.dictionary.json > string.quoted.json","settings":{"foreground":"#d5512f"}},{"scope":"source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string","settings":{"foreground":"#d5512f"}},{"scope":["source.json meta.structure.dictionary.json > value.json > string.quoted.json","source.json meta.structure.array.json > value.json > string.quoted.json","source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation","source.json meta.structure.array.json > value.json > string.quoted.json > punctuation"],"settings":{"foreground":"#1e858e"}},{"scope":["source.json meta.structure.dictionary.json > constant.language.json","source.json meta.structure.array.json > constant.language.json"],"settings":{"foreground":"#1e858e"}},{"scope":"support.type.property-name.json","settings":{"foreground":"#d5512f"}},{"scope":"support.type.property-name.json punctuation","settings":{"foreground":"#d5512f"}},{"scope":"punctuation.definition.block.sequence.item.yaml","settings":{"foreground":"#636363"}},{"scope":"block.scope.end","settings":{"foreground":"#636363"}},{"scope":"block.scope.begin","settings":{"foreground":"#636363"}},{"scope":"token.info-token","settings":{"foreground":"#216cab"}},{"scope":"token.warn-token","settings":{"foreground":"#ac741d"}},{"scope":"token.error-token","settings":{"foreground":"#0a0a0a"}},{"scope":"token.debug-token","settings":{"foreground":"#a631be"}},{"scope":"invalid.illegal","settings":{"foreground":"#0a0a0a"}},{"scope":"invalid.broken","settings":{"foreground":"#0a0a0a"}},{"scope":"invalid.deprecated","settings":{"foreground":"#0a0a0a"}},{"scope":"invalid.unimplemented","settings":{"foreground":"#0a0a0a"}}],"semanticTokenColors":{"comment":"#737373","string":"#1e858e","number":"#1a85d4","regexp":"#1e858e","keyword":"#a631be","variable":"#ad4529","parameter":"#636363","property":"#ad4529","function":"#216cab","method":"#216cab","type":"#bd2e90","class":"#bd2e90","namespace":"#d5512f","enumMember":"#1e858e","variable.constant":"#ac741d","variable.defaultLibrary":"#d5512f","decorator":"#1a85d4"}}`));export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e=Object.freeze(JSON.parse(`{"name":"pierre-light-vibrant","displayName":"Pierre Light Vibrant","type":"light","colors":{"editor.background":"color(display-p3 1.000000 1.000000 1.000000)","editor.foreground":"color(display-p3 0.039216 0.039216 0.039216)","foreground":"color(display-p3 0.039216 0.039216 0.039216)","focusBorder":"color(display-p3 0.308664 0.645271 1.000000)","selection.background":"color(display-p3 0.883107 0.920057 0.992610)","editor.selectionBackground":"color(display-p3 0.308664 0.645271 1.000000 / 0.180000)","editor.lineHighlightBackground":"color(display-p3 0.883107 0.920057 0.992610 / 0.550000)","editorCursor.foreground":"color(display-p3 0.308664 0.645271 1.000000)","editorLineNumber.foreground":"color(display-p3 0.450980 0.450980 0.450980)","editorLineNumber.activeForeground":"color(display-p3 0.321569 0.321569 0.321569)","editorIndentGuide.background":"color(display-p3 0.898039 0.898039 0.898039)","editorIndentGuide.activeBackground":"color(display-p3 0.831373 0.831373 0.831373)","diffEditor.insertedTextBackground":"color(display-p3 0.266455 0.667541 0.435918 / 0.200000)","diffEditor.deletedTextBackground":"color(display-p3 0.838044 0.219378 0.220424 / 0.200000)","sideBar.background":"color(display-p3 0.960784 0.960784 0.960784)","sideBar.foreground":"color(display-p3 0.321569 0.321569 0.321569)","sideBar.border":"color(display-p3 0.898039 0.898039 0.898039)","sideBarTitle.foreground":"color(display-p3 0.039216 0.039216 0.039216)","sideBarSectionHeader.background":"color(display-p3 0.960784 0.960784 0.960784)","sideBarSectionHeader.foreground":"color(display-p3 0.321569 0.321569 0.321569)","sideBarSectionHeader.border":"color(display-p3 0.898039 0.898039 0.898039)","activityBar.background":"color(display-p3 0.960784 0.960784 0.960784)","activityBar.foreground":"color(display-p3 0.039216 0.039216 0.039216)","activityBar.border":"color(display-p3 0.898039 0.898039 0.898039)","activityBar.activeBorder":"color(display-p3 0.308664 0.645271 1.000000)","activityBarBadge.background":"color(display-p3 0.308664 0.645271 1.000000)","activityBarBadge.foreground":"color(display-p3 1.000000 1.000000 1.000000)","titleBar.activeBackground":"color(display-p3 0.960784 0.960784 0.960784)","titleBar.activeForeground":"color(display-p3 0.039216 0.039216 0.039216)","titleBar.inactiveBackground":"color(display-p3 0.960784 0.960784 0.960784)","titleBar.inactiveForeground":"color(display-p3 0.450980 0.450980 0.450980)","titleBar.border":"color(display-p3 0.898039 0.898039 0.898039)","list.activeSelectionBackground":"color(display-p3 0.883107 0.920057 0.992610 / 0.800000)","list.activeSelectionForeground":"color(display-p3 0.039216 0.039216 0.039216)","list.inactiveSelectionBackground":"color(display-p3 0.883107 0.920057 0.992610 / 0.450000)","list.hoverBackground":"color(display-p3 0.883107 0.920057 0.992610 / 0.350000)","list.focusOutline":"color(display-p3 0.308664 0.645271 1.000000)","tab.activeBackground":"color(display-p3 1.000000 1.000000 1.000000)","tab.activeForeground":"color(display-p3 0.039216 0.039216 0.039216)","tab.activeBorderTop":"color(display-p3 0.308664 0.645271 1.000000)","tab.inactiveBackground":"color(display-p3 0.960784 0.960784 0.960784)","tab.inactiveForeground":"color(display-p3 0.450980 0.450980 0.450980)","tab.border":"color(display-p3 0.898039 0.898039 0.898039)","editorGroupHeader.tabsBackground":"color(display-p3 0.960784 0.960784 0.960784)","editorGroupHeader.tabsBorder":"color(display-p3 0.898039 0.898039 0.898039)","panel.background":"color(display-p3 0.960784 0.960784 0.960784)","panel.border":"color(display-p3 0.898039 0.898039 0.898039)","panelTitle.activeBorder":"color(display-p3 0.308664 0.645271 1.000000)","panelTitle.activeForeground":"color(display-p3 0.039216 0.039216 0.039216)","panelTitle.inactiveForeground":"color(display-p3 0.450980 0.450980 0.450980)","statusBar.background":"color(display-p3 0.960784 0.960784 0.960784)","statusBar.foreground":"color(display-p3 0.321569 0.321569 0.321569)","statusBar.border":"color(display-p3 0.898039 0.898039 0.898039)","statusBar.noFolderBackground":"color(display-p3 0.960784 0.960784 0.960784)","statusBar.debuggingBackground":"color(display-p3 0.883654 0.721037 0.210874)","statusBar.debuggingForeground":"color(display-p3 1.000000 1.000000 1.000000)","statusBarItem.remoteBackground":"color(display-p3 0.960784 0.960784 0.960784)","statusBarItem.remoteForeground":"color(display-p3 0.321569 0.321569 0.321569)","input.background":"color(display-p3 0.929412 0.929412 0.929412)","input.border":"color(display-p3 0.831373 0.831373 0.831373)","input.foreground":"color(display-p3 0.039216 0.039216 0.039216)","input.placeholderForeground":"color(display-p3 0.541176 0.541176 0.541176)","dropdown.background":"color(display-p3 0.929412 0.929412 0.929412)","dropdown.border":"color(display-p3 0.831373 0.831373 0.831373)","dropdown.foreground":"color(display-p3 0.039216 0.039216 0.039216)","button.background":"color(display-p3 0.308664 0.645271 1.000000)","button.foreground":"color(display-p3 1.000000 1.000000 1.000000)","button.hoverBackground":"color(display-p3 0.376471 0.682353 1.000000)","textLink.foreground":"color(display-p3 0.308664 0.645271 1.000000)","textLink.activeForeground":"color(display-p3 0.308664 0.645271 1.000000)","notifications.background":"color(display-p3 0.968627 0.968627 0.968627)","notifications.foreground":"color(display-p3 0.039216 0.039216 0.039216)","notifications.border":"color(display-p3 0.898039 0.898039 0.898039)","notificationToast.border":"color(display-p3 0.898039 0.898039 0.898039)","notificationCenter.border":"color(display-p3 0.898039 0.898039 0.898039)","notificationCenterHeader.background":"color(display-p3 0.968627 0.968627 0.968627)","notificationCenterHeader.foreground":"color(display-p3 0.321569 0.321569 0.321569)","notificationLink.foreground":"color(display-p3 0.308664 0.645271 1.000000)","notificationsErrorIcon.foreground":"color(display-p3 0.838044 0.219378 0.220424)","notificationsWarningIcon.foreground":"color(display-p3 0.883654 0.721037 0.210874)","notificationsInfoIcon.foreground":"color(display-p3 0.246852 0.642335 0.817202)","quickInput.background":"color(display-p3 0.968627 0.968627 0.968627)","quickInput.foreground":"color(display-p3 0.039216 0.039216 0.039216)","quickInputTitle.background":"color(display-p3 0.968627 0.968627 0.968627)","widget.border":"color(display-p3 0.898039 0.898039 0.898039)","gitDecoration.addedResourceForeground":"color(display-p3 0.266455 0.667541 0.435918)","gitDecoration.conflictingResourceForeground":"color(display-p3 0.391345 0.215644 0.853560)","gitDecoration.modifiedResourceForeground":"color(display-p3 0.308664 0.645271 1.000000)","gitDecoration.deletedResourceForeground":"color(display-p3 0.838044 0.219378 0.220424)","gitDecoration.untrackedResourceForeground":"color(display-p3 0.266455 0.667541 0.435918)","gitDecoration.ignoredResourceForeground":"color(display-p3 0.450980 0.450980 0.450980)","merge.currentHeaderBackground":"color(display-p3 0.391345 0.215644 0.853560 / 0.200000)","merge.currentContentBackground":"color(display-p3 0.391345 0.215644 0.853560 / 0.080000)","merge.incomingHeaderBackground":"color(display-p3 0.246852 0.642335 0.817202 / 0.200000)","merge.incomingContentBackground":"color(display-p3 0.246852 0.642335 0.817202 / 0.080000)","editorOverviewRuler.currentContentForeground":"color(display-p3 0.391345 0.215644 0.853560)","editorOverviewRuler.incomingContentForeground":"color(display-p3 0.246852 0.642335 0.817202)","terminal.titleForeground":"color(display-p3 0.321569 0.321569 0.321569)","terminal.titleInactiveForeground":"color(display-p3 0.450980 0.450980 0.450980)","terminal.background":"color(display-p3 0.960784 0.960784 0.960784)","terminal.foreground":"color(display-p3 0.321569 0.321569 0.321569)","terminal.ansiBlack":"color(display-p3 0.113725 0.113725 0.113725)","terminal.ansiRed":"color(display-p3 0.838044 0.219378 0.220424)","terminal.ansiGreen":"color(display-p3 0.266455 0.667541 0.435918)","terminal.ansiYellow":"color(display-p3 0.883654 0.721037 0.210874)","terminal.ansiBlue":"color(display-p3 0.227104 0.537899 0.881328)","terminal.ansiMagenta":"color(display-p3 0.733164 0.179473 0.572580)","terminal.ansiCyan":"color(display-p3 0.246852 0.642335 0.817202)","terminal.ansiWhite":"color(display-p3 0.737255 0.737255 0.737255)","terminal.ansiBrightBlack":"color(display-p3 0.113725 0.113725 0.113725)","terminal.ansiBrightRed":"color(display-p3 0.838044 0.219378 0.220424)","terminal.ansiBrightGreen":"color(display-p3 0.516667 0.680013 0.208825)","terminal.ansiBrightYellow":"color(display-p3 0.883654 0.721037 0.210874)","terminal.ansiBrightBlue":"color(display-p3 0.227104 0.537899 0.881328)","terminal.ansiBrightMagenta":"color(display-p3 0.733164 0.179473 0.572580)","terminal.ansiBrightCyan":"color(display-p3 0.246852 0.642335 0.817202)","terminal.ansiBrightWhite":"color(display-p3 0.737255 0.737255 0.737255)"},"tokenColors":[{"scope":["comment","punctuation.definition.comment"],"settings":{"foreground":"color(display-p3 0.450980 0.450980 0.450980)"}},{"scope":"comment markup.link","settings":{"foreground":"color(display-p3 0.450980 0.450980 0.450980)"}},{"scope":["string","constant.other.symbol"],"settings":{"foreground":"color(display-p3 0.259723 0.647032 0.276349)"}},{"scope":["punctuation.definition.string.begin","punctuation.definition.string.end"],"settings":{"foreground":"color(display-p3 0.259723 0.647032 0.276349)"}},{"scope":["constant.numeric","constant.language.boolean"],"settings":{"foreground":"color(display-p3 0.246852 0.642335 0.817202)"}},{"scope":"constant","settings":{"foreground":"color(display-p3 0.883654 0.721037 0.210874)"}},{"scope":"punctuation.definition.constant","settings":{"foreground":"color(display-p3 0.883654 0.721037 0.210874)"}},{"scope":"constant.language","settings":{"foreground":"color(display-p3 0.246852 0.642335 0.817202)"}},{"scope":"variable.other.constant","settings":{"foreground":"color(display-p3 0.870477 0.613222 0.203432)"}},{"scope":"keyword","settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":"keyword.control","settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":["storage","storage.type","storage.modifier"],"settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":"token.storage","settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":["keyword.operator.new","keyword.operator.expression.instanceof","keyword.operator.expression.typeof","keyword.operator.expression.void","keyword.operator.expression.delete","keyword.operator.expression.in","keyword.operator.expression.of","keyword.operator.expression.keyof"],"settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":"keyword.operator.delete","settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":["variable","identifier","meta.definition.variable"],"settings":{"foreground":"color(display-p3 0.854172 0.502144 0.209646)"}},{"scope":["variable.other.readwrite","meta.object-literal.key","support.variable.property","support.variable.object.process","support.variable.object.node"],"settings":{"foreground":"color(display-p3 0.854172 0.502144 0.209646)"}},{"scope":"variable.language","settings":{"foreground":"color(display-p3 0.870477 0.613222 0.203432)"}},{"scope":"variable.parameter.function","settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":"function.parameter","settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":"variable.parameter","settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":"variable.parameter.function.language.python","settings":{"foreground":"color(display-p3 0.883654 0.721037 0.210874)"}},{"scope":"variable.parameter.function.python","settings":{"foreground":"color(display-p3 0.883654 0.721037 0.210874)"}},{"scope":["support.function","entity.name.function","meta.function-call","meta.require","support.function.any-method","variable.function"],"settings":{"foreground":"color(display-p3 0.391345 0.215644 0.853560)"}},{"scope":"keyword.other.special-method","settings":{"foreground":"color(display-p3 0.391345 0.215644 0.853560)"}},{"scope":"entity.name.function","settings":{"foreground":"color(display-p3 0.391345 0.215644 0.853560)"}},{"scope":"support.function.console","settings":{"foreground":"color(display-p3 0.391345 0.215644 0.853560)"}},{"scope":["support.type","entity.name.type","entity.name.class","storage.type"],"settings":{"foreground":"color(display-p3 0.660755 0.179954 0.815400)"}},{"scope":["support.class","entity.name.type.class"],"settings":{"foreground":"color(display-p3 0.660755 0.179954 0.815400)"}},{"scope":["entity.name.class","variable.other.class.js","variable.other.class.ts"],"settings":{"foreground":"color(display-p3 0.660755 0.179954 0.815400)"}},{"scope":"entity.name.class.identifier.namespace.type","settings":{"foreground":"color(display-p3 0.660755 0.179954 0.815400)"}},{"scope":"entity.name.type.namespace","settings":{"foreground":"color(display-p3 0.870477 0.613222 0.203432)"}},{"scope":"entity.other.inherited-class","settings":{"foreground":"color(display-p3 0.660755 0.179954 0.815400)"}},{"scope":"entity.name.namespace","settings":{"foreground":"color(display-p3 0.870477 0.613222 0.203432)"}},{"scope":"keyword.operator","settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":["keyword.operator.logical","keyword.operator.bitwise","keyword.operator.channel"],"settings":{"foreground":"color(display-p3 0.327292 0.790977 0.995660)"}},{"scope":["keyword.operator.arithmetic","keyword.operator.comparison","keyword.operator.relational","keyword.operator.increment","keyword.operator.decrement"],"settings":{"foreground":"color(display-p3 0.327292 0.790977 0.995660)"}},{"scope":"keyword.operator.assignment","settings":{"foreground":"color(display-p3 0.327292 0.790977 0.995660)"}},{"scope":"keyword.operator.assignment.compound","settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":["keyword.operator.assignment.compound.js","keyword.operator.assignment.compound.ts"],"settings":{"foreground":"color(display-p3 0.327292 0.790977 0.995660)"}},{"scope":"keyword.operator.ternary","settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":"keyword.operator.optional","settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":"punctuation","settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":"punctuation.separator.delimiter","settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":"punctuation.separator.key-value","settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":"punctuation.terminator","settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":"meta.brace","settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":"meta.brace.square","settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":"meta.brace.round","settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":"function.brace","settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":["punctuation.definition.parameters","punctuation.definition.typeparameters"],"settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":["punctuation.definition.block","punctuation.definition.tag"],"settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":["meta.tag.tsx","meta.tag.jsx","meta.tag.js","meta.tag.ts"],"settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":"keyword.operator.expression.import","settings":{"foreground":"color(display-p3 0.391345 0.215644 0.853560)"}},{"scope":"keyword.operator.module","settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":"support.type.object.console","settings":{"foreground":"color(display-p3 0.854172 0.502144 0.209646)"}},{"scope":["support.module.node","support.type.object.module","entity.name.type.module"],"settings":{"foreground":"color(display-p3 0.870477 0.613222 0.203432)"}},{"scope":"support.constant.math","settings":{"foreground":"color(display-p3 0.870477 0.613222 0.203432)"}},{"scope":"support.constant.property.math","settings":{"foreground":"color(display-p3 0.883654 0.721037 0.210874)"}},{"scope":"support.constant.json","settings":{"foreground":"color(display-p3 0.883654 0.721037 0.210874)"}},{"scope":"support.type.object.dom","settings":{"foreground":"color(display-p3 0.327292 0.790977 0.995660)"}},{"scope":["support.variable.dom","support.variable.property.dom"],"settings":{"foreground":"color(display-p3 0.854172 0.502144 0.209646)"}},{"scope":"support.variable.property.process","settings":{"foreground":"color(display-p3 0.883654 0.721037 0.210874)"}},{"scope":"meta.property.object","settings":{"foreground":"color(display-p3 0.854172 0.502144 0.209646)"}},{"scope":"variable.parameter.function.js","settings":{"foreground":"color(display-p3 0.854172 0.502144 0.209646)"}},{"scope":["keyword.other.template.begin","keyword.other.template.end"],"settings":{"foreground":"color(display-p3 0.259723 0.647032 0.276349)"}},{"scope":["keyword.other.substitution.begin","keyword.other.substitution.end"],"settings":{"foreground":"color(display-p3 0.259723 0.647032 0.276349)"}},{"scope":["punctuation.definition.template-expression.begin","punctuation.definition.template-expression.end"],"settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":"meta.template.expression","settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":"punctuation.section.embedded","settings":{"foreground":"color(display-p3 0.854172 0.502144 0.209646)"}},{"scope":"variable.interpolation","settings":{"foreground":"color(display-p3 0.854172 0.502144 0.209646)"}},{"scope":["punctuation.section.embedded.begin","punctuation.section.embedded.end"],"settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":"punctuation.quasi.element","settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":["support.type.primitive.ts","support.type.builtin.ts","support.type.primitive.tsx","support.type.builtin.tsx"],"settings":{"foreground":"color(display-p3 0.660755 0.179954 0.815400)"}},{"scope":"support.type.type.flowtype","settings":{"foreground":"color(display-p3 0.391345 0.215644 0.853560)"}},{"scope":"support.type.primitive","settings":{"foreground":"color(display-p3 0.660755 0.179954 0.815400)"}},{"scope":["meta.decorator","meta.decorator punctuation.decorator"],"settings":{"foreground":"color(display-p3 0.227104 0.537899 0.881328)"}},{"scope":"entity.name.function.decorator","settings":{"foreground":"color(display-p3 0.227104 0.537899 0.881328)"}},{"scope":"punctuation.definition.decorator","settings":{"foreground":"color(display-p3 0.227104 0.537899 0.881328)"}},{"scope":"support.variable.magic.python","settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":"variable.parameter.function.language.special.self.python","settings":{"foreground":"color(display-p3 0.870477 0.613222 0.203432)"}},{"scope":["punctuation.separator.period.python","punctuation.separator.element.python","punctuation.parenthesis.begin.python","punctuation.parenthesis.end.python"],"settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":["punctuation.definition.arguments.begin.python","punctuation.definition.arguments.end.python","punctuation.separator.arguments.python","punctuation.definition.list.begin.python","punctuation.definition.list.end.python"],"settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":"support.type.python","settings":{"foreground":"color(display-p3 0.327292 0.790977 0.995660)"}},{"scope":"keyword.operator.logical.python","settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":"meta.function-call.generic.python","settings":{"foreground":"color(display-p3 0.391345 0.215644 0.853560)"}},{"scope":"constant.character.format.placeholder.other.python","settings":{"foreground":"color(display-p3 0.883654 0.721037 0.210874)"}},{"scope":"meta.function.decorator.python","settings":{"foreground":"color(display-p3 0.391345 0.215644 0.853560)"}},{"scope":["support.token.decorator.python","meta.function.decorator.identifier.python"],"settings":{"foreground":"color(display-p3 0.327292 0.790977 0.995660)"}},{"scope":"storage.modifier.lifetime.rust","settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":"support.function.std.rust","settings":{"foreground":"color(display-p3 0.391345 0.215644 0.853560)"}},{"scope":"entity.name.lifetime.rust","settings":{"foreground":"color(display-p3 0.870477 0.613222 0.203432)"}},{"scope":"variable.language.rust","settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":"keyword.operator.misc.rust","settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":"keyword.operator.sigil.rust","settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":"support.constant.core.rust","settings":{"foreground":"color(display-p3 0.883654 0.721037 0.210874)"}},{"scope":["meta.function.c","meta.function.cpp"],"settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":["punctuation.section.block.begin.bracket.curly.cpp","punctuation.section.block.end.bracket.curly.cpp","punctuation.terminator.statement.c","punctuation.section.block.begin.bracket.curly.c","punctuation.section.block.end.bracket.curly.c","punctuation.section.parens.begin.bracket.round.c","punctuation.section.parens.end.bracket.round.c","punctuation.section.parameters.begin.bracket.round.c","punctuation.section.parameters.end.bracket.round.c"],"settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":["keyword.operator.assignment.c","keyword.operator.comparison.c","keyword.operator.c","keyword.operator.increment.c","keyword.operator.decrement.c","keyword.operator.bitwise.shift.c"],"settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":["keyword.operator.assignment.cpp","keyword.operator.comparison.cpp","keyword.operator.cpp","keyword.operator.increment.cpp","keyword.operator.decrement.cpp","keyword.operator.bitwise.shift.cpp"],"settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":["punctuation.separator.c","punctuation.separator.cpp"],"settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":["support.type.posix-reserved.c","support.type.posix-reserved.cpp"],"settings":{"foreground":"color(display-p3 0.327292 0.790977 0.995660)"}},{"scope":["keyword.operator.sizeof.c","keyword.operator.sizeof.cpp"],"settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":"variable.c","settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":["storage.type.annotation.java","storage.type.object.array.java"],"settings":{"foreground":"color(display-p3 0.870477 0.613222 0.203432)"}},{"scope":"source.java","settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":["punctuation.section.block.begin.java","punctuation.section.block.end.java","punctuation.definition.method-parameters.begin.java","punctuation.definition.method-parameters.end.java","meta.method.identifier.java","punctuation.section.method.begin.java","punctuation.section.method.end.java","punctuation.terminator.java","punctuation.section.class.begin.java","punctuation.section.class.end.java","punctuation.section.inner-class.begin.java","punctuation.section.inner-class.end.java","meta.method-call.java","punctuation.section.class.begin.bracket.curly.java","punctuation.section.class.end.bracket.curly.java","punctuation.section.method.begin.bracket.curly.java","punctuation.section.method.end.bracket.curly.java","punctuation.separator.period.java","punctuation.bracket.angle.java","punctuation.definition.annotation.java","meta.method.body.java"],"settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":"meta.method.java","settings":{"foreground":"color(display-p3 0.391345 0.215644 0.853560)"}},{"scope":["storage.modifier.import.java","storage.type.java","storage.type.generic.java"],"settings":{"foreground":"color(display-p3 0.870477 0.613222 0.203432)"}},{"scope":"keyword.operator.instanceof.java","settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":"meta.definition.variable.name.java","settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":"token.variable.parameter.java","settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":"import.storage.java","settings":{"foreground":"color(display-p3 0.870477 0.613222 0.203432)"}},{"scope":"token.package.keyword","settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":"token.package","settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":"token.storage.type.java","settings":{"foreground":"color(display-p3 0.870477 0.613222 0.203432)"}},{"scope":"keyword.operator.assignment.go","settings":{"foreground":"color(display-p3 0.870477 0.613222 0.203432)"}},{"scope":["keyword.operator.arithmetic.go","keyword.operator.address.go"],"settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":"entity.name.package.go","settings":{"foreground":"color(display-p3 0.870477 0.613222 0.203432)"}},{"scope":["support.other.namespace.use.php","support.other.namespace.use-as.php","support.other.namespace.php","entity.other.alias.php","meta.interface.php"],"settings":{"foreground":"color(display-p3 0.870477 0.613222 0.203432)"}},{"scope":"keyword.operator.error-control.php","settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":"keyword.operator.type.php","settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":["punctuation.section.array.begin.php","punctuation.section.array.end.php"],"settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":["storage.type.php","meta.other.type.phpdoc.php","keyword.other.type.php","keyword.other.array.phpdoc.php"],"settings":{"foreground":"color(display-p3 0.870477 0.613222 0.203432)"}},{"scope":["meta.function-call.php","meta.function-call.object.php","meta.function-call.static.php"],"settings":{"foreground":"color(display-p3 0.391345 0.215644 0.853560)"}},{"scope":["punctuation.definition.parameters.begin.bracket.round.php","punctuation.definition.parameters.end.bracket.round.php","punctuation.separator.delimiter.php","punctuation.section.scope.begin.php","punctuation.section.scope.end.php","punctuation.terminator.expression.php","punctuation.definition.arguments.begin.bracket.round.php","punctuation.definition.arguments.end.bracket.round.php","punctuation.definition.storage-type.begin.bracket.round.php","punctuation.definition.storage-type.end.bracket.round.php","punctuation.definition.array.begin.bracket.round.php","punctuation.definition.array.end.bracket.round.php","punctuation.definition.begin.bracket.round.php","punctuation.definition.end.bracket.round.php","punctuation.definition.begin.bracket.curly.php","punctuation.definition.end.bracket.curly.php","punctuation.definition.section.switch-block.end.bracket.curly.php","punctuation.definition.section.switch-block.start.bracket.curly.php","punctuation.definition.section.switch-block.begin.bracket.curly.php","punctuation.definition.section.switch-block.end.bracket.curly.php"],"settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":["support.constant.ext.php","support.constant.std.php","support.constant.core.php","support.constant.parser-token.php"],"settings":{"foreground":"color(display-p3 0.883654 0.721037 0.210874)"}},{"scope":["entity.name.goto-label.php","support.other.php"],"settings":{"foreground":"color(display-p3 0.391345 0.215644 0.853560)"}},{"scope":["keyword.operator.logical.php","keyword.operator.bitwise.php","keyword.operator.arithmetic.php"],"settings":{"foreground":"color(display-p3 0.327292 0.790977 0.995660)"}},{"scope":"keyword.operator.regexp.php","settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":"keyword.operator.comparison.php","settings":{"foreground":"color(display-p3 0.327292 0.790977 0.995660)"}},{"scope":["keyword.operator.heredoc.php","keyword.operator.nowdoc.php"],"settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":"variable.other.class.php","settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":"invalid.illegal.non-null-typehinted.php","settings":{"foreground":"color(display-p3 0.039216 0.039216 0.039216)"}},{"scope":"variable.other.generic-type.haskell","settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":"storage.type.haskell","settings":{"foreground":"color(display-p3 0.883654 0.721037 0.210874)"}},{"scope":"storage.type.cs","settings":{"foreground":"color(display-p3 0.870477 0.613222 0.203432)"}},{"scope":"entity.name.variable.local.cs","settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":"entity.name.label.cs","settings":{"foreground":"color(display-p3 0.870477 0.613222 0.203432)"}},{"scope":["entity.name.scope-resolution.function.call","entity.name.scope-resolution.function.definition"],"settings":{"foreground":"color(display-p3 0.870477 0.613222 0.203432)"}},{"scope":["punctuation.definition.delayed.unison","punctuation.definition.list.begin.unison","punctuation.definition.list.end.unison","punctuation.definition.ability.begin.unison","punctuation.definition.ability.end.unison","punctuation.operator.assignment.as.unison","punctuation.separator.pipe.unison","punctuation.separator.delimiter.unison","punctuation.definition.hash.unison"],"settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":"support.constant.edge","settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":"support.type.prelude.elm","settings":{"foreground":"color(display-p3 0.327292 0.790977 0.995660)"}},{"scope":"support.constant.elm","settings":{"foreground":"color(display-p3 0.883654 0.721037 0.210874)"}},{"scope":"entity.global.clojure","settings":{"foreground":"color(display-p3 0.870477 0.613222 0.203432)"}},{"scope":"meta.symbol.clojure","settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":"constant.keyword.clojure","settings":{"foreground":"color(display-p3 0.327292 0.790977 0.995660)"}},{"scope":["meta.arguments.coffee","variable.parameter.function.coffee"],"settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":"storage.modifier.import.groovy","settings":{"foreground":"color(display-p3 0.870477 0.613222 0.203432)"}},{"scope":"meta.method.groovy","settings":{"foreground":"color(display-p3 0.391345 0.215644 0.853560)"}},{"scope":"meta.definition.variable.name.groovy","settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":"meta.definition.class.inherited.classes.groovy","settings":{"foreground":"color(display-p3 0.259723 0.647032 0.276349)"}},{"scope":"support.variable.semantic.hlsl","settings":{"foreground":"color(display-p3 0.870477 0.613222 0.203432)"}},{"scope":["support.type.texture.hlsl","support.type.sampler.hlsl","support.type.object.hlsl","support.type.object.rw.hlsl","support.type.fx.hlsl","support.type.object.hlsl"],"settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":["text.variable","text.bracketed"],"settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":["support.type.swift","support.type.vb.asp"],"settings":{"foreground":"color(display-p3 0.870477 0.613222 0.203432)"}},{"scope":"meta.scope.prerequisites.makefile","settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":"source.makefile","settings":{"foreground":"color(display-p3 0.870477 0.613222 0.203432)"}},{"scope":"source.ini","settings":{"foreground":"color(display-p3 0.259723 0.647032 0.276349)"}},{"scope":"constant.language.symbol.ruby","settings":{"foreground":"color(display-p3 0.327292 0.790977 0.995660)"}},{"scope":["function.parameter.ruby","function.parameter.cs"],"settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":"constant.language.symbol.elixir","settings":{"foreground":"color(display-p3 0.327292 0.790977 0.995660)"}},{"scope":"text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade","settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":"text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade","settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":"entity.name.function.xi","settings":{"foreground":"color(display-p3 0.870477 0.613222 0.203432)"}},{"scope":"entity.name.class.xi","settings":{"foreground":"color(display-p3 0.327292 0.790977 0.995660)"}},{"scope":"constant.character.character-class.regexp.xi","settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":"constant.regexp.xi","settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":"keyword.control.xi","settings":{"foreground":"color(display-p3 0.327292 0.790977 0.995660)"}},{"scope":"invalid.xi","settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":"beginning.punctuation.definition.quote.markdown.xi","settings":{"foreground":"color(display-p3 0.259723 0.647032 0.276349)"}},{"scope":"beginning.punctuation.definition.list.markdown.xi","settings":{"foreground":"color(display-p3 0.450980 0.450980 0.450980)"}},{"scope":"constant.character.xi","settings":{"foreground":"color(display-p3 0.391345 0.215644 0.853560)"}},{"scope":"accent.xi","settings":{"foreground":"color(display-p3 0.391345 0.215644 0.853560)"}},{"scope":"wikiword.xi","settings":{"foreground":"color(display-p3 0.883654 0.721037 0.210874)"}},{"scope":"constant.other.color.rgb-value.xi","settings":{"foreground":"color(display-p3 0.039216 0.039216 0.039216)"}},{"scope":"punctuation.definition.tag.xi","settings":{"foreground":"color(display-p3 0.450980 0.450980 0.450980)"}},{"scope":["support.constant.property-value.scss","support.constant.property-value.css"],"settings":{"foreground":"color(display-p3 0.883654 0.721037 0.210874)"}},{"scope":["keyword.operator.css","keyword.operator.scss","keyword.operator.less"],"settings":{"foreground":"color(display-p3 0.327292 0.790977 0.995660)"}},{"scope":["support.constant.color.w3c-standard-color-name.css","support.constant.color.w3c-standard-color-name.scss"],"settings":{"foreground":"color(display-p3 0.883654 0.721037 0.210874)"}},{"scope":"punctuation.separator.list.comma.css","settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":"support.type.vendored.property-name.css","settings":{"foreground":"color(display-p3 0.327292 0.790977 0.995660)"}},{"scope":"support.type.property-name.css","settings":{"foreground":"color(display-p3 0.327292 0.790977 0.995660)"}},{"scope":"support.type.property-name","settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":"support.constant.property-value","settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":"support.constant.font-name","settings":{"foreground":"color(display-p3 0.883654 0.721037 0.210874)"}},{"scope":"entity.other.attribute-name.class.css","settings":{"foreground":"color(display-p3 0.266455 0.667541 0.435918)","fontStyle":"normal"}},{"scope":"entity.other.attribute-name.id","settings":{"foreground":"color(display-p3 0.391345 0.215644 0.853560)","fontStyle":"normal"}},{"scope":["entity.other.attribute-name.pseudo-element","entity.other.attribute-name.pseudo-class"],"settings":{"foreground":"color(display-p3 0.327292 0.790977 0.995660)"}},{"scope":"meta.selector","settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":"selector.sass","settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":"rgb-value","settings":{"foreground":"color(display-p3 0.327292 0.790977 0.995660)"}},{"scope":"inline-color-decoration rgb-value","settings":{"foreground":"color(display-p3 0.883654 0.721037 0.210874)"}},{"scope":"less rgb-value","settings":{"foreground":"color(display-p3 0.883654 0.721037 0.210874)"}},{"scope":"control.elements","settings":{"foreground":"color(display-p3 0.883654 0.721037 0.210874)"}},{"scope":"keyword.operator.less","settings":{"foreground":"color(display-p3 0.883654 0.721037 0.210874)"}},{"scope":"entity.name.tag","settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":"entity.other.attribute-name","settings":{"foreground":"color(display-p3 0.266455 0.667541 0.435918)","fontStyle":"normal"}},{"scope":"constant.character.entity","settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":"meta.tag","settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":"invalid.illegal.bad-ampersand.html","settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":"markup.heading","settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":["markup.heading punctuation.definition.heading","entity.name.section"],"settings":{"foreground":"color(display-p3 0.391345 0.215644 0.853560)"}},{"scope":"entity.name.section.markdown","settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":"punctuation.definition.heading.markdown","settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":"markup.heading.setext","settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":["markup.heading.setext.1.markdown","markup.heading.setext.2.markdown"],"settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":["markup.bold","todo.bold"],"settings":{"foreground":"color(display-p3 0.883654 0.721037 0.210874)"}},{"scope":"punctuation.definition.bold","settings":{"foreground":"color(display-p3 0.870477 0.613222 0.203432)"}},{"scope":"punctuation.definition.bold.markdown","settings":{"foreground":"color(display-p3 0.883654 0.721037 0.210874)"}},{"scope":["markup.italic","punctuation.definition.italic","todo.emphasis"],"settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)","fontStyle":"italic"}},{"scope":"emphasis md","settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":"markup.italic.markdown","settings":{"fontStyle":"italic"}},{"scope":["markup.underline.link.markdown","markup.underline.link.image.markdown"],"settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":["string.other.link.title.markdown","string.other.link.description.markdown"],"settings":{"foreground":"color(display-p3 0.391345 0.215644 0.853560)"}},{"scope":"punctuation.definition.metadata.markdown","settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":["markup.inline.raw.markdown","markup.inline.raw.string.markdown"],"settings":{"foreground":"color(display-p3 0.259723 0.647032 0.276349)"}},{"scope":"punctuation.definition.list.begin.markdown","settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":"punctuation.definition.list.markdown","settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":"beginning.punctuation.definition.list.markdown","settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":["punctuation.definition.string.begin.markdown","punctuation.definition.string.end.markdown"],"settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":"markup.quote.markdown","settings":{"foreground":"color(display-p3 0.450980 0.450980 0.450980)"}},{"scope":"keyword.other.unit","settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":"markup.changed.diff","settings":{"foreground":"color(display-p3 0.870477 0.613222 0.203432)"}},{"scope":["meta.diff.header.from-file","meta.diff.header.to-file","punctuation.definition.from-file.diff","punctuation.definition.to-file.diff"],"settings":{"foreground":"color(display-p3 0.391345 0.215644 0.853560)"}},{"scope":"markup.inserted.diff","settings":{"foreground":"color(display-p3 0.259723 0.647032 0.276349)"}},{"scope":"markup.deleted.diff","settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":"string.regexp","settings":{"foreground":"color(display-p3 0.262058 0.668164 0.717478)"}},{"scope":"constant.other.character-class.regexp","settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":"keyword.operator.quantifier.regexp","settings":{"foreground":"color(display-p3 0.883654 0.721037 0.210874)"}},{"scope":"constant.character.escape","settings":{"foreground":"color(display-p3 0.272343 0.688141 0.603353)"}},{"scope":"source.json meta.structure.dictionary.json > string.quoted.json","settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":"source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string","settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":["source.json meta.structure.dictionary.json > value.json > string.quoted.json","source.json meta.structure.array.json > value.json > string.quoted.json","source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation","source.json meta.structure.array.json > value.json > string.quoted.json > punctuation"],"settings":{"foreground":"color(display-p3 0.259723 0.647032 0.276349)"}},{"scope":["source.json meta.structure.dictionary.json > constant.language.json","source.json meta.structure.array.json > constant.language.json"],"settings":{"foreground":"color(display-p3 0.327292 0.790977 0.995660)"}},{"scope":"support.type.property-name.json","settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":"support.type.property-name.json punctuation","settings":{"foreground":"color(display-p3 0.846123 0.351499 0.208754)"}},{"scope":"punctuation.definition.block.sequence.item.yaml","settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":"block.scope.end","settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":"block.scope.begin","settings":{"foreground":"color(display-p3 0.388235 0.388235 0.388235)"}},{"scope":"token.info-token","settings":{"foreground":"color(display-p3 0.391345 0.215644 0.853560)"}},{"scope":"token.warn-token","settings":{"foreground":"color(display-p3 0.883654 0.721037 0.210874)"}},{"scope":"token.error-token","settings":{"foreground":"color(display-p3 0.039216 0.039216 0.039216)"}},{"scope":"token.debug-token","settings":{"foreground":"color(display-p3 0.834880 0.207921 0.387456)"}},{"scope":"invalid.illegal","settings":{"foreground":"color(display-p3 0.039216 0.039216 0.039216)"}},{"scope":"invalid.broken","settings":{"foreground":"color(display-p3 0.039216 0.039216 0.039216)"}},{"scope":"invalid.deprecated","settings":{"foreground":"color(display-p3 0.039216 0.039216 0.039216)"}},{"scope":"invalid.unimplemented","settings":{"foreground":"color(display-p3 0.039216 0.039216 0.039216)"}}],"semanticTokenColors":{"comment":"color(display-p3 0.450980 0.450980 0.450980)","string":"color(display-p3 0.259723 0.647032 0.276349)","number":"color(display-p3 0.246852 0.642335 0.817202)","regexp":"color(display-p3 0.262058 0.668164 0.717478)","keyword":"color(display-p3 0.834880 0.207921 0.387456)","variable":"color(display-p3 0.854172 0.502144 0.209646)","parameter":"color(display-p3 0.388235 0.388235 0.388235)","property":"color(display-p3 0.854172 0.502144 0.209646)","function":"color(display-p3 0.391345 0.215644 0.853560)","method":"color(display-p3 0.391345 0.215644 0.853560)","type":"color(display-p3 0.660755 0.179954 0.815400)","class":"color(display-p3 0.660755 0.179954 0.815400)","namespace":"color(display-p3 0.870477 0.613222 0.203432)","enumMember":"color(display-p3 0.327292 0.790977 0.995660)","variable.constant":"color(display-p3 0.883654 0.721037 0.210874)","variable.defaultLibrary":"color(display-p3 0.870477 0.613222 0.203432)","decorator":"color(display-p3 0.227104 0.537899 0.881328)"}}`));export{e as default};
|