function hoverGlowColor(kind = 'default', theme = 'normal') {
  if (theme === 'solid') {
    return {
      gray: '#595959',
      blue: '#008cc9',