diff --git a/README.md b/README.md new file mode 100644 index 0000000..4a26a62 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# Edge Theme for Xcode + +Port of [sainnhe/edge](https://github.com/sainnhe/edge) 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 Edge theme under `Fonts & Colors` to apply it. + +## Preview + +### Edge Dark + +![](./img/edge-dark.png) + +### Edge Dark (Aura) + +![](./img/edge-aura.png) + +### Edge Dark (Neon) + +![](./img/edge-neon.png) + +### Edge Light + +![](./img/edge-light.png) diff --git a/img/edge-aura.png b/img/edge-aura.png new file mode 100644 index 0000000..299b0f1 Binary files /dev/null and b/img/edge-aura.png differ diff --git a/img/edge-dark.png b/img/edge-dark.png new file mode 100644 index 0000000..bcce428 Binary files /dev/null and b/img/edge-dark.png differ diff --git a/img/edge-light.png b/img/edge-light.png new file mode 100644 index 0000000..d830069 Binary files /dev/null and b/img/edge-light.png differ diff --git a/img/edge-neon.png b/img/edge-neon.png new file mode 100644 index 0000000..3fe65cf Binary files /dev/null and b/img/edge-neon.png differ