dev-launchers / dev-launchers-platform

Monorepo for all DevLaunchers internal products and libraries used by the official platform
https://devlaunchers.org
GNU General Public License v3.0
41 stars 30 forks source link

feat(design-system): implement light mode color themes #2129

Open annaisaacks opened 1 week ago

annaisaacks commented 1 week ago

Color System Hierarchy and Usage Guidelines

Color Hierarchy

The color system follows a strict hierarchical structure for dark-mode theme:

[Primitive Color Value]
└── [Theme Application]
    ├── [Theme Application: Static]
    │   └── [Semantic Application]
    │       └── [Color Group]
    │           └── [Color Subgroup]
    │               ├── [Color Subgroup: Grey]
    │               └── [Color Version]
    │
    ├── [Theme Application: Status]
    │   └── [Status]
    │       └── [Semantic Value]
    │           └── [Component Value]
    │               └── [Color Group]
    │                   ├── [Version Hierarchy]
    │                   └── [Color Subgroup: Alert]
    │
    └── [Theme Application: Contrast Shades]
        └── [Color Group]
            └── [Color Subgroup]
                └── [Contrast Level]

Usage Guidelines

Interactive Elements

Static Elements

Decorative Elements

Visual Reference

[Note: Two images showing the color system hierarchy and relationships were attached to the original PR]

changeset-bot[bot] commented 1 week ago

⚠️ No Changeset found

Latest commit: 2719246795fe73acebdd707efa5fb095f50cfb26

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

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

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

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