Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. const greenyBlueTheme = {
  2. colors: {
  3. darkerPrimary: '#0B4F71',
  4. darkPrimary: '#1D6F98',
  5. primary: '#3994C1',
  6. lightPrimary: '#7CC1E4',
  7. lighterPrimary: '#D1EEFC',
  8.  
  9. darkerNeutral: '#05400A',
  10. darkNeutral: '#207227',
  11. neutral: '#3F9142',
  12. lightNeutral: '#7BC47F',
  13. lighterNeutral: '#C1EAC5',
  14.  
  15. supportDarkInfo: '#099AA4',
  16. supportInfo: '#3AE7E1',
  17. supportLightInfo: '#C1FEF6',
  18.  
  19. supportDarkSuccess: '#147D64',
  20. supportSuccess: '#3EBD93',
  21. supportLightSuccess: '#C6F7E2',
  22.  
  23. supportDarkWarning: '#CB6E17',
  24. supportWarning: '#F7C948',
  25. supportLightWarning: '#FFF3C4',
  26.  
  27. supportDarkDanger: '#A61B1B',
  28. supportDanger: '#D64545',
  29. supportLightDanger: '#FACDCD',
  30.  
  31. transparent: 'transparent',
  32. black: '#1F2933',
  33. lightBlack: '#323F4B',
  34. darkGrey: '#52606D',
  35. grey: '#616E7C',
  36. lightGrey: '#7B8794',
  37. darkWhite: '#E4E7EB',
  38. white: '#F5F7FA',
  39. },
  40. }
  41.  
  42. export default greenyBlueTheme
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement