shThemeEmacs.css 2.2 KB

123456789101112131415161718192021222324252627282930
  1. .syntaxhighlighter{background-color:black !important;}
  2. .syntaxhighlighter .line.alt1{background-color:black !important;}
  3. .syntaxhighlighter .line.alt2{background-color:black !important;}
  4. .syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-color:#2a3133 !important;}
  5. .syntaxhighlighter .line.highlighted.number{color:white !important;}
  6. .syntaxhighlighter table caption{color:#d3d3d3 !important;}
  7. .syntaxhighlighter .gutter{color:#d3d3d3 !important;}
  8. .syntaxhighlighter .gutter .line{border-right:3px solid #990000 !important;}
  9. .syntaxhighlighter .gutter .line.highlighted{background-color:#990000 !important;color:black !important;}
  10. .syntaxhighlighter.printing .line .content{border:none !important;}
  11. .syntaxhighlighter.collapsed{overflow:visible !important;}
  12. .syntaxhighlighter.collapsed .toolbar{color:#ebdb8d !important;background:black !important;border:1px solid #990000 !important;}
  13. .syntaxhighlighter.collapsed .toolbar a{color:#ebdb8d !important;}
  14. .syntaxhighlighter.collapsed .toolbar a:hover{color:#ff7d27 !important;}
  15. .syntaxhighlighter .toolbar{color:white !important;background:#990000 !important;border:none !important;}
  16. .syntaxhighlighter .toolbar a{color:white !important;}
  17. .syntaxhighlighter .toolbar a:hover{color:#9ccff4 !important;}
  18. .syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:#d3d3d3 !important;}
  19. .syntaxhighlighter .comments,.syntaxhighlighter .comments a{color:#ff7d27 !important;}
  20. .syntaxhighlighter .string,.syntaxhighlighter .string a{color:#ff9e7b !important;}
  21. .syntaxhighlighter .keyword{color:aqua !important;}
  22. .syntaxhighlighter .preprocessor{color:#aec4de !important;}
  23. .syntaxhighlighter .variable{color:#ffaa3e !important;}
  24. .syntaxhighlighter .value{color:#009900 !important;}
  25. .syntaxhighlighter .functions{color:#81cef9 !important;}
  26. .syntaxhighlighter .constants{color:#ff9e7b !important;}
  27. .syntaxhighlighter .script{font-weight:bold !important;color:aqua !important;background-color:none !important;}
  28. .syntaxhighlighter .color1,.syntaxhighlighter .color1 a{color:#ebdb8d !important;}
  29. .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#ff7d27 !important;}
  30. .syntaxhighlighter .color3,.syntaxhighlighter .color3 a{color:#aec4de !important;}