§Atom
§Install using Atom
- Go to
Atom -> Preferences... - Then select the
Installtab - Click the
Themesbutton to the right of the search box - Enter
dracula-syntaxin 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
- Download using the GitHub .zip download option and unzip them
- Move the
dracula-syntaxfolder to~/.atom/packages
§Activating theme
Go to Atom -> Preferences..., click in the Themes tab, and select Dracula in the Syntax Theme dropdown.
