Spacegray icon indicating copy to clipboard operation
Spacegray copied to clipboard

Italics on the tab bar

Open benjojo opened this issue 9 years ago • 7 comments

Is this indented? I can't see this in the screenshots on the repo.

benjojo avatar Sep 02 '14 19:09 benjojo

Italics mean that a file's not "open" - double-clicking the file in the sidebar should solve the issue. Single-clicked on file: screenshot 2014-10-04 18 20 08 Double-clicked on file: screenshot 2014-10-04 18 20 13

peterkos avatar Oct 04 '14 22:10 peterkos

How do you put the normal font in windows? I do not want the tabs in Italic

m0ntelo avatar Mar 12 '17 23:03 m0ntelo

@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 avatar Mar 12 '17 23:03 peterkos

@peterkos It does not work, this is the code I used italiv

m0ntelo avatar Mar 12 '17 23:03 m0ntelo

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 avatar Mar 12 '17 23:03 peterkos

@peterkos Does not work =/ sem-titulo-1

m0ntelo avatar Mar 13 '17 00:03 m0ntelo

@WilsonMontelo Try setting tabs_label_not_italic to true?

peterkos avatar Mar 13 '17 00:03 peterkos