-
Notifications
You must be signed in to change notification settings - Fork 53
feat(colors): add red color scheme in Teams theme #1353
Conversation
mnajdova
commented
May 17, 2019
•
edited
Loading
edited
- added red color scheme specified by the design theme
- fixed some color schemes for the colors still not red-lined with design, in order to improve the usage showcase in the mean time
-added new colors in default color scheme -refactored label variables to use inverted color scheme
@@ -40,13 +40,16 @@ export const colorScheme: ColorSchemeMapping = { | |||
default: { | |||
foreground: colors.white, | |||
foreground1: colors.grey[250], | |||
foreground3: colors.grey[300], | |||
foreground4: colors.white, | |||
foreground2: colors.grey[300], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed wrong name of color scheme token, added two new approved by design.
default: { | ||
background: color, | ||
foreground: 'rgb(232, 232, 232)', | ||
foreground: 'rgba(0, 0, 0, 0.6)', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would really like to use here some color scheme values, because these overrides now goes to all themes (this is why we have to add labelVariables in teams and HC theme), which are actually partially copies from the light theme :(
Codecov Report
@@ Coverage Diff @@
## master #1353 +/- ##
==========================================
- Coverage 72.39% 72.35% -0.05%
==========================================
Files 770 772 +2
Lines 5749 5751 +2
Branches 1680 1680
==========================================
- Hits 4162 4161 -1
- Misses 1581 1584 +3
Partials 6 6
Continue to review full report at Codecov.
|