Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/code4mk/dev

Atom syntax theme
https://github.com/code4mk/dev

atom syntax theme

Last synced: about 1 month ago
JSON representation

Atom syntax theme

Awesome Lists containing this project

README

        

# dev syntax

A dev syntax theme for Atom.
---

# Setup
* Set UI Theme : Devtheme
* Syntax Theme : Dev
* change stylesheet : File-> stylesheet

```css
atom-text-editor .cursor {
border-color: #f4645f;
border-width: 2px;
}
```

> courtesy: monokai theme

* This is for own purpose