-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdotruco.rb
14 lines (12 loc) · 871 Bytes
/
dotruco.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Ruco.configure do
# set options
options.window_line_scroll_offset = 5 # default 1
options.editor_remove_trailing_whitespace_on_save = true
options.editor_blank_line_before_eof_on_save = true
# options.editor_line_numbers = true
# options.color_theme = "https://raw.githubusercontent.com/ChrisKempson/Tomorrow-Theme/master/TextMate/Tomorrow-Night-Bright.tmTheme"
# options.color_theme = "https://raw.githubusercontent.com/ryanb/textmate-themes/master/railscasts.tmTheme"
# options.color_theme = "https://raw.githubusercontent.com/altercation/solarized/master/textmate-colors-solarized/Solarized%20%28dark%29.tmTheme"
# options.color_theme = "https://raw.githubusercontent.com/altercation/solarized/master/textmate-colors-solarized/Solarized%20%28light%29.tmTheme"
options.color_theme = "https://raw.githubusercontent.com/deplorableword/textmate-solarized/master/Solarized%20%28dark%29.tmTheme"
end