Skip to content

Commit 2d22c90

Browse files
drewvolzhawkrives
authored andcommitted
Add another yellow gradient
1 parent 3e1ae80 commit 2d22c90

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

modules/colors/gradients.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export const redToPurple = ['rgb(249,64,77)', 'rgb(217,37,111)']
55
export const orangeToRed = ['rgb(250,120,37)', 'rgb(242,38,83)']
66
export const yellowToGoldDark = ['rgb(234,185,29)', 'rgb(226,123,19)']
77
export const yellowToGoldLight = ['rgb(238,209,0)', 'rgb(237,158,0)']
8+
export const yellowToGoldMid = ['rgb(238,209,0)', 'rgb(234,185,29)']
89
export const grassToLime = ['rgb(125,209,24)', 'rgb(88,186,34)']
910
export const seafoamToGrass = ['rgb(15,201,121)', 'rgb(58,181,42)']
1011
export const tealToSeafoam = ['rgb(3,220,156)', 'rgb(19,188,156)']

source/views/views.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export const allViews: ViewType[] = [
180180
icon: 'warning',
181181
foreground: 'dark',
182182
tint: c.periwinkle,
183-
gradient: c.tealToSeafoam,
183+
gradient: c.yellowToGoldMid,
184184
},
185185
]
186186

0 commit comments

Comments
 (0)