Skip to content

Replace config.py

Ranjan Datta requested to merge (removed):master into master

Added a function for border decorations called "border"

To use the function you have to pass color as a string and optionally border width (default size is 2)

eg color only: **border(colors[4]) eg color and size: **border(colors[4], 4)

Merge request reports