Skip to content

Commit a7d4b0e

Browse files
committed
correcting capital letter in install message
1 parent 0cafe9f commit a7d4b0e

File tree

3 files changed

+56
-2
lines changed

3 files changed

+56
-2
lines changed

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"install": "messages/install.txt"
2+
"install": "messages/install.txt",
3+
"1.0.1": "messages/1.0.1.txt",
34
}

messages/1.0.1.txt

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

messages/install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To activate the theme, add or replace your current theme settings with the code
99

1010
{
1111
"theme": "predawn.sublime-theme",
12-
"color_scheme": "Packages/predawn/predawn.tmTheme",
12+
"color_scheme": "Packages/Predawn/predawn.tmTheme",
1313
}
1414

1515

0 commit comments

Comments
 (0)