• Stars
    star
    1,806
  • Rank 25,623 (Top 0.6 %)
  • Language
    CSS
  • License
    MIT License
  • Created about 11 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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-shell-iterm

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:

More Repositories

1

form-to-google-sheets

Store HTML form submissions in Google Sheets.
JavaScript
4,458
star
2

corpus

Yet another CSS toolkit. Basically the stuff I use for most projects.
CSS
429
star
3

predawn-shell

Predawn themes for iTerm, Terminal, and a ZSH prompt
Shell
53
star
4

darkside

A customizable, dark sidebar theme for Nylas N1.
CSS
49
star
5

predawn-ui

Predawn UI Theme for Atom
CSS
36
star
6

stylesheets

A commnunity-generated collection of the best CSS resources.
JavaScript
26
star
7

predawn-icons

Interface, Filetype and Dock Icons for Predawn
19
star
8

jamiewilson.github.io

The Portfolio of Jamie Wilson.
HTML
17
star
9

norwester

Norwester: A condensed geometric sans serif with uppercase, small caps, numbers & an assortment of symbols. Designed by Jamie Wilson.
CSS
11
star
10

statt

A static site workflow and boilerplate.
JavaScript
10
star
11

predawn-syntax

Predawn Syntax Theme for Atom
CSS
9
star
12

corpus-site

Corpus is a small CSS toolkit.
HTML
7
star
13

reference

Explorations and stuff that might be useful for other stuff
HTML
6
star
14

predawn-hyperterm

Predawn theme for HyperTerm
JavaScript
5
star
15

ore

A small Metalsmith workflow for quickly throwing together little web things.
JavaScript
4
star
16

done.css

Default HTML styling for demos and prototypes.
HTML
4
star
17

gulp-static

Static sites with Gulp, Swig, SCSS, Autoprefixer, Uglify, Browsersync and in-browser error reporting.
JavaScript
3
star
18

cite

An app to cite your favorite quotes. Persists data using the NeDB database.
JavaScript
2
star
19

predawn-site

The website for the Predawn theme for Sublime and Atom.
HTML
1
star
20

stopgap

A stopgap solution for presenting responsive-like mockups in the browser.
CSS
1
star