-
-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add color for started task item #268
base: master
Are you sure you want to change the base?
Conversation
Is this coloring the entire task? I'm not sure we would want that as that conflicts with other decorations 🤔 Maybe the background color could be changed or something. |
Nope, the other decorations will have no effect. Tag @, custom background, timestamp will stay with its own styles. Except the bold style will affect the entire task. |
Nice, thanks. I'm not sure if this should be added to the extension, it sounds a bit niche to me. I've opened this issue about it: #292 let's see what people say about it / how many upvotes it will get. |
The idea first came from my needs. But, I thought, it maybe useful for other people too, so I made it a PR, instead of just forked it and made a customization. But okay, let's see if they really need it or not. |
Hey @fabiospampinato, can this be merged? I tested it since the last version of @fsevenm's extension. |
In the current feature, there is no color mark for started task items. We have to check at the end of the line whether there is a started/in-progress tag or not, or we have to click at the timer on the status bar, so our cursor will be located at the front of that started task. Started task and other tasks which have the same color make our eyes pretty hard to find the started one because it does not have enough contrast for our eyes to focus on it quickly.
This pull request aims to fix that problem by adding color to the started tasks. The color can also be configured in Settings. The method used here is the same way as adding color for the done ones or the canceled ones.