# Download a theme from HubSpot

#### How to download theme:

You will first need to find the theme that you want from HubSpots theme area. This command will pull from HubSpot to your locale file in VScode.

Example:

```bash
hs fetch @hubspot/barricade <destination-folder>
```

How it looks:

```shell
hs fetch @hubspot/barricade /home/documents/website
```