taskbook icon indicating copy to clipboard operation
taskbook copied to clipboard

Add the ability to customize grey text

Open duynguyenhoang opened this issue 6 years ago • 11 comments

  • Support the issue https://github.com/klauscfhq/taskbook/issues/30, https://github.com/klauscfhq/taskbook/issues/24 and https://github.com/klauscfhq/taskbook/issues/23
  • Update document and default configuration.

Result: Before and After by using magentaBright Before - After by using magentaBright

duynguyenhoang avatar Aug 02 '18 07:08 duynguyenhoang

I foresee later requests for config of the other colors as well. 🔮

kalexmills avatar Aug 12 '18 21:08 kalexmills

I need this! Just removed Taskbook because that gray text is almost invisible in my terminal.

marianocordoba avatar Sep 11 '18 21:09 marianocordoba

For a hacky dirty fix before this PR is accepted, you can manually edit lib/render.js, and change line 9 from

const {blue, green, grey, magenta, red, underline, yellow} = chalk;

to

const {blue, green, magenta, red, underline, yellow} = chalk;
const grey = chalk.whiteBright; // or whatever color you want

thornjad avatar Nov 29 '18 18:11 thornjad

When can we expect this to be reviewed/fixed and merged? I really need this as well, since I'm using grey background in my terminal... :-/

deekej avatar Apr 05 '19 12:04 deekej

still need this fix to be merged...

guess alot of users got a dark terminal theme :)

/edit

@thornjad you also have to change const to let otherwise it wont let your redefine the var :)

breuerfelix avatar Nov 05 '19 22:11 breuerfelix

@breuerfelix you can certainly use let if you'd like to redefine it! I prefer to use const whenever possible.

thornjad avatar Nov 06 '19 22:11 thornjad

@breuerfelix you can certainly use let if you'd like to redefine it! I prefer to use const whenever possible.

i just realised that you took grey out of the deconstructor ... i wasnt able to redefine cause i didnt remove it from there :D

sorry for being blind :D

breuerfelix avatar Nov 07 '19 08:11 breuerfelix

@breuerfelix oh no problem, I should have realized that was our disconnect! I was a bit distracted yesterday.

thornjad avatar Nov 07 '19 13:11 thornjad

Sadly, seems like this project has become dead... :-/

deekej avatar Apr 21 '20 09:04 deekej

All PRs and issues will be addressed shortly. The development of Taskbook has not been terminated and will never be.

klaudiosinani avatar Apr 24 '20 03:04 klaudiosinani

Any news on this? :) Would be awesome to have that feature

fbrinker avatar Jul 07 '20 12:07 fbrinker