I am using Todolist program in console. The dates are in blue color and it is hard to see them. I have seen some ways to change the general settings of the console:
Changing the colors of lxterminal
Changing colour of text and background of terminal?
However I do only want to change the colors of Todolist
program which runs in the console.
Is there a way to change these default colors? I was thinking of creating an alias of Todolist
program in ./bashrc
with an specific configuration of PS1, but I haven't been able to get it.
I am using LXTerminal.
Any ideas?
Todolist
? – DK Bose Feb 03 '18 at 10:14~/todolist-master/vendor/github.com/fatih/color/README.md
maybe of interest. – DK Bose Feb 03 '18 at 11:11go get github.com/fatih/color
but it does not let me change the colors. 'color.Cyan("Prints text in cyan.") bash: error sintáctico cerca del elemento inesperado'"Prints text in cyan."''
Any other ideas? – joshsoj Feb 04 '18 at 11:32