Top Tags

Added "The Dark Theme" to Drupal Themes

I have just added The Dark Theme to Drupal Themes. I thought that it would have been harder than it was. Here is what I did
  • export CVSROOT=:pserver:_userid_@cvs.drupal.org:/cvs/drupal-contrib
  • cvs login (entered password when prompted)
  • cvs checkout -l contributions/themes
  • cd contributions/themes/
  • cp -r _path-to_/dark .
  • cvs add dark
  • cvs add dark/*
  • cvs dark/images/*
  • cvs commit -m "Initial commit."
Later I made an update to the screenshot, so I have to create a new version, as follows
  • cvs commit -f dark/screenshot.png
On the Drupal web site, I created a new project, And there you go! The Dark Theme is now available at on http://drupal.org/project/dark/. Enjoy.