shThemeMidnight.css 2.2 KB

123456789101112131415161718192021222324252627282930
  1. .syntaxhighlighter{background-color:#0f192a !important;}
  2. .syntaxhighlighter .line.alt1{background-color:#0f192a !important;}
  3. .syntaxhighlighter .line.alt2{background-color:#0f192a !important;}
  4. .syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-color:#253e5a !important;}
  5. .syntaxhighlighter .line.highlighted.number{color:#38566f !important;}
  6. .syntaxhighlighter table caption{color:#d1edff !important;}
  7. .syntaxhighlighter .gutter{color:#afafaf !important;}
  8. .syntaxhighlighter .gutter .line{border-right:3px solid #435a5f !important;}
  9. .syntaxhighlighter .gutter .line.highlighted{background-color:#435a5f !important;color:#0f192a !important;}
  10. .syntaxhighlighter.printing .line .content{border:none !important;}
  11. .syntaxhighlighter.collapsed{overflow:visible !important;}
  12. .syntaxhighlighter.collapsed .toolbar{color:#428bdd !important;background:black !important;border:1px solid #435a5f !important;}
  13. .syntaxhighlighter.collapsed .toolbar a{color:#428bdd !important;}
  14. .syntaxhighlighter.collapsed .toolbar a:hover{color:#1dc116 !important;}
  15. .syntaxhighlighter .toolbar{color:#d1edff !important;background:#435a5f !important;border:none !important;}
  16. .syntaxhighlighter .toolbar a{color:#d1edff !important;}
  17. .syntaxhighlighter .toolbar a:hover{color:#8aa6c1 !important;}
  18. .syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:#d1edff !important;}
  19. .syntaxhighlighter .comments,.syntaxhighlighter .comments a{color:#428bdd !important;}
  20. .syntaxhighlighter .string,.syntaxhighlighter .string a{color:#1dc116 !important;}
  21. .syntaxhighlighter .keyword{color:#b43d3d !important;}
  22. .syntaxhighlighter .preprocessor{color:#8aa6c1 !important;}
  23. .syntaxhighlighter .variable{color:#ffaa3e !important;}
  24. .syntaxhighlighter .value{color:#f7e741 !important;}
  25. .syntaxhighlighter .functions{color:#ffaa3e !important;}
  26. .syntaxhighlighter .constants{color:#e0e8ff !important;}
  27. .syntaxhighlighter .script{font-weight:bold !important;color:#b43d3d !important;background-color:none !important;}
  28. .syntaxhighlighter .color1,.syntaxhighlighter .color1 a{color:#f8bb00 !important;}
  29. .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:white !important;}
  30. .syntaxhighlighter .color3,.syntaxhighlighter .color3 a{color:#ffaa3e !important;}