sonph / onehalf

Clean, vibrant and pleasing color schemes for Vim, Sublime Text, iTerm, gnome-terminal and more.
MIT License
1.79k stars 235 forks source link

Xcode #22

Closed jb-san closed 7 years ago

sonph commented 7 years ago

I'll take a look this weekend.

jb-san commented 7 years ago

awesome thank you! :)

sonph commented 7 years ago

So I quickly cobbled together a pair of light/dark theme and they look sorta like:

screen shot 2017-02-05 at 1 03 25 am-min screen shot 2017-02-05 at 1 03 35 am-min

To try them out do:

wget https://raw.githubusercontent.com/sonph/onehalf/xcode/xcode/OneHalfDark.dvtcolortheme
wget https://raw.githubusercontent.com/sonph/onehalf/xcode/xcode/OneHalfLight.dvtcolortheme
mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
cp *.dvtcolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes/

then restart/open Xcode, go to Preferences > Fonts & Color and select One Half Light or One Half Dark.

I don't use Xcode a lot so let me know if something isn't right (i.e. hard to read or barely visible at all) or inconsistent! :beers:

jb-san commented 7 years ago

Thanks looks great

sonph commented 7 years ago

I've merged these two themes into master. Closing!