mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-08-04 14:00:06 +00:00
Signed-off-by: Naveen R. Iyer <iyernaveenr@gmail.com> Co-authored-by: Tao Sun <168447269+fengju0213@users.noreply.github.com> Co-authored-by: Claude Fable 5 <noreply@anthropic.com> Co-authored-by: Naveen R. Iyer <12383569+iyernaveenr@users.noreply.github.com> Co-authored-by: Tong Chen <web_chentong@163.com> Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com> Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com> Co-authored-by: Xiangyu Shi <sxyu.shi@gmail.com> Co-authored-by: Slayer <gau306323@gmail.com> Co-authored-by: Weijie Bai <happy.regina.bai@gmail.com> Co-authored-by: Qiaochu Hu <110hqc@gmail.com> Co-authored-by: Ersi Ni <ersi.ni@nilbot.net> Co-authored-by: carlosjarenom <carlosjarenom@gmail.com> Co-authored-by: carlosjarenom <carlosjarenom@users.noreply.github.com>
29 lines
1.4 KiB
Text
29 lines
1.4 KiB
Text
# Whole-file skips for scripts/check-design-token-usage.mjs (run: npm run check:design-token-usage).
|
|
# Prefer design tokens or a line-level // ds:allow-hardcoded-color comment.
|
|
# List a path only when the file must contain raw colors by design (whole module is the exception).
|
|
#
|
|
# WordCarousel — default marketing gradient uses fixed brand hex; pass `gradient` for token-based styling.
|
|
src/components/ui/WordCarousel/WordCarousel.tsx
|
|
#
|
|
# Terminal — @xterm/xterm ITheme requires hex strings for theme colors.
|
|
src/components/Terminal/index.tsx
|
|
#
|
|
# Preview panel terminal — xterm ITheme hex palette (shared via terminalTheme.ts).
|
|
src/components/Session/PreviewPanel/tabs/terminal/terminalTheme.ts
|
|
#
|
|
# ColorPicker — HSV UI requires fixed gradients / hex placeholder.
|
|
src/components/ui/colorPicker.tsx
|
|
#
|
|
# Install progress bar (src/components/ui/progress-install.tsx) and similar: use CSS vars only — no entry needed.
|
|
#
|
|
# Electron shell surfaces use fixed native colors in preload HTML and BrowserWindow options.
|
|
electron/main/index.ts
|
|
electron/main/fileReader.ts
|
|
electron/preload/index.ts
|
|
#
|
|
# Animation assets — demo/preview components use hardcoded colors intentionally for visual fidelity.
|
|
src/assets/animation/project/ProjectWorkspaceDisplay.tsx
|
|
src/assets/animation/workspace/WorkspaceDisplay.tsx
|
|
#
|
|
# OnboardingSteps — theme accent swatches must reference exact brand hex values from the theme catalog.
|
|
src/components/InstallStep/OnboardingSteps.tsx
|