@@ -133,51 +133,9 @@ First, **open a markdown(.md) file**, then navigate to `Sublime Text` > `Prefere
133133## Interface and File Icons
134134The source files for the interface icons are located in the [ jamiewilson/predawn-icons] ( https://github.com/jamiewilson/predawn-icons ) .
135135
136+ ![ image] ( https://raw.githubusercontent.com/jamiewilson/predawn-icons/master/predawn-file-icons.jpg )
137+
136138## Dock Icons
137139There are also some [ dock icons] ( /dock-icons ) for you to choose from:
138140
139141![ image] ( screenshots/icons.png )
140-
141-
142- ## A few of my favorite options
143- These are just a few of my other favorite options for Sublime Text:
144-
145- // Typography
146-
147- "font_face": "Source Code Pro",
148- "font_size": 14,
149- "font_options": ["no_round"],
150- "highlight_line": true,
151- "caret_extra_width": 1,
152- "caret_style": "phase",
153- "word_wrap": false,
154-
155- // Whitespace, Matching, Copy & Auto-Complete
156-
157- "copy_with_empty_selection": false,
158- "drag_text": false,
159- "match_brackets_content": false,
160- "match_selection": false,
161- "match_tags": false,
162- "translate_tabs_to_spaces": true,
163- "trim_trailing_white_space_on_save": true,
164-
165- // Interface & Behavior
166-
167- "close_windows_when_empty": false,
168- "draw_minimap_border": true,
169- "enable_tab_scrolling": false,
170- "overlay_scroll_bars": "enabled",
171- "open_files_in_new_window": false,
172- "preview_on_click": false,
173- "scroll_past_end": true,
174- "scroll_speed": 5.0,
175- "show_full_path": false,
176-
177- ## And some recommendations
178-
179- Also, I highly recommend these Sublime Text packages:
180-
181- * [ Sublime-CSS3] ( https://github.com/i-akhmadullin/Sublime-CSS3 )
182- * [ GitGutter] ( https://github.com/jisaacks/GitGutter )
183- * [ Sidebar Enhancements] ( https://github.com/titoBouzout/SideBarEnhancements )
0 commit comments