Skip to content

Commit ce93220

Browse files
authored
Use OKLCH colors and change action default active (#59)
* Convert HEX to OKLCH And include a comparison to easily see the diff * Use active instead of default-active * Convert RGBA to OKLCH * Convert OKLCH to HEX for React Native * Update output configs --------- Co-authored-by: johanekhager <johanekhager@users.noreply.github.com>
1 parent 8fe4989 commit ce93220

26 files changed

Lines changed: 3941 additions & 3352 deletions

color-comparison.html

Lines changed: 538 additions & 0 deletions
Large diffs are not rendered by default.

dist/index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ export var themeColors: {
253253
action: {
254254
DEFAULT: string;
255255
hover: string;
256-
"default-active": string;
256+
active: string;
257257
weak: string;
258258
"weak-active": string;
259259
medium: string;
@@ -1039,7 +1039,7 @@ export var reactLightThemeColors: {
10391039
action: {
10401040
default: string;
10411041
hover: string;
1042-
defaultActive: string;
1042+
active: string;
10431043
weak: string;
10441044
weakActive: string;
10451045
medium: string;
@@ -1569,7 +1569,7 @@ export var reactDarkThemeColors: {
15691569
action: {
15701570
default: string;
15711571
hover: string;
1572-
defaultActive: string;
1572+
active: string;
15731573
weak: string;
15741574
weakActive: string;
15751575
medium: string;

0 commit comments

Comments
 (0)