PageRenderTime 42ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/lib/syntaxhighlighter_3.0.83/compass/shThemeEclipse.scss

#
Sass | 48 lines | 36 code | 9 blank | 3 comment | 0 complexity | d9d8c000e782ad66550fd7c076bdcc3d MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. // Eclipse IDE SyntaxHighlighter color theme
  2. // (C) Code-House
  3. // :http//blog.code-house.org/2009/10/xml-i-adnotacje-kod-ogolnego-przeznaczenia-i-jpa/
  4. $background: #fff !default;
  5. $line_highlighted_background: #c3defe !default;
  6. $line_highlighted_number: #fff !default;
  7. $gutter_text: #787878 !default;
  8. $gutter_border_color: #d4d0c8 !default;
  9. $toolbar_collapsed_a: #3f5fbf !default;
  10. $toolbar_collapsed_a_hover: #aa7700 !default;
  11. $toolbar_collapsed_background: #fff !default;
  12. $toolbar_a: #a0a0a0 !default;
  13. $toolbar_a_hover: red !default;
  14. $code_plain: black !default;
  15. $code_comments: #3f5fbf !default;
  16. $code_string: #2a00ff !default;
  17. $code_keyword: #7f0055 !default;
  18. $code_preprocessor: #646464 !default;
  19. $code_variable: #aa7700 !default;
  20. $code_value: #009900 !default;
  21. $code_functions: #ff1493 !default;
  22. $code_constants: #0066cc !default;
  23. $code_color1: gray !default;
  24. $code_color2: #ff1493 !default;
  25. $code_color3: red !default;
  26. @import "_theme_template.scss";
  27. .syntaxhighlighter {
  28. .keyword { font-weight: bold !important; }
  29. .xml {
  30. .keyword {
  31. color: #3f7f7f !important;
  32. font-weight: normal !important; }
  33. .color1, .color1 a { color: #7f007f !important; }
  34. .string {
  35. font-style: italic !important;
  36. color: #2a00ff !important;
  37. }
  38. }
  39. }