todotxt / todo.txt

‼️ A complete primer on the whys and hows of todo.txt.
GNU General Public License v3.0
2.32k stars 102 forks source link

Priority B default color is not bold #62

Closed YodaEmbedding closed 3 years ago

YodaEmbedding commented 3 years ago

EDIT: Wrong repository.


The default config values are:

export GREEN='\\033[0;32m'
export PRI_B=$GREEN

However, for consistency with the other priorities (which are bold), it should actually be:

export GREEN_BOLD='\\033[1;32m'
export PRI_B=$GREEN_BOLD