Skip to content

Commit e403a44

Browse files
committed
change theme to black on gold
1 parent 30dadc7 commit e403a44

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

source/views/components/colors.js

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -242,30 +242,31 @@ export const stoText = {
242242
mint: sto.black,
243243
}
244244

245-
export const accent = sto.purple
245+
export const accent = sto.gold
246+
const textOnAccent = stoText.gold
246247

247248
export const navigationBackground = Platform.select({
248-
ios: sto.white,
249-
android: sto.white,
250-
})
251-
export const navigationForeground = Platform.select({
252249
ios: accent,
253250
android: accent,
254251
})
252+
export const navigationForeground = Platform.select({
253+
ios: textOnAccent,
254+
android: textOnAccent,
255+
})
255256

256257
export const toolbarButtonBackground = accent
257-
export const toolbarButtonForeground = sto.white
258+
export const toolbarButtonForeground = textOnAccent
258259

259-
export const androidListHeaderForeground = accent
260+
export const androidListHeaderForeground = sto.black
260261
export const androidListHeaderBackground = sto.white
261262

262-
export const androidTabBarBackground = sto.white
263-
export const androidTabBarForeground = accent
263+
export const androidTabBarBackground = accent
264+
export const androidTabBarForeground = textOnAccent
264265

265-
export const iosTabBarActiveColor = accent
266+
export const iosTabBarActiveColor = sto.black
266267

267268
export const androidStatusBarColor = darken(0.2, sto.white)
268269
export const statusBarStyle = Platform.select({
269270
ios: 'dark-content',
270-
android: 'dark-content',
271+
android: 'light-content',
271272
})

0 commit comments

Comments
 (0)