function color(kind = 'gray', theme = 'normal') {
  if (theme === 'solid') {
    return '#ffffff';
  } else {
    return {