ctews / appcode-swift-theme

An Appcode Swift Color Theme
MIT License
9 stars 0 forks source link

Can't install #1

Open MihaelIsaev opened 7 years ago

MihaelIsaev commented 7 years ago

Hello

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

Aldaviva commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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