jamiewilson / predawn

Predawn is a dark interface and syntax theme for Sublime Text and Atom.
http://jamiewilson.io/predawn
MIT License
1.8k stars 161 forks source link

Sidebar file/folder list indent/alignment seems odd #98

Closed dotZoki closed 9 years ago

dotZoki commented 9 years ago

Files indentation is off and causes visual confusion. It seems that it starts one level down. Look at the attached image sidebar .gitignore file should be same level as app folder, test.js should be same level as vinyl-source-stream/node_modules folder etc..

OS: windows 8.1 Sublime 3 build 3083

jamiewilson commented 9 years ago

Right now, Predawn ships with two versions of the theme. One for earlier versions without sidebar icons and a DEV version that was created when icons were still in development. you can reference:

"theme": "predawn-DEV.sublime-theme"

for now. I'll eventually make this the default then more people move to ST3.

dotZoki commented 9 years ago

Oh, I see that copied the wrong theme name from docs :) Now it looks fine.

Sorry and thanks for replying