Skip to content
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

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

Open
runningwaterpro opened this issue Apr 20, 2021 · 4 comments
Open

Comments

@runningwaterpro
Copy link

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

@vovkkk
Copy link
Collaborator

vovkkk commented Apr 20, 2021

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
Copy link
Author

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
Copy link

BestofTimes commented Apr 19, 2024

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
Copy link
Collaborator

vovkkk commented Apr 19, 2024

Probably need to restart Sublime.

For a task you have to change the pending scope

<dict>
<key>name</key>
<string>Pending task</string>
<key>scope</key>
<string>meta.item.todo.pending</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#000000</string>
<key>fontStyle</key>
<string>italic</string>
</dict>
</dict>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants