-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Description
either specifying direct path or relative or even putting the file in the root drive leads to an error, e.g.
"color_scheme": "FindResults.hidden-tmTheme"
"color_scheme": "Packages\\User\\FindResults.hidden-tmTheme"
"color_scheme": "C:\\FindResults.hidden-tmTheme"
"color_scheme": "C:\\Users\\Administrator\\AppData\\Roaming\\Sublime Text 3\\Packages\\User\\FindResults.hidden-tmTheme"
the error:
Error loading colour scheme Packages\User\FindResults.hidden-tmTheme: Unable to open Packages\User\FindResults.hidden-tmTheme
Reactions are currently unavailable