diff --git a/README.md b/README.md new file mode 100644 index 0000000..0f9e098 --- /dev/null +++ b/README.md @@ -0,0 +1,37 @@ +# Sonokai Theme for Xcode + +Port of [sainnhe/sonokai](https://github.com/sainnhe/sonokai) for XCode. + +## Installation + +1. Clone this repo from Github. +2. Create and open folder `~/Library/Developer/Xcode/UserData/FontAndColorThemes/` +3. Copy and paste the `*.xccolortheme` files into the folder +4. Open `Xcode > Preferences` +5. Choose Sonokai theme under `Fonts & Colors` to apply it. + +## Preview + +### Sonokai + +![](./img/sonokai.png) + +### Sonokai Andromeda + +![](./img/sonokai-andromeda.png) + +### Sonokai Atlantis + +![](./img/sonokai-atlantis.png) + +### Sonokai Espresso + +![](./img/sonokai-espresso.png) + +### Sonokai Maia + +![](./img/sonokai-maia.png) + +### Sonokai Shusia + +![](./img/sonokai-shusia.png) diff --git a/img/sonokai-andromeda.png b/img/sonokai-andromeda.png new file mode 100644 index 0000000..a553071 Binary files /dev/null and b/img/sonokai-andromeda.png differ diff --git a/img/sonokai-atlantis.png b/img/sonokai-atlantis.png new file mode 100644 index 0000000..43a5eb9 Binary files /dev/null and b/img/sonokai-atlantis.png differ diff --git a/img/sonokai-espresso.png b/img/sonokai-espresso.png new file mode 100644 index 0000000..2ff8ddc Binary files /dev/null and b/img/sonokai-espresso.png differ diff --git a/img/sonokai-maia.png b/img/sonokai-maia.png new file mode 100644 index 0000000..1bb9932 Binary files /dev/null and b/img/sonokai-maia.png differ diff --git a/img/sonokai-shusia.png b/img/sonokai-shusia.png new file mode 100644 index 0000000..0a1f987 Binary files /dev/null and b/img/sonokai-shusia.png differ diff --git a/img/sonokai.png b/img/sonokai.png new file mode 100644 index 0000000..5f16683 Binary files /dev/null and b/img/sonokai.png differ