|
| 1 | +============================== |
| 2 | + |
| 3 | +Thanks for installing Predawn! |
| 4 | + |
| 5 | +============================== |
| 6 | + |
| 7 | +1.0.3 should actually fix the issues on ST2. Thanks for your patience. Sorry. |
| 8 | + |
| 9 | +============================== |
| 10 | + |
| 11 | +To activate the theme, add or replace your current theme settings with the code below. |
| 12 | + |
| 13 | +{ |
| 14 | + "theme": "predawn.sublime-theme", |
| 15 | + "color_scheme": "Packages/Predawn/predawn.tmTheme" |
| 16 | +} |
| 17 | + |
| 18 | + |
| 19 | +====================================== |
| 20 | + |
| 21 | +Also, some other settings that I like: |
| 22 | + |
| 23 | +=====================================+ |
| 24 | + |
| 25 | +// Typography |
| 26 | + |
| 27 | + "font_face": "Source Code Pro", |
| 28 | + "font_size": 14, |
| 29 | + "font_options": ["no_round"], |
| 30 | + "highlight_line": true, |
| 31 | + "caret_extra_width": 1, |
| 32 | + "caret_style": "phase", |
| 33 | + "word_wrap": false, |
| 34 | + |
| 35 | +// Whitespace, Matching, Copy & Auto-Complete |
| 36 | + |
| 37 | + "copy_with_empty_selection": false, |
| 38 | + "drag_text": false, |
| 39 | + "match_brackets_content": false, |
| 40 | + "match_selection": false, |
| 41 | + "match_tags": false, |
| 42 | + "translate_tabs_to_spaces": true, |
| 43 | + "trim_trailing_white_space_on_save": true, |
| 44 | + |
| 45 | +// Interface & Behavior |
| 46 | + |
| 47 | + "sidebar_default": true, // Replace default with xsmall, small, medium, large or xlarge |
| 48 | + "close_windows_when_empty": false, |
| 49 | + "draw_minimap_border": true, |
| 50 | + "enable_tab_scrolling": false, |
| 51 | + "overlay_scroll_bars": "enabled", |
| 52 | + "open_files_in_new_window": false, |
| 53 | + "preview_on_click": false, |
| 54 | + "scroll_past_end": true, |
| 55 | + "scroll_speed": 5.0, |
| 56 | + "show_full_path": false, |
0 commit comments