Desktop markdown wiki app. Built with node, Electron Framework and AngularJS.

tomorrow-night-eighties.css 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. /* Tomorrow Night Eighties Theme */
  2. /* Original theme - https://github.com/chriskempson/tomorrow-theme */
  3. /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
  4. /* Tomorrow Comment */
  5. .hljs-comment {
  6. color: #999999;
  7. }
  8. /* Tomorrow Red */
  9. .hljs-variable,
  10. .hljs-attribute,
  11. .hljs-tag,
  12. .hljs-regexp,
  13. .ruby .hljs-constant,
  14. .xml .hljs-tag .hljs-title,
  15. .xml .hljs-pi,
  16. .xml .hljs-doctype,
  17. .html .hljs-doctype,
  18. .css .hljs-id,
  19. .css .hljs-class,
  20. .css .hljs-pseudo {
  21. color: #f2777a;
  22. }
  23. /* Tomorrow Orange */
  24. .hljs-number,
  25. .hljs-preprocessor,
  26. .hljs-pragma,
  27. .hljs-built_in,
  28. .hljs-literal,
  29. .hljs-params,
  30. .hljs-constant {
  31. color: #f99157;
  32. }
  33. /* Tomorrow Yellow */
  34. .ruby .hljs-class .hljs-title,
  35. .css .hljs-rule .hljs-attribute {
  36. color: #ffcc66;
  37. }
  38. /* Tomorrow Green */
  39. .hljs-string,
  40. .hljs-value,
  41. .hljs-inheritance,
  42. .hljs-header,
  43. .hljs-name,
  44. .ruby .hljs-symbol,
  45. .xml .hljs-cdata {
  46. color: #99cc99;
  47. }
  48. /* Tomorrow Aqua */
  49. .hljs-title,
  50. .css .hljs-hexcolor {
  51. color: #66cccc;
  52. }
  53. /* Tomorrow Blue */
  54. .hljs-function,
  55. .python .hljs-decorator,
  56. .python .hljs-title,
  57. .ruby .hljs-function .hljs-title,
  58. .ruby .hljs-title .hljs-keyword,
  59. .perl .hljs-sub,
  60. .javascript .hljs-title,
  61. .coffeescript .hljs-title {
  62. color: #6699cc;
  63. }
  64. /* Tomorrow Purple */
  65. .hljs-keyword,
  66. .javascript .hljs-function {
  67. color: #cc99cc;
  68. }
  69. .hljs {
  70. display: block;
  71. overflow-x: auto;
  72. background: #2d2d2d;
  73. color: #cccccc;
  74. padding: 0.5em;
  75. -webkit-text-size-adjust: none;
  76. }
  77. .coffeescript .javascript,
  78. .javascript .xml,
  79. .tex .hljs-formula,
  80. .xml .javascript,
  81. .xml .vbscript,
  82. .xml .css,
  83. .xml .hljs-cdata {
  84. opacity: 0.5;
  85. }