Predawn
Predawn is a dark interface and syntax theme for Sublime Text and Atom.
Details
Installs
- Total 409K
 - Win 234K
 - Mac 113K
 - Linux 61K
 
| Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 1 | 5 | 8 | 9 | 7 | 14 | 11 | 9 | 11 | 7 | 2 | 9 | 5 | 5 | 6 | 6 | 3 | 6 | 10 | 11 | 6 | 20 | 9 | 5 | 8 | 13 | 9 | 8 | 14 | 9 | 9 | 13 | 4 | 8 | 9 | 12 | 11 | 18 | 18 | 7 | 13 | 17 | 15 | 5 | 3 | 4 | 
| Mac | 1 | 3 | 6 | 1 | 2 | 6 | 4 | 5 | 6 | 0 | 1 | 3 | 1 | 3 | 5 | 3 | 3 | 3 | 3 | 3 | 4 | 7 | 4 | 1 | 0 | 3 | 5 | 2 | 4 | 4 | 2 | 1 | 2 | 5 | 3 | 2 | 1 | 1 | 3 | 5 | 2 | 5 | 6 | 3 | 1 | 3 | 
| Linux | 0 | 0 | 4 | 3 | 2 | 2 | 0 | 2 | 1 | 0 | 0 | 1 | 3 | 1 | 1 | 1 | 1 | 2 | 3 | 5 | 0 | 0 | 1 | 1 | 1 | 4 | 5 | 3 | 3 | 1 | 2 | 3 | 3 | 3 | 1 | 0 | 2 | 1 | 0 | 1 | 0 | 2 | 1 | 7 | 6 | 3 | 
Readme
- Source
 - raw.githubusercontent.com
 
NEW: Predawn Shell
Does your command line need some love. Check out the predawn-shell repo for an iTerm, Terminal (special thanks to @danielbayley, and a Oh-My-ZSH prompt theme.
Predawn
A dark interface and syntax theme for Sublime Text and Atom.
All Options and Defaults
See images below for examples
// Panel Options
"predawn_findreplace_small": false,
"predawn_quick_panel_small": false,
// Sidebar Options
"predawn_sidebar_arrows": false,
"predawn_sidebar_folder_gray": false,
"predawn_sidebar_large": false,
"predawn_sidebar_medium": false,
"predawn_sidebar_narrow": false,
"predawn_sidebar_small": false,
"predawn_sidebar_xlarge": false,
"predawn_sidebar_xsmall": false,
// Tabs Options
"predawn_tabs_active_underline": false,
"predawn_tabs_large": false,
"predawn_tabs_medium": false,
"predawn_tabs_small": false
Atom Installation
Search for predawn in the Packages section of your Atom settings tab. Install both:
predawn-uipredawn-syntax
Or from the command-line run:
apm install predawn-ui
and
apm install predawn-syntax
Also, you can view on the repo on Atom.io at http://atom.io/packages/predawn-ui
Sublime Text Installation
Recommended
For easy installation, install with Package Control.
- Cmd + Shift + P (OS X) Ctrl + Shift + P (Win/Linux)
 - Type 
Package Control: Install Package - Search 
predawn 
Other Methods
You can clone the repo to your Packages folder. Just make sure the repo folder is named Predawn.
Of course, you can always install manually, too.
Activating the Theme
Note: File icons are only supported for DEV BUILDS 3062+.
Open your user settings file preferences.sublime-settings as shown below:
To activate the theme, add or replace your current theme settings with the code below.
{
  "theme": "predawn.sublime-theme",
  "color_scheme": "Packages/Predawn/predawn.tmTheme"
}
FOR ALL DEV BUILDS 3062+ use,
{
    "theme": "predawn-DEV.sublime-theme",
    "color_scheme": "Packages/Predawn/predawn.tmTheme"
}
!! IMPORTANT !!
Make sure to restart Sublime after installing and activating Predawn
Options
Tabs Height
Active Tab Underline
Find & Replace Small Size
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.
Sidebar Height
Sidebar Width
Markdown
To enable Predawn for Markdown
First, open a markdown(.md) file, then navigate to Sublime Text > Preferences > Settings - More > Syntax Specific - User  in the menu bar.
Add to your current settings or replace with the following:
{
    "color_scheme": "Packages/Predawn/predawn-markdown.tmTheme",
    "draw_centered": true, // Centers the column in the window
    "draw_indent_guides": false,
    "font_size": 15,
    "trim_trailing_white_space_on_save": false,
    "word_wrap": true,
    "wrap_width": 80  // Sets the # of characters per line
}
Interface and File Icons
The source files for the interface icons are located in the jamiewilson/predawn-icons.
Dock Icons
There are also some dock icons for you to choose from: