itsthatguy / theme-itg-flat

A flat theme for Sublime Text that supports both retina and non-retina.
481 stars 56 forks source link

Tabs being previewed do not display in italics #69

Closed kirb closed 9 years ago

kirb commented 9 years ago

Usually, clicking once on a file from the sidebar makes it display in a preview mode, where clicking another file in the sidebar opens it in the same tab (closing the previous file) rather than a new tab. Typing into the file changes it to a normal tab again. The tab name is meant to be in italics; however it looks like this theme suppresses that. Comparison:

itg-flat:

screen shot 2015-06-14 at 1 58 58 pm

Other themes:

screen shot 2015-06-14 at 1 59 28 pm

Running Sublime build 3083.

itsthatguy commented 9 years ago

This is currently in development, once the tests are passing it will be merged into master: https://github.com/itsthatguy/theme-itg-flat/pull/68

itsthatguy commented 9 years ago

https://github.com/itsthatguy/theme-itg-flat/pull/70

itsthatguy commented 9 years ago

Done

kirb commented 9 years ago

Wish I thought to check pull requests and not just issues before I filed this. Thanks!