Function DrawBuf.drawFocusRect

draw focus rectangle; vertical gradient supported - colors[0] is top color, colors[1] is bottom color

void drawFocusRect(
  Rect rc,
  const(uint[]) colors
);