Skip to content

Commit

Permalink
Change primary color
Browse files Browse the repository at this point in the history
  • Loading branch information
adjogima committed Jun 26, 2024
1 parent e1ed336 commit 85bcc98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions demo/src/main/res/values-night/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<!--The same color values are defined for dark theme, but with values more appropriate for -->
<!--low-luminance UIs. These colors will be used by night/themes.xml.-->

<color name="color_primary">#5cd8e5</color>
<color name="color_primary_variant">#5cd8e5</color>
<color name="color_primary">#c18bf4</color>
<color name="color_primary_variant">#c18bf4</color>
<color name="color_secondary">#7a75ff</color>
<color name="color_secondary_variant">#797af9</color>

Expand Down
4 changes: 2 additions & 2 deletions demo/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<!--colorPrimary colors map to components and elements, such as app bars and buttons. -->
<!--colorSecondary colors are most often used as accents on components, such as FABs and -->
<!--selection controls.-->
<color name="color_primary">#5cd8e5</color>
<color name="color_primary_variant">#5cd8e5</color>
<color name="color_primary">#c18bf4</color>
<color name="color_primary_variant">#c18bf4</color>
<color name="color_secondary">#5321fc</color>
<color name="color_secondary_variant">#4632cf</color>

Expand Down

0 comments on commit 85bcc98

Please sign in to comment.