ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Predawn

by jamiewilson ALL Trending Top 100

Predawn is a dark interface and syntax theme for Sublime Text and Atom.

Details

Installs

  • Total 403K
  • Win 230K
  • Mac 112K
  • Linux 61K
Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8 Dec 7 Dec 6 Dec 5 Dec 4 Dec 3 Dec 2 Dec 1 Nov 30 Nov 29 Nov 28 Nov 27 Nov 26 Nov 25 Nov 24 Nov 23 Nov 22 Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6
Windows 6 19 18 19 14 13 10 12 8 13 19 10 16 14 15 14 10 11 14 11 11 5 25 6 0 0 0 1 14 13 18 7 7 17 18 18 11 0 0 16 9 9 15 13 13 17
Mac 5 5 7 7 10 7 4 4 7 5 2 3 3 7 6 8 3 7 7 8 4 3 6 2 0 0 0 0 2 5 5 7 6 7 4 7 6 0 0 5 3 6 6 5 3 4
Linux 0 1 3 5 0 3 4 2 1 2 3 2 2 3 2 4 0 0 1 2 2 2 5 1 0 0 0 1 9 7 2 2 0 0 3 2 4 0 0 0 4 1 3 2 2 2

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.

View a larger screenshot

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:

  1. predawn-ui
  2. 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.

  1. Cmd + Shift + P (OS X) Ctrl + Shift + P (Win/Linux)
  2. Type Package Control: Install Package
  3. 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: