Creating a custom theme for Vanilla

Hi,
I've followed the instructions to change the Html structure of my theme here so i've copied the folders in http://localhost:8888/vanilla/themes/my_theme/views/ but whatever i change nothing happens, only default.master.php in the same views folder is receptive to changes.
What did I make wrong?
I've followed the instructions to change the Html structure of my theme here so i've copied the folders in http://localhost:8888/vanilla/themes/my_theme/views/ but whatever i change nothing happens, only default.master.php in the same views folder is receptive to changes.
What did I make wrong?
0
Comments
/applications/vanilla/views/*
to my themes folder
/themes/mine/views/
-vanilla
modules/newdiscussion.php (Start a New Discussion)
-others
modules/newconversation.php (Start a New Conversation)
modules/clearhistory.php
Thanks again.