Files
protocol/packages/dev-tools-pages/ts/context/cov.tsx
August Skare a4de585feb Feature/colors (#5)
* fix color variables

* rename link var to type
2018-10-23 12:34:35 +01:00

15 lines
314 B
TypeScript

import Icon from 'ts/icons/logos/cov.svg';
export default {
title: 'sol-cov',
name: 'cov',
subtitle: 'Solidity code coverage',
tagline: "Don't get caught with your pants down",
icon: Icon,
colors: {
main: '#BB9200',
secondary: '#F1DB8D',
type: '#D7AE1B',
},
};