August Skare a4de585feb
Feature/colors (#5)
* fix color variables

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

15 lines
387 B
TypeScript

import Icon from 'ts/icons/logos/compiler.svg';
export default {
title: 'sol-compiler',
name: 'compiler',
subtitle: 'Solidity compilation that just works',
tagline: 'Seamlessly compile an entire solidity project and generate customisable artifacts',
icon: Icon,
colors: {
main: '#1EADCD',
secondary: '#D1F4FC',
type: '#30C3E3',
},
};