vs.styl 981 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /*
  2. Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name>
  3. */
  4. .highlight
  5. display: block
  6. overflow-x: auto
  7. padding: 0.5em
  8. background: white
  9. color: black
  10. .code
  11. .comment,
  12. .quote,
  13. .variable
  14. color: #008000
  15. .keyword,
  16. .selector-tag,
  17. .built_in,
  18. .name,
  19. .tag
  20. color: #00f
  21. .string,
  22. .title,
  23. .section,
  24. .attribute,
  25. .literal,
  26. .template-tag,
  27. .template-variable,
  28. .type,
  29. .addition
  30. color: #a31515
  31. .deletion,
  32. .selector-attr,
  33. .selector-pseudo,
  34. .meta
  35. color: #2b91af
  36. .doctag
  37. color: #808080
  38. .attr
  39. color: #f00
  40. .symbol,
  41. .bullet,
  42. .link
  43. color: #00b0e8
  44. .emphasis
  45. font-style: italic
  46. .strong
  47. font-weight: bold