Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 778 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 778 Bytes

GitHub Theme

This is a GitHub theme for TextMate, Sublime Text and Vim.

TextMate 1

To install it:

$ cd ~/Library/Application\ Support/TextMate/Themes && curl -O https://raw.github.com/sbecker/github_editor_theme/master/GitHub.tmTheme

Sublime Text

To install it:

$ cd ~/Library/Application Support/Sublime Text 2/Packages && git clone https://github.com/sbecker/github_editor_theme

To activate it, go to Preferences -> Color Scheme -> github_editor_theme -> GitHub

Vim

To install it:

$ cd ~/.vim/colors/ && curl -O https://raw.github.com/sbecker/github_editor_theme/master/github.vim

To activate it in vim, run the command :colorscheme github or make it persistent in your .vimrc.

Copyright (c) 2008 Scott Becker, released under the MIT license