- Go to
Atom -> Preferences...
- Then select the
Install
tab - Click the
Themes
button to the right of the search box - Enter
dracula-syntax
in the search box
apm install dracula-syntax
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
- Download using the GitHub .zip download option and unzip them
- Move the
dracula-syntax
folder to~/.atom/packages
Go to Atom -> Preferences...
, click in the Themes
tab, and select Dracula
in the Syntax Theme
dropdown.