#!/usr/bin/env bash

options=(
    style=round
    width=8.0
    hidpi=off
    active_color=0xffffffff
    inactive_color=0xff474747
)

borders "${options[@]}"
