-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathdotruco.rb
More file actions
18 lines (16 loc) · 1.4 KB
/
Copy pathdotruco.rb
File metadata and controls
18 lines (16 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.github.com/ChrisKempson/Tomorrow-Theme/master/TextMate/Tomorrow-Night-Bright.tmTheme"
# options.color_theme = "https://raw.githubusercontent.com/chriskempson/tomorrow-theme/refs/heads/master/textmate/Tomorrow.tmTheme"
#options.color_theme = "https://raw.githubusercontent.com/filmgirl/TextMate-Themes/refs/heads/master/Active4D.tmTheme"
# options.color_theme = "https://raw.githubusercontent.com/chriskempson/tomorrow-theme/refs/heads/master/textmate/Tomorrow-Night-Bright.tmTheme"
options.color_theme = "https://raw.githubusercontent.com/filmgirl/TextMate-Themes/refs/heads/master/Classic%20Modified.tmTheme"
options.color_theme = "https://raw.githubusercontent.com/filmgirl/TextMate-Themes/refs/heads/master/Fluidvision.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"
end