Guest User

Untitled

a guest
Jan 21st, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. # This is your theme manifest file. It provides the crucial data for importing
  2. # a custom theme. It should go in a directory or a zip file with a
  3. # subdirectory titled "assets" containing any and all files you would like
  4. # uploaded as part of the theme.
  5. #
  6. # Files referenced as part of configuring user-selectable images with have their
  7. # new paths automatically generated. Paths in the config below are assumed to be
  8. # relative to the assets directory. Any other files will also be uploaded and
  9. # can be referenced at /static/theme-assets/<theme folder name>/<file name>.
  10. #
  11. # Edit the values below to match your theme.
  12. ---
  13. name: Brown Paper
  14. description: |
  15. Wrapped in a crinkly textured background, this theme is a perfect blend
  16. of polish and rough edges.
  17. notes:
  18. screenshot: screenshot.png
  19. dirname: brown-paper
  20. Buttons:
  21. buttonbackgroundhover: 0,119,158
  22. buttoncolor: 0,93,111
  23. buttontext: 247,247,247
  24. buttontexthover: 247,247,247
  25. orderbuttonbackground: 195,129,48
  26. orderbuttonbackgroundhover: 195,129,48
  27. orderbuttontext: 237,237,237
  28. orderbuttontexthover: 237,237,237
  29. CSS: styles.css
  30. Footer:
  31. footerbackground: 0,0,0,0
  32. footerlink: 140,124,122
  33. footerlinkhover: 140,124,122
  34. footertext: 140,124,122
  35. General:
  36. accentcolor: 237,223,222
  37. backgroundcolor: 195,129,48
  38. backgroundimage:
  39. path: bg_body.png
  40. tiling: true
  41. bodyfont: Arial
  42. bodyfontcolor: 101,89,87
  43. centercolor: 242,242,242,0.95
  44. emphasisfont: junction regular
  45. headerfont: ChunkFive
  46. headerfontcolor: 139,82,56,0.95
  47. HTML: default.html
  48. Page header:
  49. logo:
  50. path:
  51. tiling: false
  52. mastheadbackgroundcolor: 237,222,222,0.95
  53. mastheadtextcolor: 101,89,87
  54. menubackgroundcolor: 0,0,0,0
  55. menuitembackground: 0,0,0,0
  56. menuitembackgroundhover: 0,0,0,0
  57. menuitemtext: 139,82,56
  58. menuitemtexthover: 0,119,158
Add Comment
Please, Sign In to add comment