diff --git a/content/technical/2011/02/railscasts-xcode-theme.html b/content/technical/2011/02/railscasts-xcode-theme.html new file mode 100644 index 0000000..6b35a11 --- /dev/null +++ b/content/technical/2011/02/railscasts-xcode-theme.html @@ -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/ + +Xcode Railscasts Theme Screenshot \ No newline at end of file diff --git a/content/technical/2011/02/railscasts-xcode-theme.yaml b/content/technical/2011/02/railscasts-xcode-theme.yaml new file mode 100644 index 0000000..304d241 --- /dev/null +++ b/content/technical/2011/02/railscasts-xcode-theme.yaml @@ -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 diff --git a/output/images/2011/02/Xcode-Railscasts-Theme-Screenshot.png b/output/images/2011/02/Xcode-Railscasts-Theme-Screenshot.png new file mode 100644 index 0000000..5bc9650 Binary files /dev/null and b/output/images/2011/02/Xcode-Railscasts-Theme-Screenshot.png differ