Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some of the icons are not applied on ST3 #144

Open
tnraro opened this issue Jan 28, 2015 · 3 comments
Open

Some of the icons are not applied on ST3 #144

tnraro opened this issue Jan 28, 2015 · 3 comments

Comments

@tnraro
Copy link

tnraro commented Jan 28, 2015

2015-01-29 05 39 26

Like this.

@tnraro tnraro changed the title Some of the icons are not applied Some of the icons are not applied on ST3 Jan 28, 2015
@bdefore
Copy link

bdefore commented Feb 4, 2015

i had issues with icons not displaying correctly because I'd manually installed (not via package manager) and had put the theme in Packages/User rather than Packages. Once I moved it there and restarted, the icons showed up. It does seem contrary to ST3 folder structure to have it that way though.

@nornie
Copy link

nornie commented Feb 4, 2015 via email

@bdefore
Copy link

bdefore commented Feb 4, 2015

@nornie Assuming you have Homebrew installed, you can run the following from Terminal:

brew install wget && wget https://github.com/kkga/spacegray/archive/master.zip && unzip master.zip && mv spacegray-master "$SUBLIME_SUPPORT"/Packages/Theme\ -\ Spacegray

And then from within Sublime hit CMD-, (command-comma) to open your user preferences. You'll want to add the following two lines at the end:

  "theme": "Spacegray.sublime-theme",
  "color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme"

It's possible nothing will be in there, so your final settings will look like this:

{
  "theme": "Spacegray.sublime-theme",
  "color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants