/pigeoncms/Plugins/syntaxhighlighter/compass/shThemeFadeToGrey.scss

http://pigeoncms.googlecode.com/ · Sass · 36 lines · 26 code · 8 blank · 2 comment · 0 complexity · 0e602ccb1e750a2bc4b0fb1b53a2bd85 MD5 · raw file

  1. // Fade to Grey SyntaxHighlighter theme based on theme by Brasten Sager
  2. // :http//www.ibrasten.com/
  3. $background: #121212 !default;
  4. $line_highlighted_background: #2C2C29 !default;
  5. $line_highlighted_number: white !default;
  6. $gutter_text: #afafaf !default;
  7. $gutter_border_color: #3185b9 !default;
  8. $toolbar_collapsed_a: #3185b9 !default;
  9. $toolbar_collapsed_a_hover: #d01d33 !default;
  10. $toolbar_collapsed_background: black !default;
  11. $toolbar_a: #fff !default;
  12. $toolbar_a_hover: #96daff !default;
  13. $code_plain: white !default;
  14. $code_comments: #696854 !default;
  15. $code_string: #e3e658 !default;
  16. $code_keyword: #d01d33 !default;
  17. $code_preprocessor: #435a5f !default;
  18. $code_variable: #898989 !default;
  19. $code_value: #009900 !default;
  20. $code_functions: #aaaaaa !default;
  21. $code_constants: #96daff !default;
  22. $code_color1: #ffc074 !default;
  23. $code_color2: #4a8cdb !default;
  24. $code_color3: #96daff !default;
  25. @import "_theme_template.scss";
  26. .syntaxhighlighter {
  27. .functions { font-weight: bold !important; }
  28. }