Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 913 Bytes

INSTALL.md

File metadata and controls

31 lines (20 loc) · 913 Bytes

Install using Atom

  1. Go to Atom -> Preferences...
  2. Then select the Install tab
  3. Click the Themes button to the right of the search box
  4. Enter dracula-syntax in the search box

Install using Atom Package Manager

apm install dracula-syntax

Install using Git

Alternatively, if you are a git user, you can install the theme and keep up to date by cloning the repo directly into your ~/.atom/packages directory.

git clone https://github.com/dracula/atom.git ~/.atom/packages/dracula-syntax

Install manually

  1. Download using the GitHub .zip download option and unzip them
  2. Move the dracula-syntax folder to ~/.atom/packages

Activating theme

Go to Atom -> Preferences..., click in the Themes tab, and select Dracula in the Syntax Theme dropdown.