apathy-theme

The last syntax theme you'll ever download.

coopermaruyama

15,332

30

1.10.6

MIT

GitHub

Apathy //// Atom Syntax Theme

Note:

**In newer versions of Atom this syntax theme only works correctly when run in development mode. To get a version which only includes the syntax styles and supports newer versions of Atom, download vivid-syntax.

Join the chat at https://gitter.im/coopermaruyama/apathy-theme

Apathy main
screenshot

View full-screen

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. It's also one of the only syntax themes with the ability to configure its colors through the settings panel.

Recommended Settings:

Read me before customizing colors!

Roadmap

Features

1. Source Code Pro and Inconsolata Font Included:

Source Code Pro: Source code pro Screenshot

Inconsolata: Inconsolata Screenshot

2. Left wrap guide & customizable padding (optional)

left wrap guide ss

3. Semantic highlighting (Optional)

Applied only to text that is grammars leave unscoped: Semantic Screenshot

4. Custom tree-view background (optional)

Treeview bg

5. Directory structure visual guides (optional)

Directory guides

6. Calibration

Calibrate brightness, saturation, and contrast in the settings panel: colors calibration

Notes


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"
    

CSS/SASS/LESS:

CSS

HTML:

HTML Screenshot