cl_GTD Theme Template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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