Predawn
Predawn is a dark interface and syntax theme for Sublime Text and Atom.
Details
Installs
- Total 404K
- Win 231K
- Mac 112K
- Linux 61K
Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 5 | 19 | 16 | 17 | 16 | 10 | 12 | 13 | 12 | 14 | 25 | 17 | 12 | 19 | 23 | 22 | 15 | 26 | 18 | 11 | 14 | 13 | 16 | 16 | 16 | 21 | 17 | 10 | 14 | 15 | 21 | 21 | 15 | 13 | 9 | 14 | 19 | 28 | 11 | 17 | 18 | 6 | 11 | 12 | 18 | 18 |
Mac | 1 | 10 | 5 | 5 | 13 | 7 | 2 | 2 | 4 | 3 | 3 | 5 | 8 | 5 | 8 | 3 | 3 | 8 | 4 | 4 | 9 | 4 | 6 | 8 | 13 | 13 | 2 | 10 | 3 | 4 | 6 | 2 | 6 | 9 | 7 | 5 | 10 | 6 | 9 | 6 | 7 | 2 | 5 | 11 | 7 | 6 |
Linux | 0 | 3 | 1 | 2 | 4 | 2 | 1 | 4 | 2 | 4 | 2 | 3 | 1 | 1 | 0 | 3 | 2 | 1 | 0 | 8 | 4 | 4 | 3 | 1 | 3 | 10 | 4 | 1 | 1 | 1 | 0 | 6 | 4 | 2 | 5 | 1 | 1 | 2 | 6 | 4 | 2 | 3 | 1 | 3 | 2 | 0 |
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: