tomorrow-night-bright.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /* Tomorrow Night Bright Theme */
  2. /* Original theme - https://github.com/chriskempson/tomorrow-theme */
  3. /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
  4. .tomorrow-comment, pre .comment, pre .title {
  5. color: #969896;
  6. }
  7. .tomorrow-red, pre .variable, pre .attribute, pre .tag, pre .regexp, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo {
  8. color: #d54e53;
  9. }
  10. .tomorrow-orange, pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant {
  11. color: #e78c45;
  12. }
  13. .tomorrow-yellow, pre .class, pre .ruby .class .title, pre .css .rules .attribute {
  14. color: #e7c547;
  15. }
  16. .tomorrow-green, pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata {
  17. color: #b9ca4a;
  18. }
  19. .tomorrow-aqua, pre .css .hexcolor {
  20. color: #70c0b1;
  21. }
  22. .tomorrow-blue, pre .function, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title {
  23. color: #7aa6da;
  24. }
  25. .tomorrow-purple, pre .keyword, pre .javascript .function {
  26. color: #c397d8;
  27. }
  28. pre code {
  29. display: block;
  30. background: black;
  31. color: #eaeaea;
  32. padding: 0.5em;
  33. }
  34. pre .coffeescript .javascript,
  35. pre .javascript .xml,
  36. pre .tex .formula,
  37. pre .xml .javascript,
  38. pre .xml .vbscript,
  39. pre .xml .css,
  40. pre .xml .cdata {
  41. opacity: 0.5;
  42. }