File tree 4 files changed +9
-10
lines changed
4 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "color_scheme" : " Packages/MarkdownEditing/MarkdownEditor-Dark .tmTheme" ,
2
+ "color_scheme" : " Packages/Color Scheme - Default/Mariana .tmTheme" ,
3
3
"draw_centered" : false ,
4
4
"extensions" :
5
5
[
6
6
" md" ,
7
7
" mdown"
8
8
],
9
- "line_numbers" : true
9
+ "line_numbers" : true
10
10
}
Original file line number Diff line number Diff line change 6
6
],
7
7
"installed_packages" :
8
8
[
9
+ " A File Icon" ,
9
10
" Creole" ,
10
11
" DocBlockr" ,
11
12
" EditorConfig" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "color_scheme" : " Packages/Tomorrow Color Schemes/Tomorrow-Night .tmTheme" ,
2
+ "color_scheme" : " Packages/Color Scheme - Default/Mariana .tmTheme" ,
3
3
"detect_slow_plugins" : false ,
4
4
"fade_fold_buttons" : false ,
5
5
"font_face" : " Source Code Pro" ,
12
12
" Markdown" ,
13
13
" Vintage"
14
14
],
15
- "line_padding_bottom" : 2 ,
16
- "line_padding_top" : 2 ,
15
+ "line_padding_bottom" : 1 ,
16
+ "line_padding_top" : 1 ,
17
17
"open_files_in_new_window" : false ,
18
18
"remember_open_files" : false ,
19
- "soda_classic_tabs" : true ,
20
- "tab_size" : 4 ,
21
- "theme" : " Soda Dark 3.sublime-theme" ,
19
+ "theme" : " Default.sublime-theme" ,
22
20
"translate_tabs_to_spaces" : true
23
21
}
Original file line number Diff line number Diff line change 1
1
# Sublime Text 3 User Settings
2
2
3
- This repository contains my user settings directory for [ Sublime Text 3] ( http ://www.sublimetext.com/3) .
3
+ This repository contains my user settings directory for [ Sublime Text 3] ( https ://www.sublimetext.com/3) .
4
4
5
5
6
6
## Installation
7
7
8
8
Download the [ Source Code Pro] ( https://github.com/adobe-fonts/source-code-pro ) font and install the OpenType version.
9
9
10
- Install [ Package Control] ( https://sublime.wbond.net/ ) by following the [ installation instructions] ( https://sublime.wbond.net /installation ) .
10
+ Install [ Package Control] ( https://packagecontrol.io ) by following the [ installation instructions] ( https://packagecontrol.io /installation ) .
11
11
12
12
This repository must be cloned into the Sublime Text 3 ` Packages/User ` directory or a symbolic link must be created to this directory.
13
13
You can’t perform that action at this time.
0 commit comments