#Chalkboard Colour Theme
Researches have revealed that green is the color that gives a calming effect for the eyes. The green color also avoids the eyes from getting fatigued.
From Reasons Why Chalkboards Are Green by Kenny Leones
General aims for this theme:
- Use colours which work together with the green background but different enough create contrast.
- Work in low light & bright light environments.
- Help reduce reflection on glass screens.
- Use colour to help readability of language syntax and construct.
- Use simlar colours accross languages for simlar language syntax.
- Limit the amount of colours used to avoid getting too busy.
- Loosely base colours on those available in real chalk.
- (OSX)
~/Library/Application Support/Sublime Text 2/Packages/User
- (Windows)
%APPDATA%\Roaming\Sublime Text 2\Packages\User
- (Linux)
~/.config/sublime-text-2/Packages/User
- (OSX)
/Library/Application Support/TextMate/Themes
A few tweaks, (used in the screenshot above).
{
"bold_folder_labels": true,
"color_scheme": "Packages/Chalkboard/Chalkboard.tmTheme",
"draw_indent_guides": false,
"draw_white_space": "none",
"font_face": "Droid Sans Mono",
"font_size": 11,
"highlight_line": false,
"line_padding_bottom": 2,
"line_padding_top": 2
}
P233 for getting started: http://github.com/P233/Blank-Color-Scheme
MattDMo for scope help: https://github.com/MattDMo/Neon-sublime-theme