Top Level Namespace

Defined Under Namespace

Modules: Rubord

Constant Summary collapse

COLORS =
{
  red:        "#ED4245",
  orange:     "#FEE75C",
  yellow:     "#F1C40F",
  green:      "#57F287",
  teal:       "#1ABC9C",
  blue:       "#3498DB",
  blurple:    "#5865F2",
  purple:     "#9B59B6",
  pink:       "#EB459E",
  white:      "#FFFFFF",
  gray:       "#95A5A6",
  dark_gray:  "#2C2F33",
  black:      "#000000"
}.freeze