@toeverything/theme
Advanced tools
Comparing version 0.7.9 to 0.7.10
@@ -83,7 +83,7 @@ const g = (r) => typeof r != "string" ? "" : r.replace(/-/g, "_").replace(/([a-z0-9])([A-Z])/g, "$1-$2").replace(/([A-Z])([A-Z])(?=[a-z])/g, "$1-$2").toLowerCase().replace(/(\D+)(\d+)$/g, "$1-$2").replace(/\s|_/g, "-"), a = "apple-system, BlinkMacSystemFont,'Helvetica Neue', Tahoma, 'PingFang SC', 'Microsoft Yahei', Arial,'Hiragino Sans GB', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji','Segoe UI Symbol', 'Noto Color Emoji'", b = { | ||
backgroundProcessingColor: "rgba(233, 241, 255, 1)", | ||
backgroundWarningColor: "rgba(255, 239, 233, 1)", | ||
backgroundWarningColor: "rgba(255, 237, 219, 1)", | ||
backgroundPrimaryColor: "rgb(255, 255, 255)", | ||
backgroundOverlayPanelColor: "rgb(251, 251, 252)", | ||
backgroundSecondaryColor: "rgba(244, 244, 245, 1)", | ||
backgroundTertiaryColor: "rgb(245, 243, 247)", | ||
backgroundTertiaryColor: "rgb(238, 238, 238)", | ||
backgroundCodeBlock: "rgba(247, 246, 250, 1)", | ||
@@ -106,5 +106,5 @@ backgroundModalColor: "rgba(0, 0, 0, 0.75)", | ||
edgelessGridColor: "rgb(230, 230, 230)", | ||
successColor: "#10CB86", | ||
warningColor: "#FF981F", | ||
errorColor: "#EB4335", | ||
successColor: "rgb(16, 203, 134)", | ||
warningColor: "rgb(255, 124, 9)", | ||
errorColor: "rgb(235, 67, 53)", | ||
processingColor: "rgb(39, 118, 255)", | ||
@@ -180,6 +180,6 @@ black10: "rgba(0, 0, 0, 0.1)", | ||
edgelessGridColor: "rgb(49, 49, 49)", | ||
successColor: "#27E297", | ||
warningColor: "#FEAE5F", | ||
errorColor: "#F1907D", | ||
processingColor: "rgb(195, 215, 255)", | ||
successColor: "rgb(13, 162, 107)", | ||
warningColor: "rgb(204, 99, 7)", | ||
errorColor: "rgb(188, 54, 42)", | ||
processingColor: "rgb(31, 94, 204)", | ||
textEmphasisColor: "#1E96EB", | ||
@@ -204,7 +204,7 @@ textPrimaryColor: "rgb(234, 234, 234)", | ||
backgroundCodeBlock: "rgba(46, 44, 52, 1)", | ||
backgroundTertiaryColor: "rgb(30, 30, 30)", | ||
backgroundProcessingColor: "rgba(24, 27, 32, 1)", | ||
backgroundErrorColor: "rgba(21, 14, 13, 1)", | ||
backgroundWarningColor: "rgba(26, 10, 3, 1)", | ||
backgroundSuccessColor: "rgba(8, 21, 18, 1)", | ||
backgroundTertiaryColor: "rgb(48, 48, 48)", | ||
backgroundProcessingColor: "rgba(22, 32, 48, 1)", | ||
backgroundErrorColor: "rgba(46, 26, 24, 1)", | ||
backgroundWarningColor: "rgba(48, 35, 19, 1)", | ||
backgroundSuccessColor: "rgba(20, 42, 34, 1)", | ||
backgroundPrimaryColor: "rgb(20, 20, 20)", | ||
@@ -211,0 +211,0 @@ backgroundSecondaryColor: "rgba(37, 37, 37, 1)", |
{ | ||
"name": "@toeverything/theme", | ||
"version": "0.7.9", | ||
"version": "0.7.10", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "repository": "toeverything/design", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
95089
710