/samples/scalate-presentation/src/highlight/styles/vs.css

http://github.com/scalate/scalate · CSS · 75 lines · 65 code · 5 blank · 5 comment · 0 complexity · 83f8d990e0a3b1af3d32a2032989776b MD5 · raw file

  1. /*
  2. Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name>
  3. */
  4. pre .comment,
  5. pre .annotation,
  6. pre .template_comment,
  7. pre .diff .header,
  8. pre .chunk,
  9. pre .apache .cbracket {
  10. color: rgb(0, 128, 0);
  11. }
  12. pre .keyword,
  13. pre .id,
  14. pre .title,
  15. pre .built_in,
  16. pre .aggregate,
  17. pre .smalltalk .class,
  18. pre .winutils,
  19. pre .bash .variable,
  20. pre .tex .command {
  21. color: rgb(0, 0, 255);
  22. }
  23. pre .string,
  24. pre .title,
  25. pre .parent,
  26. pre .tag .attribute .value,
  27. pre .rules .value,
  28. pre .rules .value .number,
  29. pre .ruby .symbol,
  30. pre .ruby .symbol .string,
  31. pre .ruby .symbol .keyword,
  32. pre .ruby .symbol .keymethods,
  33. pre .instancevar,
  34. pre .aggregate,
  35. pre .template_tag,
  36. pre .django .variable,
  37. pre .addition,
  38. pre .flow,
  39. pre .stream,
  40. pre .apache .tag,
  41. pre .date,
  42. pre .tex .formula {
  43. color: rgb(163, 21, 21);
  44. }
  45. pre .ruby .string,
  46. pre .decorator,
  47. pre .filter .argument,
  48. pre .localvars,
  49. pre .array,
  50. pre .attr_selector,
  51. pre .pseudo,
  52. pre .pi,
  53. pre .doctype,
  54. pre .deletion,
  55. pre .envvar,
  56. pre .shebang,
  57. pre .preprocessor,
  58. pre .userType,
  59. pre .apache .sqbracket,
  60. pre .nginx .built_in,
  61. pre .tex .special {
  62. color: rgb(43, 145, 175);
  63. }
  64. pre .phpdoc,
  65. pre .javadoc,
  66. pre .xmlDocTag {
  67. color: rgb(128, 128, 128);
  68. }