Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

Commit

Permalink
feat(themes): add interactive-04 and link-01 tokens (#378)
Browse files Browse the repository at this point in the history
* add interactive-04 and link-01

* remove unsed G50 from light themes
  • Loading branch information
shixiedesign authored and joshblack committed Feb 28, 2019
1 parent 1a9aa46 commit 0dde544
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/themes/src/g10.js
Expand Up @@ -39,6 +39,7 @@ import {
export const interactive01 = blue60;
export const interactive02 = gray100;
export const interactive03 = blue60;
export const interactive04 = blue60;

export const uiBackground = gray10;

Expand All @@ -57,6 +58,8 @@ export const icon01 = gray100;
export const icon02 = gray70;
export const icon03 = white;

export const link01 = blue60;

export const field01 = white;
export const field02 = gray10;

Expand Down
4 changes: 4 additions & 0 deletions packages/themes/src/g100.js
Expand Up @@ -7,6 +7,7 @@

import {
// Blue
blue40,
blue50,
blue60,
blue70,
Expand Down Expand Up @@ -39,6 +40,7 @@ import {
export const interactive01 = blue60;
export const interactive02 = gray60;
export const interactive03 = white;
export const interactive04 = blue50;

export const uiBackground = gray100;

Expand All @@ -57,6 +59,8 @@ export const icon01 = gray10;
export const icon02 = gray30;
export const icon03 = white;

export const link01 = blue40;

export const field01 = gray90;
export const field02 = gray80;

Expand Down
4 changes: 4 additions & 0 deletions packages/themes/src/g90.js
Expand Up @@ -7,6 +7,7 @@

import {
// Blue
blue40,
blue50,
blue60,
blue70,
Expand Down Expand Up @@ -40,6 +41,7 @@ import {
export const interactive01 = blue60;
export const interactive02 = gray60;
export const interactive03 = white;
export const interactive04 = blue50;

export const uiBackground = gray90;

Expand All @@ -58,6 +60,8 @@ export const icon01 = gray10;
export const icon02 = gray30;
export const icon03 = white;

export const link01 = blue40;

export const field01 = gray80;
export const field02 = gray70;

Expand Down
3 changes: 3 additions & 0 deletions packages/themes/src/white.js
Expand Up @@ -39,6 +39,7 @@ import {
export const interactive01 = blue60;
export const interactive02 = gray100;
export const interactive03 = blue60;
export const interactive04 = blue60;

export const uiBackground = white;

Expand All @@ -57,6 +58,8 @@ export const icon01 = gray100;
export const icon02 = gray70;
export const icon03 = white;

export const link01 = blue60;

export const field01 = gray10;
export const field02 = white;

Expand Down

0 comments on commit 0dde544

Please sign in to comment.