about summary refs log tree commit diff
path: root/src/view/lib/styles.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/lib/styles.ts')
-rw-r--r--src/view/lib/styles.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/view/lib/styles.ts b/src/view/lib/styles.ts
index 5d624b83e..82fe41546 100644
--- a/src/view/lib/styles.ts
+++ b/src/view/lib/styles.ts
@@ -44,6 +44,9 @@ export const colors = {
 
 export const gradients = {
   primary: {start: '#db00ff', end: '#ff007a'},
+  purple: {start: colors.pink3, end: colors.purple3},
+  blue: {start: colors.purple3, end: colors.blue3},
+  green: {start: colors.blue3, end: colors.green3},
 }
 
 export const s = StyleSheet.create({