Guest User

Untitled

a guest
Jul 15th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. <?php
  2.  
  3. $themes[] = "Theme Name";
  4. $theme_name["task divider"]["foreground"] = "color";
  5. $theme_name["task divider"]["background"] = null;
  6.  
  7. $theme_name["id"]["foreground"] = null;
  8. $theme_name["id"]["background"] = null;
  9.  
  10. $theme_name["title"]["foreground"] = null;
  11. $theme_name["title"]["background"] = "color";
  12.  
  13. $theme_name["date"]["foreground"] = "color";
  14. $theme_name["date"]["background"] = null;
  15.  
  16. $theme_name["header rule"]["foreground"] = "color";
  17. $theme_name["header rule"]["background"] = null;
  18.  
  19. $theme_name["tags divider"]["foreground"] = "color";
  20. $theme_name["tags divider"]["background"] = "color";
  21.  
  22. $theme_name["toolbar divider"]["foreground"] = "color";
  23. $theme_name["toolbar divider"]["background"] = "color";
  24.  
  25. $theme_name["toolbar command"]["foreground"] = "color";
  26. $theme_name["toolbar command"]["background"] = color;
  27. $theme_names["Theme Name"] = $theme_name;
Add Comment
Please, Sign In to add comment