googlecode.styl 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. /*
  2. Google Code style (c) Aahan Krish <geekpanth3r@gmail.com>
  3. */
  4. .highlight
  5. color: black
  6. background: white
  7. .code
  8. .comment,
  9. .quote
  10. color: #800
  11. .keyword,
  12. .selector-tag,
  13. .section,
  14. .title,
  15. .name
  16. color: #008
  17. .variable,
  18. .template-variable
  19. color: #660
  20. .string,
  21. .selector-attr,
  22. .selector-pseudo,
  23. .regexp
  24. color: #080
  25. .literal,
  26. .symbol,
  27. .bullet,
  28. .meta,
  29. .number,
  30. .link
  31. color: #066
  32. .title,
  33. .doctag,
  34. .type,
  35. .attr,
  36. .built_in,
  37. .builtin-name,
  38. .params
  39. color: #606
  40. .attribute,
  41. .subst
  42. color: #000
  43. .formula
  44. background-color: #eee
  45. font-style: italic
  46. .selector-id,
  47. .selector-class
  48. color: #9B703F
  49. .addition
  50. background-color: #baeeba
  51. .deletion
  52. background-color: #ffc8bd
  53. .doctag,
  54. .strong
  55. font-weight: bold
  56. .emphasis
  57. font-style: italic