ddh4r4m / XcodeTheme

Xcode themes Collections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎨 Xcode themes

This repository contains the Xcode theme that I use. Feel free to use it or modify it to your liking πŸ‘

Installing using Swift Package Manager

The easiest way to install this Xcode theme is to clone this repo and execute swift run:

$ git clone https://github.com/ddh4r4m/XcodeTheme.git
$ cd XcodeTheme
$ swift run

This will install Adobe's Source Code Pro font and this Xcode theme for you. Afterward, you can remove the downloaded folder:

$ cd ..
$ rm -rf XcodeTheme

Installing manually

You can also choose to do things manually if you want:

  1. Clone this repo:
$ git clone https://github.com/ddh4r4m/xcodetheme.git
  1. Create a folder at this path if it doesn't exist already:
~/Library/Developer/Xcode/UserData/FontAndColorThemes
  1. Copy the file SundellsColors.xccolortheme into the above folder.

  2. Download the latest release of Source Code Pro from its repo.

  3. Unzip the font archive and move the files in the TTF folder to ~/Library/Fonts.

  4. Should've used the install script, right? πŸ˜‰

Screenshots

Ayu Dark

image


Blueloco Dark

image


CRT Green

image


Civic

image


Cobalt

image


Dracula

image


Dusk

image


Flate Arc

image


Flate

image


Monokai Pro

image


Night Owl

image


Noctis Obscuro

image


One Dark Pro

image


Poimandres Dark

image


Slack Aubergine

image


Synthwave 84

image


Tokyo Night

image


Attributions

This Xcode theme is the result of tweaks and modifications to some version of VSCode themes picked from VSCode MarketPlace. If you recognize some aspect of this theme as coming from something you made, feel free to open an issue and I'll gladly add attributions to you πŸ™‚

About

Xcode themes Collections

License:MIT License


Languages

Language:Swift 73.8%Language:Shell 26.2%