Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
No issue: Add additional proton colors
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielluong authored and mergify[bot] committed Apr 19, 2021
1 parent a520f54 commit f779e57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/ui/colors/src/main/res/values/photon_colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@

<!-- Ink -->
<color name="photonInk20">#312A65</color>
<color name="photonInk20A48">#7A312A65</color>
<color name="photonInk50">#291D4F</color>
<color name="photonInk70">#363959</color>
<color name="photonInk80">#20123A</color>
Expand Down Expand Up @@ -110,10 +111,15 @@
<color name="photonDarkGrey40">#3A3944</color>
<color name="photonDarkGrey50">#32313C</color>
<color name="photonDarkGrey80">#1C1B22</color>
<color name="photonDarkGrey90">#15141A</color>

<!-- Violet -->
<color name="photonViolet05">#E7DFFF</color>
<color name="photonViolet50">#9059FF</color>
<color name="photonViolet50A32">#529059FF</color>
<color name="photonViolet50A48">#7A9059FF</color>
<color name="photonViolet70">#592ACB</color>
<color name="photonViolet70A12">#1F592ACB</color>

<!-- White -->
<color name="photonWhite">#ffffff</color>
Expand Down

0 comments on commit f779e57

Please sign in to comment.