@atom-learning/theme
Advanced tools
Comparing version 1.0.0-beta.3 to 1.0.0-beta.4
export interface Theme { | ||
"colors": { | ||
"tonal50": "#f5f5f5", | ||
"tonal100": "#ededed", | ||
"tonal200": "#e3e3e3", | ||
"tonal300": "#cccccc", | ||
"tonal400": "#b0b0b0", | ||
"tonal500": "#757575", | ||
"tonal600": "#545454", | ||
"tonal700": "#333333", | ||
"tonal800": "#1f1f1f", | ||
"tonal900": "#141414", | ||
"alpha100": "#333333", | ||
"alpha150": "#333333", | ||
"alpha200": "#333333", | ||
"alpha250": "#333333", | ||
"alpha600": "#333333", | ||
"primary": "#1e71f6", | ||
"secondary": "#70c6ff", | ||
"tertiary": "#102da2", | ||
"success": "#028a00", | ||
"successDark": "#00660a", | ||
"danger": "#f61e1e", | ||
"dangerDark": "#ae0a0a", | ||
"warning": "#ffb61a", | ||
"warningDark": "#e7a20d", | ||
"subjectEnglish": "#f74e4e", | ||
"subjectMaths": "#1d6ff5", | ||
"subjectScience": "#7f5edd", | ||
"subjectVr": "#4fbf5e", | ||
"subjectNvr": "#ffb71b", | ||
"subjectCw": "#ff7518", | ||
"subjectEs": "#9954bb" | ||
}, | ||
"space": { | ||
@@ -3,0 +36,0 @@ "0": "0.125rem", |
module.exports = { | ||
"colors": { | ||
"tonal50": "hsl(0, 0%, 96%)", | ||
"tonal100": "hsl(0, 0%, 93%)", | ||
"tonal200": "hsl(0, 0%, 89%)", | ||
"tonal300": "hsl(0, 0%, 80%)", | ||
"tonal400": "hsl(0, 0%, 69%)", | ||
"tonal500": "hsl(0, 0%, 46%)", | ||
"tonal600": "hsl(0, 0%, 33%)", | ||
"tonal700": "hsl(0, 0%, 20%)", | ||
"tonal800": "hsl(0, 0%, 12%)", | ||
"tonal900": "hsl(0, 0%, 8%)", | ||
"alpha100": "hsla(0, 0%, 20%, 0.1)", | ||
"alpha150": "hsla(0, 0%, 20%, 0.15)", | ||
"alpha200": "hsla(0, 0%, 20%, 0.2)", | ||
"alpha250": "hsla(0, 0%, 20%, 0.25)", | ||
"alpha600": "hsla(0, 0%, 20%, 0.6)", | ||
"primary": "hsl(217, 92%, 54%)", | ||
"secondary": "hsl(204, 100%, 72%)", | ||
"tertiary": "hsl(228, 82%, 35%)", | ||
"success": "hsl(119, 100%, 27%)", | ||
"successDark": "hsl(126, 100%, 20%)", | ||
"danger": "hsl(0, 92%, 54%)", | ||
"dangerDark": "hsl(0, 89%, 36%)", | ||
"warning": "hsl(41, 100%, 55%)", | ||
"warningDark": "hsl(41, 89%, 48%)", | ||
"subjectEnglish": "hsl(0, 91%, 64%)", | ||
"subjectMaths": "hsl(217, 92%, 54%)", | ||
"subjectScience": "hsl(256, 65%, 62%)", | ||
"subjectVr": "hsl(128, 47%, 53%)", | ||
"subjectNvr": "hsl(41, 100%, 55%)", | ||
"subjectCw": "hsl(24, 100%, 55%)", | ||
"subjectEs": "hsl(280, 43%, 53%)" | ||
}, | ||
"space": { | ||
@@ -3,0 +36,0 @@ "0": "0.125rem", |
{ | ||
"name": "@atom-learning/theme", | ||
"version": "1.0.0-beta.3", | ||
"version": "1.0.0-beta.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
14399
172