Predawn
Predawn is a dark interface and syntax theme for Sublime Text and Atom.
Details
Installs
- Total 375K
- Win 212K
- Mac 105K
- Linux 58K
Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | Jul 26 | Jul 25 | Jul 24 | Jul 23 | Jul 22 | Jul 21 | Jul 20 | Jul 19 | Jul 18 | Jul 17 | Jul 16 | Jul 15 | Jul 14 | Jul 13 | Jul 12 | Jul 11 | Jul 10 | Jul 9 | Jul 8 | Jul 7 | Jul 6 | Jul 5 | Jul 4 | Jul 3 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 36 | 50 | 46 | 31 | 39 | 28 | 37 | 33 | 41 | 36 | 26 | 34 | 31 | 30 | 32 | 41 | 35 | 32 | 30 | 29 | 24 | 34 | 38 | 37 | 21 | 23 | 32 | 44 | 34 | 48 | 28 | 31 | 28 | 38 | 50 | 49 | 40 | 36 | 33 | 39 | 31 | 29 | 47 | 41 | 47 | 35 |
Mac | 13 | 7 | 17 | 7 | 7 | 11 | 14 | 19 | 18 | 24 | 8 | 9 | 14 | 13 | 10 | 10 | 17 | 7 | 8 | 13 | 12 | 17 | 9 | 11 | 14 | 8 | 15 | 17 | 13 | 12 | 14 | 8 | 7 | 14 | 10 | 9 | 26 | 12 | 9 | 9 | 12 | 13 | 16 | 11 | 9 | 13 |
Linux | 7 | 2 | 7 | 6 | 11 | 3 | 9 | 7 | 5 | 4 | 6 | 7 | 6 | 10 | 6 | 10 | 6 | 7 | 6 | 5 | 8 | 5 | 12 | 7 | 2 | 8 | 1 | 8 | 5 | 7 | 7 | 4 | 5 | 8 | 4 | 4 | 6 | 10 | 7 | 9 | 5 | 5 | 5 | 3 | 3 | 4 |
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-ui
predawn-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: