/dev

Atom syntax theme

Primary LanguageCSS

dev syntax

A dev syntax theme for Atom.

Setup

  • Set UI Theme : Devtheme
  • Syntax Theme : Dev
  • change stylesheet : File-> stylesheet
atom-text-editor .cursor {
  border-color: #f4645f;
  border-width: 2px;
}

courtesy: monokai theme

  • This is for own purpose