Git Product home page Git Product logo

predawn's Introduction

Predawn

###A dark interface and syntax theme for Sublime Text, previously called Flatland-Alt.

About

Predawn is a minimal Sublime Text theme and a syntax color scheme. It was originally just a slightly tweaked version (called Flatland-Alt) of the Flatland theme, which itself is a flat reworking of Soda. I decided to keep going with cusomization and rework the entire theme. But I owe a lot to Flatland and Soda. Thanks guys!

image

View a larger screenshot โ†—๏ธŽ

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

Of course your can always install manually, too.

Activating the Theme

Open your user settings file preferences.sublime-settings as shown below:

image

Add or replace your current theme settings with the code below.

{
"theme": "predawn.sublime-theme",
"color_scheme": "Packages/Predawn/predawn.tmTheme"
}

Sidebar Size Options

You can change the vertical spacing of the sidebar by changing default to xsmall, small, medium, large, xlarge:

"sidebar_default": true

for example:

"sidebar_large": true

image

Dock Icons

There are also some dock icons for you to choose from:

image

A few of my favorite options

These are just a few of my other favorite options for Sublime Text:

// Typography

"font_face": "Source Code Pro",
"font_size": 14,
"font_options": ["no_round"],
"highlight_line": true,
"caret_extra_width": 1,
"caret_style": "phase",
"word_wrap": false,

// Whitespace, Matching, Copy & Auto-Complete

"copy_with_empty_selection": false,
"drag_text": false,
"match_brackets_content": false,
"match_selection": false,
"match_tags": false,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,

// Interface & Behavior

"close_windows_when_empty": false,
"draw_minimap_border": true,
"enable_tab_scrolling": false,
"overlay_scroll_bars": "enabled",
"open_files_in_new_window": false,
"preview_on_click": false,
"scroll_past_end": true,
"scroll_speed": 5.0,
"show_full_path": false,

And some recommendations

Also, I highly recommend these Sublime Text packages:

Sublime-CSS3
GitGutter
Sidebar Enhancements

predawn's People

Contributors

jamiewilson avatar ryun avatar yankeyhotel avatar

Stargazers

0xemad avatar

Watchers

0xemad avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.