Contains the Concourse pipeline definition for building a line-server container
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
1.4 KiB

  1. /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
  2. /* Tomorrow Comment */
  3. .hljs-comment,
  4. .hljs-title {
  5. color: #8e908c;
  6. }
  7. /* Tomorrow Red */
  8. .hljs-variable,
  9. .hljs-attribute,
  10. .hljs-tag,
  11. .hljs-regexp,
  12. .ruby .hljs-constant,
  13. .xml .hljs-tag .hljs-title,
  14. .xml .hljs-pi,
  15. .xml .hljs-doctype,
  16. .html .hljs-doctype,
  17. .css .hljs-id,
  18. .css .hljs-class,
  19. .css .hljs-pseudo {
  20. color: #c82829;
  21. }
  22. /* Tomorrow Orange */
  23. .hljs-number,
  24. .hljs-preprocessor,
  25. .hljs-pragma,
  26. .hljs-built_in,
  27. .hljs-literal,
  28. .hljs-params,
  29. .hljs-constant {
  30. color: #f5871f;
  31. }
  32. /* Tomorrow Yellow */
  33. .ruby .hljs-class .hljs-title,
  34. .css .hljs-rules .hljs-attribute {
  35. color: #eab700;
  36. }
  37. /* Tomorrow Green */
  38. .hljs-string,
  39. .hljs-value,
  40. .hljs-inheritance,
  41. .hljs-header,
  42. .ruby .hljs-symbol,
  43. .xml .hljs-cdata {
  44. color: #718c00;
  45. }
  46. /* Tomorrow Aqua */
  47. .css .hljs-hexcolor {
  48. color: #3e999f;
  49. }
  50. /* Tomorrow Blue */
  51. .hljs-function,
  52. .python .hljs-decorator,
  53. .python .hljs-title,
  54. .ruby .hljs-function .hljs-title,
  55. .ruby .hljs-title .hljs-keyword,
  56. .perl .hljs-sub,
  57. .javascript .hljs-title,
  58. .coffeescript .hljs-title {
  59. color: #4271ae;
  60. }
  61. /* Tomorrow Purple */
  62. .hljs-keyword,
  63. .javascript .hljs-function {
  64. color: #8959a8;
  65. }
  66. .hljs {
  67. display: block;
  68. background: white;
  69. color: #4d4d4c;
  70. padding: 0.5em;
  71. }
  72. .coffeescript .javascript,
  73. .javascript .xml,
  74. .tex .hljs-formula,
  75. .xml .javascript,
  76. .xml .vbscript,
  77. .xml .css,
  78. .xml .hljs-cdata {
  79. opacity: 0.5;
  80. }