Skip to content

glample/github_editor_theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages