Guest User

Untitled

a guest
Jan 23rd, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. export {
  2. codeTheme: {
  3. def: `#ffe036`,
  4. property: `#9effe5`,
  5. keyword: `#66b8ff`,
  6. string: `#9effe5`,
  7. punctuation: `#5c7180`,
  8. comment: `#5c7180`,
  9. background: `#241236`,
  10. editorBackground: `#2c1742`,
  11. resultBackground: `#402160`,
  12. leftDrawerBackground: `#331745`,
  13. rightDrawerBackground: `#331745`,
  14. tab: `#402160`,
  15. tabInactive: `#3a1b4f`,
  16. navigationBar: `#402160`,
  17. navigationBarText: `#b69ace`,
  18. drawerText: `rgba(255,255,255,0.5)`,
  19. drawerTextInactive: `rgba(255,255,255,0.3)`,
  20. executeButton: `#e1bfff`,
  21. executeButtonBorder: `#09141e`,
  22. executeButtonHover: `#ffffff`,
  23. button: `#663399`,
  24. buttonHover: `rgba(102, 51, 153, 0.2)`,
  25. buttonText: `#b69ace`,
  26. buttonWorkspace: `rgb(185, 191, 196)`,
  27. buttonWorkspaceHover: `rgb(157, 166, 173)`,
  28. buttonWorkspaceText: `rgb(238, 239, 240)`,
  29. icon: `rgba(255, 255, 255, 0.5)`,
  30. iconHover: `rgba(255, 255, 255, 0.25)`,
  31. }
  32. };
Add Comment
Please, Sign In to add comment