aziz / PlainTasks

An opinionated todo-list plugin for Sublime Text editor (version 2 and 3)
MIT License
3.29k stars 286 forks source link

How to display the task text in a regular font instead of italics? #418

Open runningwaterpro opened 3 years ago

runningwaterpro commented 3 years ago

Hello! How can I display the task text in a regular font instead of italics? Thank you very much!

vovkkk commented 3 years ago

You have to change colour scheme, either try one of bundled or copy the one into Packages/User directory and edit it, then after editing make sure to restart ST to apply changes.

runningwaterpro commented 2 years ago

You have to change colour scheme, either try one of bundled or copy the one into Packages/User directory and edit it, then after editing make sure to restart ST to apply changes.

Thank you!

BestofTimes commented 2 months ago

Is there a particular attribute to change here? I tried editing tasks-solarized-light.hidden-tmTheme but couldn't see anything changing the italic attribute on tasks. In fact, I changed all instances of "italic" to "regular" and it made no difference.

vovkkk commented 2 months ago

Probably need to restart Sublime.

For a task you have to change the pending scope https://github.com/aziz/PlainTasks/blob/65639252b11d0979bd9c50119a74e2bec07deb80/tasks.hidden-tmTheme#L113-L125