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

Can't install #1

Open
MihaelIsaev opened this issue Jan 5, 2017 · 3 comments
Open

Can't install #1

MihaelIsaev opened this issue Jan 5, 2017 · 3 comments

Comments

@MihaelIsaev
Copy link

Hello

I can't install it in AppCode 2016, could you please help?

@Aldaviva
Copy link

Aldaviva commented Aug 1, 2017

Here's what I was able to figure in AppCode 2017.2:

  1. Download SwiftColorScheme.jar from this repo.
  2. Launch AppCode.
  3. Go to PreferencesEditorColor Scheme.
  4. Click the ⚙️ ▾ button and click Import SchemeIntellij IDEA color scheme (.icls) or settings (.jar).
  5. Browse for SwiftColorScheme.jar that you downloaded earlier.
  6. AppCode will prompt you to Choose a scheme to import. Choose Xcode - Tomorrow Night.
  7. Click OK.

@Aldaviva
Copy link

Aldaviva commented Aug 2, 2017

I have updated the color scheme to include dark styles for Type Hints (copied from Darcula).

Tomorrow Night (Swift).icls.zip


Type Hints are AppCode's small virtual inline text snippets that show inferred types:

let foo = 3 // Swift source code
let foo: Int = 3 // AppCode auto-renders ": Int" as fake text to let you know the inferred type

@ctews
Copy link
Owner

ctews commented Aug 2, 2017

Thanks @Aldaviva for taking care! :) I will just leave this issue open so other people might find a solution to their problem quicker.

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