-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc6634a
commit 4ff7c60
Showing
18 changed files
with
139 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,66 +1,66 @@ | ||
export const defaultTokenMapping = { | ||
// Branded UI colors | ||
primary: 'brand.primary.v_1000', | ||
primaryDark: 'brand.primary.v_1100', | ||
secondary: 'brand.secondary.v_1000', | ||
secondaryDark: 'brand.secondary.v_1100', | ||
appBar: 'brand.secondary.v_800', | ||
primary: 'brand.primary.v_500', | ||
primaryDark: 'brand.primary.v_600', | ||
secondary: 'brand.secondary.v_500', | ||
secondaryDark: 'brand.secondary.v_600', | ||
appBar: 'brand.secondary.v_400', | ||
appBarDark: 'palette.black', | ||
link: 'brand.primary.v_1000', | ||
link: 'brand.primary.v_500', | ||
loading: 'palette.grey.v_800', | ||
focusOutline: 'palette.lightblue.v_800', | ||
focusOutline: 'palette.lightblue.v_400', | ||
|
||
// Generic UI colors | ||
text: 'palette.black', | ||
textDisabled: 'palette.grey.v_200', | ||
annotation: 'palette.grey.v_600', | ||
textDisabled: 'palette.grey.v_300', | ||
annotation: 'palette.grey.v_700', | ||
textInverted: 'palette.white', | ||
surface: 'palette.white', | ||
fineLine: 'palette.grey.v_100', | ||
fineLine: 'palette.grey.v_200', | ||
|
||
// general semantic colors | ||
error: 'palette.red.v_1100', | ||
incorrect: 'palette.red.v_1100', | ||
success: 'palette.green.v_1100', | ||
correct: 'palette.green.v_1100', | ||
error: 'palette.red.v_600', | ||
incorrect: 'palette.red.v_600', | ||
success: 'palette.green.v_600', | ||
correct: 'palette.green.v_600', | ||
|
||
// Kolibri-specific semantic colors | ||
progress: 'palette.lightblue.v_1000', | ||
mastered: 'palette.yellow.v_1000', | ||
warning: 'palette.yellow.v_1000', | ||
incomplete: 'palette.yellow.v_1000', | ||
coachContent: 'palette.lightblue.v_1100', | ||
superAdmin: 'palette.yellow.v_1000', | ||
progress: 'palette.lightblue.v_500', | ||
mastered: 'palette.yellow.v_500', | ||
warning: 'palette.yellow.v_500', | ||
incomplete: 'palette.yellow.v_500', | ||
coachContent: 'palette.lightblue.v_600', | ||
superAdmin: 'palette.yellow.v_500', | ||
|
||
// content colors | ||
practice: 'palette.blue.v_800', | ||
watch: 'palette.lightblue.v_800', | ||
listen: 'palette.pink.v_1000', | ||
read: 'palette.red.v_1000', | ||
explore: 'palette.orange.v_1000', | ||
create: 'palette.green.v_1000', | ||
reflect: 'palette.yellow.v_1000', | ||
practice: 'palette.blue.v_400', | ||
watch: 'palette.lightblue.v_400', | ||
listen: 'palette.pink.v_500', | ||
read: 'palette.red.v_500', | ||
explore: 'palette.orange.v_500', | ||
create: 'palette.green.v_500', | ||
reflect: 'palette.yellow.v_500', | ||
topic: 'palette.grey.v_800', | ||
}; | ||
|
||
// set core brand colors | ||
export const defaultBrandColors = { | ||
// blues | ||
primary: { | ||
v_200: '#D9E1FD', | ||
v_400: '#B4C3FB', | ||
v_600: '#8EA4F9', | ||
v_800: '#6986F7', | ||
v_1000: '#4368F5', | ||
v_1100: '#2547F3', | ||
v_100: '#D9E1FD', | ||
v_200: '#B4C3FB', | ||
v_300: '#8EA4F9', | ||
v_400: '#6986F7', | ||
v_500: '#4368F5', | ||
v_600: '#2547F3', | ||
}, | ||
// yellows | ||
secondary: { | ||
v_200: '#FFF5CC', | ||
v_400: '#FFEA99', | ||
v_600: '#FFE066', | ||
v_800: '#FFD533', | ||
v_1000: '#FFCB00', | ||
v_1100: '#E5B700', | ||
v_100: '#FFF5CC', | ||
v_200: '#FFEA99', | ||
v_300: '#FFE066', | ||
v_400: '#FFD533', | ||
v_500: '#FFCB00', | ||
v_600: '#E5B700', | ||
}, | ||
}; |
Oops, something went wrong.