shThemeMidnight.scss 992 B

1234567891011121314151617181920212223242526272829303132
  1. // Midnight SyntaxHighlighter theme based on theme by J.D. Myers
  2. // http://webdesign.lsnjd.com/
  3. $background: #0f192a !default;
  4. $line_highlighted_background: #253e5a !default;
  5. $line_highlighted_number: #38566f !default;
  6. $gutter_text: #afafaf !default;
  7. $gutter_border_color: #435a5f !default;
  8. $toolbar_collapsed_a: #428bdd !default;
  9. $toolbar_collapsed_a_hover: #1dc116 !default;
  10. $toolbar_collapsed_background: #000 !default;
  11. $toolbar_a: #D1EDFF !default;
  12. $toolbar_a_hover: #8aa6c1 !default;
  13. $code_plain: #d1edff !default;
  14. $code_comments: #428bdd !default;
  15. $code_string: #1dc116 !default;
  16. $code_keyword: #b43d3d !default;
  17. $code_preprocessor: #8aa6c1 !default;
  18. $code_variable: #ffaa3e !default;
  19. $code_value: #f7e741 !default;
  20. $code_functions: #ffaa3e !default;
  21. $code_constants: #e0e8ff !default;
  22. $code_color1: #f8bb00 !default;
  23. $code_color2: white !default;
  24. $code_color3: #ffaa3e !default;
  25. @import "_theme_template.scss";