netatoo / phoenix-theme

Dark & Light custom UI themes with colors variations for Sublime Text 2
890 stars 61 forks source link

Sidebar files heavily indented since latest update #46

Closed Theowningone closed 8 years ago

Theowningone commented 8 years ago

Since the latest update (Jan6th 2015) it appears all of the files in the sidebar are indented much more than prior to the patch, making it much more confusing to understand where they are in the folder structure.

phoenixthemeindentation

ozeebee commented 8 years ago

+1

ozeebee commented 8 years ago

Until this bug is fixed, I reverted the last changes simply by overriding the settings as described in https://packagecontrol.io/docs/customizing_packages#Overrides:

  1. Create a Sublime Text 3/Packages/Theme - Phoenix directory
  2. In this directory, override the Phoenix Dark.sublime-theme or Phoenix Light.sublime-theme (depending on the one you're using)
  3. Copy the content of the file from this repository (or from the file of the same name in the package, a zip file actually) into the created one
  4. Change the content-margin values at line 2171 (under // FIX FOR DUPLICATE SIDEBAR ICONS) back to [0, 0] instead of [8, 8]
  5. et voilà, this should be working as before now
Theowningone commented 8 years ago

Thanks so much for the workaround, my sanity is restored!

ozeebee commented 8 years ago

looks like latest changes have been reverted in the last release so I guess you can close this ticket.