All Projects → JohnSundell → Xcodetheme

JohnSundell / Xcodetheme

Licence: mit
My Xcode theme - Sundell's Colors

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Xcodetheme

Wwdc2016 Xcode Color Scheme
A color scheme for Xcode based on the WWDC 2016 invitation.
Stars: ✭ 408 (+30.77%)
Mutual labels:  xcode, color-scheme
Lucario
The best flat theme for Vim, Atom, Sublime Text, Jetbrains Editors, Terminal.app, iTerm, Xcode and XTerm
Stars: ✭ 711 (+127.88%)
Mutual labels:  xcode, color-scheme
Xcode One Dark
Atom One Dark theme for Xcode
Stars: ✭ 273 (-12.5%)
Mutual labels:  xcode, color-scheme
Flutter photo
Pick image/video from album by flutter. Support ios and android. UI by flutter, no native.
Stars: ✭ 285 (-8.65%)
Mutual labels:  xcode
Themer
Themer is a colorscheme generator and manager for your desktop.
Stars: ✭ 289 (-7.37%)
Mutual labels:  color-scheme
Anyformatkit
Simple text formatting in Swift
Stars: ✭ 296 (-5.13%)
Mutual labels:  xcode
Xcproj
Command line tool for manipulating Xcode project files
Stars: ✭ 311 (-0.32%)
Mutual labels:  xcode
Hfcardcollectionviewlayout
The HFCardCollectionViewLayout provides a card stack layout not quite similar like the apps Reminder and Wallet.
Stars: ✭ 281 (-9.94%)
Mutual labels:  xcode
Colours
A beautiful set of predefined colors and a set of color methods to make your iOS/OSX development life easier.
Stars: ✭ 3,101 (+893.91%)
Mutual labels:  color-scheme
Nord Jetbrains
An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme.
Stars: ✭ 293 (-6.09%)
Mutual labels:  color-scheme
Nofrils
An extremely minimalist colorscheme, even opting out of the second L in frills
Stars: ✭ 292 (-6.41%)
Mutual labels:  color-scheme
Bluepill
Bluepill is a reliable iOS testing tool that runs UI tests using multiple simulators on a single machine
Stars: ✭ 3,080 (+887.18%)
Mutual labels:  xcode
Spaceduck
🚀 🦆 An intergalactic space theme for Vim, Terminal, and more!
Stars: ✭ 177 (-43.27%)
Mutual labels:  color-scheme
Terminal Snazzy
Elegant Terminal theme with bright colors
Stars: ✭ 287 (-8.01%)
Mutual labels:  color-scheme
Wordpress Ios
WordPress for iOS - Official repository
Stars: ✭ 3,239 (+938.14%)
Mutual labels:  xcode
Estilo
Create color schemes for Vim, Airline and Lightline
Stars: ✭ 282 (-9.62%)
Mutual labels:  color-scheme
Stevia
🍃 Concise Autolayout code
Stars: ✭ 3,182 (+919.87%)
Mutual labels:  xcode
Swiftscan
A barcode and qr code scanner( 二维码/条形码扫描、生成,仿微信、支付宝)
Stars: ✭ 293 (-6.09%)
Mutual labels:  xcode
Spacecamp
🔭 Vim colors for the final frontier
Stars: ✭ 288 (-7.69%)
Mutual labels:  color-scheme
Netfox
A lightweight, one line setup, iOS / OSX network debugging library! 🦊
Stars: ✭ 3,188 (+921.79%)
Mutual labels:  xcode

🎨 My Xcode theme - Sundell's Colors

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/JohnSundell/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/johnsundell/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? 😉

Attributions

This Xcode theme is the result of years of tweaks and modifications to some version of a "Solarized" theme. I have no idea where I got the original material for this theme from, but 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 🙂

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].