Skip to content

Commit

Permalink
Add copliot colors (#46)
Browse files Browse the repository at this point in the history
* fix: add copilot colors
  • Loading branch information
johanekhager authored Apr 3, 2024
1 parent cd0907c commit bd72e1c
Show file tree
Hide file tree
Showing 19 changed files with 1,300 additions and 656 deletions.
63 changes: 63 additions & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ export var themeColors: {
"weak-hover": string;
"weak-active": string;
};
copilot: {
DEFAULT: string;
weak: string;
medium: string;
strong: string;
};
decorative: {
amber: {
DEFAULT: string;
Expand Down Expand Up @@ -173,6 +179,9 @@ export var themeColors: {
"medium-active": string;
strong: string;
};
copilot: {
medium: string;
};
decorative: {
amber: {
medium: string;
Expand Down Expand Up @@ -263,6 +272,12 @@ export var themeColors: {
info: {
DEFAULT: string;
};
copilot: {
DEFAULT: string;
weak: string;
medium: string;
strong: string;
};
decorative: {
amber: {
DEFAULT: string;
Expand Down Expand Up @@ -395,6 +410,12 @@ export var themeColors: {
DEFAULT: string;
strong: string;
};
copilot: {
DEFAULT: string;
weak: string;
medium: string;
strong: string;
};
decorative: {
amber: {
DEFAULT: string;
Expand Down Expand Up @@ -804,6 +825,12 @@ export var reactLightThemeColors: {
weakHover: string;
weakActive: string;
};
copilot: {
default: string;
weak: string;
medium: string;
strong: string;
};
decorative: {
amber: {
default: string;
Expand Down Expand Up @@ -938,6 +965,9 @@ export var reactLightThemeColors: {
mediumActive: string;
strong: string;
};
copilot: {
medium: string;
};
decorative: {
amber: {
medium: string;
Expand Down Expand Up @@ -1028,6 +1058,12 @@ export var reactLightThemeColors: {
info: {
default: string;
};
copilot: {
default: string;
weak: string;
medium: string;
strong: string;
};
decorative: {
amber: {
default: string;
Expand Down Expand Up @@ -1160,6 +1196,12 @@ export var reactLightThemeColors: {
default: string;
strong: string;
};
copilot: {
default: string;
weak: string;
medium: string;
strong: string;
};
decorative: {
amber: {
default: string;
Expand Down Expand Up @@ -1313,6 +1355,12 @@ export var reactDarkThemeColors: {
weakHover: string;
weakActive: string;
};
copilot: {
default: string;
weak: string;
medium: string;
strong: string;
};
decorative: {
amber: {
default: string;
Expand Down Expand Up @@ -1447,6 +1495,9 @@ export var reactDarkThemeColors: {
mediumActive: string;
strong: string;
};
copilot: {
medium: string;
};
decorative: {
amber: {
medium: string;
Expand Down Expand Up @@ -1537,6 +1588,12 @@ export var reactDarkThemeColors: {
info: {
default: string;
};
copilot: {
default: string;
weak: string;
medium: string;
strong: string;
};
decorative: {
amber: {
default: string;
Expand Down Expand Up @@ -1669,6 +1726,12 @@ export var reactDarkThemeColors: {
default: string;
strong: string;
};
copilot: {
default: string;
weak: string;
medium: string;
strong: string;
};
decorative: {
amber: {
default: string;
Expand Down
2 changes: 1 addition & 1 deletion dist/output/colors.spectrum.react.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";
/**
* Do not edit directly
* Generated on Fri, 01 Mar 2024 07:37:28 GMT
* Generated on Wed, 03 Apr 2024 14:14:17 GMT
*/
module.exports = /** @type {const} */ {
"black": "#000000",
Expand Down
2 changes: 1 addition & 1 deletion dist/output/colors.spectrum.tailwind.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";
/**
* Do not edit directly
* Generated on Fri, 01 Mar 2024 07:37:28 GMT
* Generated on Wed, 03 Apr 2024 14:14:17 GMT
*/
module.exports = /** @type {const} */ {
"black": "#000000",
Expand Down
Loading

0 comments on commit bd72e1c

Please sign in to comment.