Skip to content

Commit dc481ac

Browse files
committed
Updates for Sublime Text 3 release.
1 parent 5a447b7 commit dc481ac

4 files changed

+9
-10
lines changed

Markdown.sublime-settings

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"color_scheme": "Packages/MarkdownEditing/MarkdownEditor-Dark.tmTheme",
2+
"color_scheme": "Packages/Color Scheme - Default/Mariana.tmTheme",
33
"draw_centered": false,
44
"extensions":
55
[
66
"md",
77
"mdown"
88
],
9-
"line_numbers": true
9+
"line_numbers": true
1010
}

Package Control.sublime-settings

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
],
77
"installed_packages":
88
[
9+
"A File Icon",
910
"Creole",
1011
"DocBlockr",
1112
"EditorConfig",

Preferences.sublime-settings

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
2+
"color_scheme": "Packages/Color Scheme - Default/Mariana.tmTheme",
33
"detect_slow_plugins": false,
44
"fade_fold_buttons": false,
55
"font_face": "Source Code Pro",
@@ -12,12 +12,10 @@
1212
"Markdown",
1313
"Vintage"
1414
],
15-
"line_padding_bottom": 2,
16-
"line_padding_top": 2,
15+
"line_padding_bottom": 1,
16+
"line_padding_top": 1,
1717
"open_files_in_new_window": false,
1818
"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",
2220
"translate_tabs_to_spaces": true
2321
}

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Sublime Text 3 User Settings
22

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).
44

55

66
## Installation
77

88
Download the [Source Code Pro](https://github.com/adobe-fonts/source-code-pro) font and install the OpenType version.
99

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).
1111

1212
This repository must be cloned into the Sublime Text 3 `Packages/User` directory or a symbolic link must be created to this directory.
1313

0 commit comments

Comments
 (0)