Skip to content

Commit

Permalink
add readme and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
valtyr committed Jan 17, 2018
1 parent ce110c8 commit cdef2de
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.md
@@ -0,0 +1,15 @@
## Kolsvart

This atom theme is a modification of [One Dark Vivid](https://github.com/simurai/one-dark-vivid-syntax) that makes it even darker. It's meant to be used in conjunction with the one-dark-ui theme.

![Screenshot](https://user-images.githubusercontent.com/3050355/35064288-6fc54ca0-fbc1-11e7-8827-d8f7c8941c37.png 'Screenshot')

### Install

```
apm install kolsvart-syntax
```

Or go to **Settings > Install** and search for `kolsvart-syntax`.

Then after installing, select "Kolsvart" from the **Settings > Themes > Syntax Themes** drop-down menu.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "kolsvart-syntax",
"theme": "syntax",
"version": "1.0.0",
"description": "A modified one-dark-vivid-syntax for the kolsvart theme",
"description": "A darker one-dark-vivid-syntax",
"keywords": ["vivid", "dark", "blue", "syntax", "kolsvart"],
"repository": "https://github.com/valtyr/kolsvart-syntax",
"license": "MIT",
Expand Down

0 comments on commit cdef2de

Please sign in to comment.