This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
Sphere/app/settings/styles.js
2016-02-04 18:08:36 +00:00

8 lines
171 B
JavaScript

import { Map } from 'immutable';
export default Map({
CIRCLE_GREEN: '#229922',
CIRCLE_GREY_DARK: '#343434',
CIRCLE_GREY: '#666',
CIRCLE_GREY_LIGHT: '#A7A7A7'
});