Giter VIP home page Giter VIP logo

theme-asphalt's Introduction

Asphalt

Minimal and flat dark UI for Sublime Text 3 + custom syntax highlighting Colour Scheme.


Key features

  • 5 UI colour variations
  • Custom UI icons (bottom panels, buttons, sidebar icons, etc.)
  • Sidebar folder/files icons support (ST3 build 3062+), standard icons (bonus: JSON file type icon and .tmPreference)
  • Custom syntax highlighting colour scheme
  • Retina display support

Asphalt takes inspiration from the great work of (in alphabetical order):

Asphalt Syntax Colour Scheme derived and extended from:


UI Colour Variations

Asphalt (default)

Asphalt

Red on grey colour variation (default) full size image

Asphalt Orange

Asphalt Orange

Orange on grey colour variation full size image

Asphalt Green

Asphalt Green

Green on grey colour variation full size image

Asphalt Blue

Asphalt Blue

Blue on grey colour variation full size image

Asphalt Monochrome

Asphalt Monochrome

Greyscale only colour variation full size image


The font used in the screenshots is Inconsolata-dz.


How to Install

Via Package Control

The easiest way to install is using Sublime Package Control.

  • Open Command Palette using menu item Tools -> Command Palette..., or Cmd+Shift+P (OS X) Ctrl+Shift+P (Win/Linux)
  • Type Package Control: Install Package
  • Search Theme - Asphalt

Manual

You can also install the theme manually:

  1. Get the .zip
  2. Unzip and rename the folder to Theme - Asphalt
  3. Copy the folder into Packages directory, which you can find using the menu item Sublime Text -> Preferences -> Browse Packages...

or

  1. Open your ST Packages directory, found under Sublime Text -> Preferences -> Browse Packages... menu
  2. Clone the repo with this command:
git clone https://github.com/Orlmente/Theme-Asphalt "Theme - Asphalt"

How to Activate

Activate this theme and color scheme by modifying your user preferences file, found under Sublime Text -> Preferences -> Settings - User menu.

Once User's settings are opened, just add the following code (Restart Sublime Text after activating the theme).

Important: Don't forget to double-check for missing or trailing commas in preference file before saving the file!

Default setup

{
    "color_scheme": "Packages/Theme - Asphalt/Asphalt.tmTheme",
    "theme": "Asphalt.sublime-theme",
}

Alternative colour variations

{
    "theme": "Asphalt-monochrome.sublime-theme",
    "theme": "Asphalt-green.sublime-theme",
    "theme": "Asphalt-blue.sublime-theme",
    "theme": "Asphalt-orange.sublime-theme",
}

Additional settings

("setting_name": "default value", // "alternative value" )

Enable/Disable Sidebar icons

{
    "theme_asphalt_hide_sidebar_icons": false, // true
}

Sidebar Icons


Enable tab scrolling via mousewheel

{
    "theme_asphalt_mouse_tabs_switch": false, // true
}

Enable dirty tabs indicator

{
    "theme_asphalt_show_dirty_tabs": false, // true
}

Dirty Tabs


Enable previous entries selection dropdown for input fields and close button for bottom panels

{
    "theme_asphalt_show_input_dropdowon": false, // true
    "theme_asphalt_show_panel_close": false, // true
}

Bottom Panel Extras


Higher or lower padding for entries in sidebar

{
    "theme_asphalt_sidebar_big": false, // true
    "theme_asphalt_sidebar_small": false, // true
}

Sidebar Sizes


Brighter colour for text in statusbar

{
    "theme_asphalt_status_bar_brighter": false, // true
}

Taller or smaller tabs

{
    "theme_asphalt_tabs_big": false, // true
    "theme_asphalt_tabs_small": false, // true
}

Tab Sizes


License

MIT & WTFPL

theme-asphalt's People

Contributors

orlmente avatar serkanyersen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

dirkakrid kitizz

theme-asphalt's Issues

Sidebar icons

screen shotdonnerstag 5 juni 2014 20 37 50
Well, for whatever reason the sidebar icons are not showing, I've just get + or - for folders thats all (doesn't matter if I set the following to true or false) seems like its completly ignored

"theme_asphalt_hide_sidebar_icons": false,

(ST3 3061 / OSX Mavericks)

Add markdown scheme

Hi,

first of: great theme, love it. One thing I am missing atm is a color scheme for Markdown files. Couldn't find any on here.

@visualcookie

Theme not available to install

Following the install options, using the Sublime Text 3 Package Manager, the list of themes does not include Asphalt. I am on the latest version of ST3 as of 26, May 2014.

No icons in sidebar

I am using Sublime Text 3 with Asphalt theme in a Windows machine. The problem is I cannot see the sidebar icons. Only + - symbols. Here is my configuration:

{
    "font_size": 13,
    "color_scheme": "Packages/Theme - Asphalt/Asphalt.tmTheme",
    "theme": "Asphalt.sublime-theme",
    "theme_asphalt_hide_sidebar_icons": false,
    "ignored_packages":
    [
        "Vintage"
    ]
}

And here is the screenshot:
image

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.