https://github.com/code4mk/dev
Atom syntax theme
https://github.com/code4mk/dev
atom syntax theme
Last synced: 10 months ago
JSON representation
Atom syntax theme
- Host: GitHub
- URL: https://github.com/code4mk/dev
- Owner: code4mk
- Created: 2017-09-17T15:48:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-19T11:49:09.000Z (over 8 years ago)
- Last Synced: 2025-02-19T12:55:23.764Z (10 months ago)
- Topics: atom, syntax, theme
- Language: CSS
- Homepage: https://hellolaravel.org
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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