Skip to content

Commit 3c36d5d

Browse files
committed
preparing for latest release
1 parent 0d62df2 commit 3c36d5d

File tree

7 files changed

+184
-95
lines changed

7 files changed

+184
-95
lines changed

README.md

Lines changed: 48 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,33 @@
22

33
### A dark interface and syntax theme for [Sublime Text](https://sublime.wbond.net/packages/Predawn) and [Atom](https://atom.io/packages/predawn-ui).
44

5-
## About
5+
![](screenshots/screenshot.png)
66

7-
Predawn is a minimal Sublime Text theme and a syntax color scheme. It was originally just a slightly tweaked version (called Flatland-Alt) of the [Flatland](https://github.com/thinkpixellab/flatland) theme, which itself is a flat reworking of [Soda](https://github.com/buymeasoda/soda-theme/). I decided to keep going with customization and rework the entire theme. But I owe a lot to Flatland and Soda. Thanks guys!
7+
[View a larger screenshot](https://raw.github.com/jamiewilson/predawn/master/screenshots/screenshot.png)
88

9-
![image](screenshots/screenshot.png)
9+
# All Options and Defaults
10+
#### See images below for examples
1011

11-
[View a larger screenshot](https://raw.github.com/jamiewilson/predawn/master/screenshots/screenshot.png)
12+
// Panel Options
13+
"predawn_findreplace_small": false,
14+
"predawn_quick_panel_small": false,
15+
16+
// Sidebar Options
17+
"predawn_sidebar_arrows": false,
18+
"predawn_sidebar_large": false,
19+
"predawn_sidebar_medium": false,
20+
"predawn_sidebar_narrow": false,
21+
"predawn_sidebar_small": false,
22+
"predawn_sidebar_xlarge": false,
23+
"predawn_sidebar_xsmall": false,
1224

13-
## Installation for [Atom](https://atom.io/packages/predawn-ui)
25+
// Tabs Options
26+
"predawn_tabs_active_underline": false,
27+
"predawn_tabs_large": false,
28+
"predawn_tabs_medium": false,
29+
"predawn_tabs_small": false
30+
31+
# [Atom](https://atom.io/packages/predawn-ui) Installation
1432

1533
Search for `predawn` in the Packages section of your Atom settings tab. Install both:
1634

@@ -30,7 +48,7 @@ _Also, you can view on the repo on Atom.io at http://atom.io/packages/predawn-ui
3048

3149
---
3250

33-
## Installation for [Sublime Text](https://sublime.wbond.net/packages/Predawn)
51+
# [Sublime Text](https://sublime.wbond.net/packages/Predawn) Installation
3452

3553
###Recommended
3654
For easy installation, install with [Package Control](https://sublime.wbond.net/docs).
@@ -45,13 +63,13 @@ You can clone the repo to your `Packages` folder. Just make sure the repo folder
4563

4664
Of course, you can always [install manually](https://github.com/jamiewilson/predawn/archive/master.zip), too.
4765

48-
## Activating the Theme
66+
# Activating the Theme
4967

5068
_Note: File icons are only supported for **[DEV BUILDS 3062](http://www.sublimetext.com/3dev)+**._
5169

5270
Open your user settings file `preferences.sublime-settings` as shown below:
5371

54-
![image](screenshots/activate.png)
72+
![](screenshots/activate.png)
5573

5674
To activate the theme, add or replace your current theme settings with the code below.
5775

@@ -68,57 +86,38 @@ FOR ALL **[DEV BUILDS 3062](http://www.sublimetext.com/3dev)+** use,
6886
}
6987

7088

71-
*** IMPORTANT - MAKE SURE TO RESTART SUBLIME AFTER INSTALLING AND ACTIVATING PREDAWN ***
72-
73-
## Tab Height Size Options
74-
75-
You can change the height of the file tabs by adding either to your preferences file:
76-
77-
78-
"tabs_small": true
79-
80-
OR
81-
82-
"tabs_medium": true
89+
#### !! IMPORTANT !!
90+
Make sure to restart Sublime after installing and activating Predawn
8391

92+
# Options
8493

85-
![image](screenshots/tabs.png)
94+
### Tabs Height
95+
![](screenshots/tabs.png)
8696

87-
## Find & Replace Small Size Option
97+
### Active Tab Underline
98+
![](http://i.imgur.com/gHtilo3.jpg)
8899

89-
You can change the height of the Find/Replace inputs by adding the following to preferences file:
90-
91-
92-
"findreplace_small": true
93-
94-
![image](screenshots/find-replace.png)
100+
### Find & Replace Small Size
101+
![](screenshots/find-replace.png)
95102

96103
After enabling the smaller size, you'll need to drag the height of the Find/Replace panel up and down to adjust it to the new dimemension.
97104

98-
## Sidebar Size Options
99-
100-
You can change the vertical spacing of the sidebar by changing `default` to `xsmall`, `small`, `medium`, `large`, `xlarge`:
101-
102-
103-
"sidebar_default": true
104-
105-
for example:
106-
107-
"sidebar_large": true
108-
105+
### Sidebar Height
106+
![](screenshots/sidebar.png)
109107

110-
![image](screenshots/sidebar.png)
108+
### Sidebar Width
109+
![](http://i.imgur.com/RAFhLfz.jpg)
111110

112-
## Markdown Settings
113-
![markdown](screenshots/markdown.png)
111+
# Markdown
112+
![](screenshots/markdown.png)
114113

115-
#### To enable Predawn for Markdown
114+
## To enable Predawn for Markdown
116115

117116
First, **open a markdown(.md) file**, then navigate to `Sublime Text` > `Preferences` > `Settings - More` > `Syntax Specific - User` in the menu bar.
118117

119-
![syntax-specific](screenshots/syntax-specific.png)
118+
![](screenshots/syntax-specific.png)
120119

121-
#### Add to your current settings or replace with the following:
120+
## Add to your current settings or replace with the following:
122121

123122
{
124123
"color_scheme": "Packages/Predawn/predawn-markdown.tmTheme",
@@ -130,12 +129,12 @@ First, **open a markdown(.md) file**, then navigate to `Sublime Text` > `Prefere
130129
"wrap_width": 80 // Sets the # of characters per line
131130
}
132131

133-
## Interface and File Icons
132+
# Interface and File Icons
134133
The source files for the interface icons are located in the [jamiewilson/predawn-icons](https://github.com/jamiewilson/predawn-icons).
135134

136-
![image](https://raw.githubusercontent.com/jamiewilson/predawn-icons/master/predawn-file-icons.jpg)
135+
![](https://raw.githubusercontent.com/jamiewilson/predawn-icons/master/predawn-file-icons.jpg)
137136

138-
## Dock Icons
137+
# Dock Icons
139138
There are also some [dock icons](/dock-icons) for you to choose from:
140139

141-
![image](screenshots/icons.png)
140+
![](screenshots/icons.png)

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
"1.3.1": "messages/1.3.1.txt",
2020
"1.3.2": "messages/1.3.2.txt",
2121
"1.3.3": "messages/1.3.3.txt",
22-
"1.3.4": "messages/1.3.4.txt"
22+
"1.3.4": "messages/1.3.4.txt",
23+
"2.0.0": "messages/1.3.4.txt"
2324
}

messages/2.0.0.txt

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
===================================
2+
2.0.0 - IMPORTANT: Breaking Changes
3+
===================================
4+
5+
All options now start with "predawn_"
6+
Be sure to update your Preferences.sublime-settings file
7+
with your desired settings (there are some new ones, too!)
8+
9+
See below for all options with defaults:
10+
11+
============
12+
Tabs Options
13+
============
14+
15+
"predawn_tabs_active_underline": false,
16+
"predawn_tabs_large": false,
17+
"predawn_tabs_medium": false,
18+
"predawn_tabs_small": false,
19+
20+
===============
21+
Sidebar Options
22+
===============
23+
24+
"predawn_sidebar_arrows": false,
25+
"predawn_sidebar_large": false,
26+
"predawn_sidebar_medium": false,
27+
"predawn_sidebar_small": false,
28+
"predawn_sidebar_xlarge": false,
29+
"predawn_sidebar_xsmall": false,
30+
"predawn_sidebar_narrow": false,
31+
32+
=============
33+
Panel Options
34+
=============
35+
36+
"predawn_findreplace_small": false,
37+
"predawn_quick_panel_small": false,
38+
39+
==============================
40+
IMPORTANT - Sublime Text 3062+
41+
==============================
42+
43+
"theme": "predawn-DEV.sublime-theme",
44+
45+
46+
===============================================================
47+
I've put a lot of time and effort into making Predawn awesome.
48+
If you love it, please consider helping me make it even better!
49+
===============================================================
50+
51+
___ _ _ __ __ __ __ ___
52+
| _ ) | | | | \ \ / / | \/ | | __|
53+
| _ \ | |_| | \ V / | |\/| | | _|
54+
|___/ \___/ |_| |_| |_| |___|
55+
_ ___ ___ ___ ___ ___ ___ ___
56+
/_\ / __| / _ \ | __| | __| | __| | __| |__ \
57+
/ _ \ | (__ | (_) | | _| | _| | _| | _| /_/
58+
/_/ \_\ \___| \___/ |_| |_| |___| |___| (_)
59+
60+
https://plasso.co/jamie@jamiewilson.io
61+
62+
___ ___
63+
/ _ \ | _ \
64+
| (_) || /
65+
\___/ |_|_\
66+
67+
If you want to put your money to really good use:
68+
69+
===================================
70+
HELP PROTECT THE POOR FROM VIOLENCE
71+
===================================
72+
73+
Give to the International Justice Mission:
74+
https://www.ijm.org/make-gift

messages/install.txt

Lines changed: 60 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,80 @@
11

2-
Welcome to...
32

4-
______ ______ ______ _____ ______ __ __ __ __
5-
/\ == \ /\ == \ /\ ___\ /\ __-. /\ __ \ /\ \ _ \ \ /\ "-.\ \
6-
\ \ _-/ \ \ __< \ \ __\ \ \ \/\ \ \ \ __ \ \ \ \/ ".\ \ \ \ \-. \
7-
\ \_\ \ \_\ \_\ \ \_____\ \ \____- \ \_\ \_\ \ \__/".~\_\ \ \_\\"\_\
8-
\/_/ \/_/ /_/ \/_____/ \/____/ \/_/\/_/ \/_/ \/_/ \/_/ \/_/
3+
::::::: ::::::: ::::::: ::::::: :::::: ::: ::: ::: ::::: :::
4+
::: ::: ::: ::: ::: ::: ::: ::: ::: ::: ::: ::: ::::::: :::
5+
::::::: :::::::: :::::: ::: ::: :::::::: ::: ::: ::: ::: :::::::
6+
::: ::: ::: ::: ::: ::: ::: ::: ::: :::: :::: ::: :::::
7+
::: ::: ::: ::::::: ::::::: ::: ::: :::::::::::: ::: ::::
98

109

11-
To activate the theme, add or replace your current theme settings with the code below.
10+
==========
11+
ACTIVATION
12+
==========
1213

13-
{
1414
"theme": "predawn.sublime-theme",
15-
"color_scheme": "Packages/Predawn/predawn.tmTheme"
16-
}
15+
"color_scheme": "Packages/Predawn/predawn.tmTheme",
1716

18-
FOR ALL BUILDS 3062+ use,
17+
==============================
18+
IMPORTANT - Sublime Text 3062+
19+
==============================
1920

20-
{
21-
"theme": "predawn-DEV.sublime-theme"
22-
}
21+
"theme": "predawn-DEV.sublime-theme",
2322

23+
============
24+
Tabs Options
25+
============
2426

25-
*** IMPORTANT - MAKE SURE TO RESTART SUBLIME AFTER INSTALLING AND ACTIVATING PREDAWN ***
27+
"predawn_tabs_active_underline": false,
28+
"predawn_tabs_large": false,
29+
"predawn_tabs_medium": false,
30+
"predawn_tabs_small": false,
2631

32+
===============
33+
Sidebar Options
34+
===============
2735

28-
======================================
36+
"predawn_sidebar_arrows": false,
37+
"predawn_sidebar_large": false,
38+
"predawn_sidebar_medium": false,
39+
"predawn_sidebar_small": false,
40+
"predawn_sidebar_xlarge": false,
41+
"predawn_sidebar_xsmall": false,
42+
"predawn_sidebar_narrow": false,
2943

30-
Also, some other settings that I like:
44+
=============
45+
Panel Options
46+
=============
3147

32-
=====================================+
48+
"predawn_findreplace_small": false,
49+
"predawn_quick_panel_small": false,
3350

34-
// Typography
3551

36-
"font_face": "Source Code Pro",
37-
"font_size": 14,
38-
"font_options": ["no_round"],
39-
"highlight_line": true,
40-
"caret_extra_width": 1,
41-
"caret_style": "phase",
42-
"word_wrap": false,
52+
===============================================================
53+
I've put a lot of time and effort into making Predawn awesome.
54+
If you love it, please consider helping me make it even better!
55+
===============================================================
4356

44-
// Whitespace, Matching, Copy & Auto-Complete
57+
___ _ _ __ __ __ __ ___
58+
| _ ) | | | | \ \ / / | \/ | | __|
59+
| _ \ | |_| | \ V / | |\/| | | _|
60+
|___/ \___/ |_| |_| |_| |___|
61+
_ ___ ___ ___ ___ ___ ___ ___
62+
/_\ / __| / _ \ | __| | __| | __| | __| |__ \
63+
/ _ \ | (__ | (_) | | _| | _| | _| | _| /_/
64+
/_/ \_\ \___| \___/ |_| |_| |___| |___| (_)
4565

46-
"copy_with_empty_selection": false,
47-
"drag_text": false,
48-
"match_brackets_content": false,
49-
"match_selection": false,
50-
"match_tags": false,
51-
"translate_tabs_to_spaces": true,
52-
"trim_trailing_white_space_on_save": true,
66+
https://plasso.co/jamie@jamiewilson.io
5367

54-
// Interface & Behavior
68+
___ ___
69+
/ _ \ | _ \
70+
| (_) || /
71+
\___/ |_|_\
5572

56-
"sidebar_default": true, // Replace default with xsmall, small, medium, large or xlarge
57-
"close_windows_when_empty": false,
58-
"draw_minimap_border": true,
59-
"enable_tab_scrolling": false,
60-
"overlay_scroll_bars": "enabled",
61-
"open_files_in_new_window": false,
62-
"preview_on_click": false,
63-
"scroll_past_end": true,
64-
"scroll_speed": 5.0,
65-
"show_full_path": false,
73+
If you want to put your money to really good use:
74+
75+
===================================
76+
HELP PROTECT THE POOR FROM VIOLENCE
77+
===================================
78+
79+
Give to the International Justice Mission:
80+
https://www.ijm.org/make-gift

screenshots/sidebar-width.jpg

73.6 KB
Loading

screenshots/sidebar-width.png

53.8 KB
Loading

screenshots/tab-underline.jpg

84.3 KB
Loading

0 commit comments

Comments
 (0)