coopermaruyama / atom-vivid-syntax

Vivid syntax theme for atom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vivid Syntax //// Atom Syntax Theme

Vivid main screenshot

This dark syntax theme sports a subtle, deep purple base with vivid candy-like colors which bring your syntax to life without going too far to the point of being impractical.

Recommended Settings:

Calibrate

By default, the brightness, saturation, and contrast are lowered a bit so you can calibrate for your monitor. To do so, add the following into your user stylesheet (Atom > Stylesheet):

atom-text-editor .line > .syntax--source {
  -webkit-filter: saturate(90%) brightness(80%) contrast(90%);
}

The above values will do nothing since they are the default values. Try increasing/decreasing each to your liking.

Language Previews

Javascript:

JS Screenshot

Coffeescript:

Coffeescript Screenshot

MeteorJS (w/ tree view styling enabled)

Meteor Screenshot

Spacebars:

Spacebars

Jasmine:

Jasmine Screenshot

Note: To get Jasmine colors to work you need to:

  1. name your files someFile.spec.js

  2. make sure you have file types installed

  3. add the following in your config:

    "file-types":
      "^[^.]+.js$": "source.js"
      ".spec.js$": "source.spec.js"
  • I've noticed that opening the settings panel for this package will mess up current settings that use regex, so try to only edit this setting via File > Open your config.

CSS/SASS/LESS:

CSS

HTML:

HTML Screenshot

About

Vivid syntax theme for atom

License:MIT License


Languages

Language:CSS 93.8%Language:HTML 6.2%