UNPKG

react95-native

Version:

Refreshed Windows 95 style UI components for your React Native app

37 lines (35 loc) 1.18 kB
/* "AIEE" by tPenguinLTG * https://www.deviantart.com/tpenguinltg/art/Aiee-668092636 */ export default { name: 'aiee', anchor: 'rgb(0,0,128)', anchorVisited: 'rgb(0,0,128)', borderDark: 'rgb(211,214,217)', borderDarkest: 'rgb(65,187,241)', borderLight: 'rgb(238,244,252)', borderLightest: 'rgb(250,254,255)', canvas: 'rgb(255,255,255)', canvasText: 'rgb(0,62,1090)', canvasTextDisabled: 'rgb(211,214,217)', canvasTextDisabledShadow: 'rgb(250,254,255)', canvasTextInvert: 'rgb(0,62,109)', checkmark: 'rgb(0,62,1090)', checkmarkDisabled: 'rgb(88,152,231)', flatDark: 'rgb(211,214,217)', flatLight: 'rgb(238,244,252)', focusSecondary: 'rgb(250,254,255)', headerBackground: 'rgb(4,118,180)', headerNotActiveBackground: 'rgb(0,159,223)', headerNotActiveText: 'rgb(0,62,109)', headerText: 'rgb(255,255,255)', hoverBackground: 'rgb(251,211,61)', material: 'rgb(227,238,251)', materialDark: 'rgb(0,159,223)', materialText: 'rgb(0,62,109)', materialTextDisabled: 'rgb(211,214,217)', materialTextDisabledShadow: 'rgb(250,254,255)', materialTextInvert: 'rgb(0,62,109)', progress: 'rgb(251,211,61)', tooltip: 'rgb(255,243,185)', };