Advertisement
Guest User

Untitled

a guest
Oct 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. styleSheetMobile = {
  2. colors = {
  3. "a_100" = "";
  4. "a_200" = "";
  5. "b_100" = "#06AF78";
  6. "b_200" = "#194A7F";
  7. "b_300" = "";
  8. "b_400" = "";
  9. "b_500" = "";
  10. "b_600" = "";
  11. "background_primary" = "#FBFBFB";
  12. "button_background_dark" = "#15273C";
  13. "button_background_error" = "#F09393";
  14. "container_background" = "#FFFFFF";
  15. "container_border" = "#ECECEC";
  16. "container_ruler" = "#E3E3E3";
  17. "h_100" = "";
  18. "h_200" = "";
  19. "input_background" = "#FFFFFF";
  20. "input_background_error" = "#F09393";
  21. "input_border_error" = "#FFFFFF";
  22. "nav_hamburger_active" = "#FFFFFF";
  23. "nav_hamburger_inactive" = "#CFCFCF";
  24. "navbar_background" = "#FFFFFF";
  25. "navbar_ruler" = "#F1F1F1";
  26. "navbar_shadow" = "#00000033";
  27. "sidebar_background" = "#1E3754";
  28. "sidebar_footer" = "#16283D";
  29. "sidebar_main_overlay" = "#15283ECC";
  30. "sidebar_search_background" = "#1A2F48";
  31. "sidebar_search_text" = "#FFFFFF66";
  32. "sidebar_text_active" = "#FFFFFF";
  33. "sidebar_text_inactive" = "#FFFFFF80";
  34. "t_100" = "#545454";
  35. "t_200" = "#666666";
  36. "t_300" = "#535353";
  37. "t_400" = "#C3C3C3";
  38. "t_500" = "";
  39. "t_600" = "";
  40. "tabbar_background" = "#FFFFFF";
  41. "tabbar_border" = "#E3E3E3";
  42. "tabbar_item_background_active" = "#F3F6F8";
  43. "tabbar_item_background_inactive" = "#FFFFFF";
  44. "tabbar_item_icon_active" = "#194A7F";
  45. "tabbar_item_icon_inactive" = "#CFCFCF";
  46. "view_navbar_active" = "#06AF78";
  47. "view_navbar_background" = "#FFFFFF";
  48. "view_navbar_inactive" = "#CFCFCF";
  49. "welcome_button_gradient_end" = "#00A954";
  50. "welcome_button_gradient_start" = "#00DF70";
  51. "welcome_button_shadow_color" = "#0000004C";
  52. "welcome_gradient_end" = "#1E344F";
  53. "welcome_gradient_start" = "#18497E";
  54. "welcome_gradient_transparency" = "0.93";
  55. };
  56. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement