[quote=“godonholiday”]I cant get anywhere near the results in the screenshots?
…
Thanks in advance[/quote]
Did you read the documentation on the Git page? Lots of good stuff there. You need to modify your user prefs under Preferences > Settings - User. For example, my user prefs look like this (note the stuff specific to the Phoenix theme but ignore the colour scheme named Pheonix, cause that’s my own)…
[code]{
“auto_complete_commit_on_tab”: true,
“auto_complete_with_fields”: true,
“bold_folder_labels”: true,
“caret_style”: “phase”,
“color_scheme”: “Packages/Color Scheme - Default/Phoenix.tmTheme”,
“dictionary”: “Packages/Language - English/en_GB.dic”,
“draw_white_space”: “all”,
“font_face”: “Consolas”,
“font_size”: 13,
“highlight_line”: true,
“highlight_modified_tabs”: true,
“ignored_packages”:
"Vintage"
],
"indent_guide_options":
"draw_normal",
"draw_active"
],
"overlay_scroll_bars": "enabled",
"phoenix_color_expanded_folder": true,
"phoenix_color_red": true,
"phoenix_dirty_bottom_bar": true,
"phoenix_dirty_bottom_bar_red": true,
"phoenix_highlight_current_tab": true,
"scroll_speed": 0.5,
"shift_tab_unindent": true,
"theme": "Phoenix Dark.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}[/code]