Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/code4mk/dev
- Owner: code4mk
- Created: 2017-09-17T15:48:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-19T11:49:09.000Z (over 7 years ago)
- Last Synced: 2023-09-25T10:30:18.517Z (over 1 year ago)
- Topics: atom, syntax, theme
- Language: CSS
- Homepage: https://hellolaravel.org
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- 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