Skip to content

Instantly share code, notes, and snippets.

@adrusi
Created November 26, 2010 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adrusi/716913 to your computer and use it in GitHub Desktop.
Save adrusi/716913 to your computer and use it in GitHub Desktop.
cl_GTD Theme Template
<?php
$themes[] = "Theme Name";
$theme_name["task divider"]["foreground"] = "color";
$theme_name["task divider"]["background"] = null;
$theme_name["id"]["foreground"] = null;
$theme_name["id"]["background"] = null;
$theme_name["title"]["foreground"] = null;
$theme_name["title"]["background"] = "color";
$theme_name["date"]["foreground"] = "color";
$theme_name["date"]["background"] = null;
$theme_name["header rule"]["foreground"] = "color";
$theme_name["header rule"]["background"] = null;
$theme_name["tags divider"]["foreground"] = "color";
$theme_name["tags divider"]["background"] = "color";
$theme_name["toolbar divider"]["foreground"] = "color";
$theme_name["toolbar divider"]["background"] = "color";
$theme_name["toolbar command"]["foreground"] = "color";
$theme_name["toolbar command"]["background"] = color;
$theme_names["Theme Name"] = $theme_name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment