oppiliappan / dijo

scriptable, curses-based, digital habit tracker
MIT License
2.81k stars 64 forks source link

Issue #121: Cursor Color Customization #237

Open Tylryan opened 1 year ago

Tylryan commented 1 year ago

The user can now specify which color they want the cursor to be in the config file. E.g.

cursor = "light blue"

Additionally, I've added a few more colors to choose from which can be used for any other variable in the config file.

Tylryan commented 1 year ago

Here's an example: image

uunnxx commented 1 year ago

Thank you!