androidstudio.styl 852 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /*
  2. Date: 24 Fev 2015
  3. Author: Pedro Oliveira <kanytu@gmail . com>
  4. */
  5. .highlight
  6. color: #a9b7c6
  7. background: #282b2e
  8. .code
  9. .number,
  10. .literal,
  11. .symbol,
  12. .bullet
  13. color: #6897BB
  14. .keyword,
  15. .selector-tag,
  16. .deletion
  17. color: #cc7832
  18. .variable,
  19. .template-variable,
  20. .link
  21. color: #629755
  22. .comment,
  23. .quote
  24. color: #808080
  25. .meta
  26. color: #bbb529
  27. .string,
  28. .attribute,
  29. .addition
  30. color: #6A8759
  31. .section,
  32. .title,
  33. .type
  34. color: #ffc66d
  35. .name,
  36. .selector-id,
  37. .selector-class
  38. color: #e8bf6a
  39. .emphasis
  40. font-style: italic
  41. .strong
  42. font-weight: bold