Guest User

Untitled

a guest
Jul 16th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. export const theme = {
  2. "properties": {
  3. "additional_backgrounds_alignment": ["top"],
  4. "additional_backgrounds_tiling": ["repeat"],
  5. "additional_images_tiling": ["repeat"],
  6. "additional_images_alignment": ["top"]
  7. },
  8. "colors": {
  9. "toolbar": "rgb(43, 206, 227)",
  10. "toolbar_text": "rgb(215, 226, 239)",
  11. "accentcolor": "rgb(115, 214, 228)",
  12. "textcolor": "rgb(84, 84, 84)",
  13. "toolbar_field": "rgba(255, 255, 255, 0.53)",
  14. "toolbar_field_text": "rgb(255, 71, 203)",
  15. "tab_line": "rgb(255, 66, 205)",
  16. "tab_loading": "rgb(255, 66, 205)"
  17. },
  18. "images": {
  19. "additional_backgrounds": "../../images/patterns/bg-024.svg"
  20. }
  21. }
Add Comment
Please, Sign In to add comment