forked from wezm/wezm.net
Add xcode-railscasts-theme
This commit is contained in:
parent
c91cdd6536
commit
42d851a125
3 changed files with 33 additions and 0 deletions
21
content/technical/2011/02/railscasts-xcode-theme.html
Normal file
21
content/technical/2011/02/railscasts-xcode-theme.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
I decided it was time to get Xcode matching Vim and TextMate and install a
|
||||
Railscasts theme. I found two to choose from:
|
||||
|
||||
* [Chu Yeow](http://blog.codefront.net/2010/02/04/railscasts-xcode-theme/)
|
||||
* [10 to 1](http://blog.10to1.be/cocoa/2009/09/25/railscasts-xcode-theme/)
|
||||
|
||||
I tried them both out but they felt a bit off, so I cracked open the TextMate
|
||||
theme and copied the colours across as much as possible. I also took the
|
||||
liberty of setting the font to [Consolas]. The result feels about right to me.
|
||||
You can install the theme automatically by running the following in the
|
||||
Terminal:
|
||||
|
||||
curl -sS https://gist.github.com/raw/835231/install.sh | sh
|
||||
|
||||
Or to install manually, [visit the Gist on GitHub][gist] and download the
|
||||
`xccolortheme` file to `~/Library/Application Support/Xcode/Color Themes`.
|
||||
|
||||
[gist]: https://gist.github.com/835231
|
||||
[Consolas]: /technical/2010/08/howto-install-consolas-font-mac/
|
||||
|
||||
<img src="/images/2011/02/Xcode-Railscasts-Theme-Screenshot.png" width="554" height="546" alt="Xcode Railscasts Theme Screenshot" />
|
12
content/technical/2011/02/railscasts-xcode-theme.yaml
Normal file
12
content/technical/2011/02/railscasts-xcode-theme.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: Railscasts Xcode Theme
|
||||
extra: My attempt at porting the Railscasts TextMate theme to Xcode.
|
||||
kind: article
|
||||
section: technical
|
||||
created_at: 2011-02-20 04:34:00
|
||||
keywords:
|
||||
- mac
|
||||
- xcode
|
||||
- textmate
|
||||
- theme
|
||||
- railscasts
|
BIN
output/images/2011/02/Xcode-Railscasts-Theme-Screenshot.png
Normal file
BIN
output/images/2011/02/Xcode-Railscasts-Theme-Screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 81 KiB |
Loading…
Reference in a new issue