Dracula Icon

st

Dracula Theme for st
st - Theme Preview

st

Activating theme

  1. Download the latest version of st. You can check the latest version in st's page:
wget http://dl.suckless.org/st/st-0.9.tar.gz
  1. Also download the latest dracula st patch version. You can check the latest version in dracula patch's page:
wget http://st.suckless.org/patches/dracula/st-dracula-0.8.5.diff
  1. Uncompress st file and get into the directory:
tar xf st-0.9.tar.gz
cd st-0.9/
  1. Apply the patch, compile and install st:
patch -p1 < ../st-dracula-0.8.5.diff
make
sudo make install