diff --git a/app/theme.js b/app/theme.js index 1bafe92..4dd256b 100644 --- a/app/theme.js +++ b/app/theme.js @@ -7,11 +7,11 @@ import { normalize } from 'polished'; // eslint-disable-line import { DARK } from './constants/themes'; -const darkOne = '#7B00DD'; +const darkOne = '#F4B728'; const lightOne = '#ffffff'; const brandOne = '#000'; const brandTwo = '#3B3B3F'; -const activeItem = '#F5CB00'; +const activeItem = '#F4B728'; const text = '#FFF'; const cardBackgroundColor = '#000'; const sidebarLogoGradientBegin = '#F4B728';