1const tintColor = '#4630ec';
2
3export default {
4  tintColor,
5  headerBackground: '#ffffff',
6  headerTitle: '#000000',
7  secondaryText: '#666666',
8  disabled: '#bbbbbb',
9  border: '#cccccc',
10  highlightColor: '#5944ed',
11  tabIconDefault: '#595959',
12  tabIconSelected: tintColor,
13  tabBar: '#ffffff',
14  errorBackground: 'red',
15  errorText: '#fff',
16  greyBackground: '#f3f3f3',
17  warningBackground: '#EAEB5E',
18  warningText: '#666804',
19  noticeBackground: '#000000',
20  noticeText: '#ffffff',
21  listItemTouchableHighlight: '#eeeeee',
22};
23