From e669a43288ea80bf9c80f821b64bea11123baca2 Mon Sep 17 00:00:00 2001 From: xero Date: Sat, 22 Mar 2014 20:45:55 -0400 Subject: add v0.1.0 of greybeard sublime text theme. remove theme-blaque. --- .../Packages/theme-greybeard/README.md | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .config/sublime-text-2/Packages/theme-greybeard/README.md (limited to '.config/sublime-text-2/Packages/theme-greybeard/README.md') diff --git a/.config/sublime-text-2/Packages/theme-greybeard/README.md b/.config/sublime-text-2/Packages/theme-greybeard/README.md new file mode 100644 index 0000000..c46a072 --- /dev/null +++ b/.config/sublime-text-2/Packages/theme-greybeard/README.md @@ -0,0 +1,25 @@ +# greybeard + +![greybeard screenshot](https://raw.githubusercontent.com/xero/theme-greybeard/master/preview1.png) +![greybeard screenshot](https://raw.githubusercontent.com/xero/theme-greybeard/master/preview2.png) + +greybeard is a fork of [brogrammer](https://github.com/kenwheeler/brogrammer-theme/) a dark, flat, sexy theme. greybeard changes the main theme color from red to blue grey. reveals the scrollbars. features [gohuFont](http://font.gohu.org) throughout the ui. and is designed for the monokai theme, what enticed ~~most~~ all of us to use sublime text in the first place. + +## install + +1. [download the .zip](https://github.com/xero/theme-greybeard/archive/master.zip) +2. unzip to `theme-greybeard` folder in the `Packages` directory, which you can find using the menu item `Preferences -> Browse Packages...` in sublime text. + +## setup + +activate the ui theme, set the monokai color scheme, and gohu font by modifying your user preferences file, which you can find using the menu item `Preferences -> Settings - User` in sublime text. + +### user settings +``` +{ + "theme": "greybeard.sublime-theme", + "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", + "font_face": "gohuFont", + "font_size": 11 +} +``` -- cgit v1.2.1