If you already are on Debian testing there is nothing to worry about, if you are on stable however you’ll need to install packages from testing which might cause things to break on your system. You have been warned.
First we need to grab the Linux Mint stuff with icons, GTK themes etc:
mkdir ~/mint
cd ~/mint
wget http://packages.linuxmint.com/pool/main/m/mint-x-theme/mint-x-theme_1.0.5_all.deb
wget http://packages.linuxmint.com/pool/main/m/mint-x-icons/mint-x-icons_1.0.7_all.deb
dpkg -i mint-x-icons*
dpkg -i mint-x-theme*
Then we need a newer version of gtk2-engines-murrine than the one available in Debian Squeeze so we turn to testing by first adding the following to /etc/apt/preferences.d/pref (you’ll have to create the file):
Package: *
Pin: release a=stable
Pin-Priority: 900
Package: *
Pin: release o=Debian
Pin-Priority: -10
And add the following line to your /etc/apt/sources.list:
deb http://ftp.se.debian.org/debian/ testing main contrib non-free
Then we update the apt cache and grab our package by specifically telling apt to get it from testing:
apt-get update
apt-get -t testing install gtk2-engines-murrine
Now we just have to activate the Mint themes, you do this by using the Appearance tool located in the Preferences directory in the menu and (in Debian LXDE) the Openbox Configuration Manager also found in the Preferences directory.