Skip to content

Commit

Permalink
added new 3 color variants
Browse files Browse the repository at this point in the history
  • Loading branch information
manojleaton committed Dec 28, 2023
1 parent 4f09f78 commit 44613c4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/blueDarkTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,5 +209,11 @@ export const MD3BluiDarkTheme = {
neutralOutlinedContainerOutline: BLUIColors.neutralVariant[60],
// Text and icons against Neutral outlined container
onNeutralOutlinedContainer: BLUIColors.neutralVariant[70],
// Standout fill text field color against surface
textFieldContainer: Color(BLUIColors.neutral[80]).alpha(0.2).rgb().string(),
// Black color variant
blackLightWhiteDark: BLUIColors.primary[100],
// White color variant
whiteLightBlackDark: BLUIColors.primary[0],
},
};
6 changes: 6 additions & 0 deletions src/blueTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,5 +209,11 @@ export const MD3BluiLightTheme = {
neutralOutlinedContainerOutline: BLUIColors.neutralVariant[50],
// Text and icons against Neutral outlined container
onNeutralOutlinedContainer: BLUIColors.neutralVariant[30],
// Standout fill text field color against surface
textFieldContainer: Color(BLUIColors.neutral[80]).alpha(0.4).rgb().string(),
// Black color variant
blackLightWhiteDark: BLUIColors.primary[0],
// White color variant
whiteLightBlackDark: BLUIColors.primary[100],
},
};

0 comments on commit 44613c4

Please sign in to comment.