export default styled.span`
  ${(v: String) => (v.light ? 'color: #a31515;' : v.dark ? 'color: #ce9178;' : '')}
`