Closed benjojo closed 2 months ago
Italics mean that a file's not "open" - double-clicking the file in the sidebar should solve the issue. Single-clicked on file: Double-clicked on file:
How do you put the normal font in windows? I do not want the tabs in Italic
@WilsonMontelo Go into the Spacegray.sublime-theme
file (or the corresponding .sublime-theme for whatever variant you're using), and change the line
"font.italic": true
to
"font.italic": false
underneath the // TAB LABELS
section.
Here's where it's located in the main Spacegray.sublime-theme file.
(Credit to this answer)
@peterkos It does not work, this is the code I used
Have you tried changing the actual .sublime-theme
file itself, not your Preferences?
(I think you have to install the theme manually to be able to access it)
@peterkos Does not work =/
@WilsonMontelo Try setting tabs_label_not_italic
to true
?
Is this indented? I can't see this in the screenshots on the repo.