logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/etc_portage.git

firefox-solarized-view-source.diff (1613B)


  1. --- firefox-52.2.0esr/layout/style/res/viewsource.css.old 2017-07-24 03:27:24.487605257 +0200
  2. +++ firefox-52.2.0esr/layout/style/res/viewsource.css 2017-07-24 03:29:46.253217198 +0200
  3. @@ -6,8 +6,8 @@
  4. @namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */
  5. *|*:root {
  6. - background-color: white;
  7. - color: black;
  8. + background-color: #002b36;
  9. + color: #839496;
  10. direction: ltr;
  11. -moz-control-character-visibility: visible;
  12. height: 100%;
  13. @@ -20,7 +20,7 @@
  14. height: 100%;
  15. box-sizing: border-box;
  16. margin: 0;
  17. - padding: 8px;
  18. + padding: 0;
  19. }
  20. #viewsource.wrap {
  21. white-space: pre-wrap;
  22. @@ -41,20 +41,21 @@
  23. width: 5ch;
  24. margin: 0 0 0 -5ch;
  25. text-align: right;
  26. - color: #ccc;
  27. + color: #93a1a1;
  28. + background-color: #073642;
  29. font-weight: normal;
  30. font-style: normal;
  31. }
  32. .highlight .start-tag {
  33. - color: purple;
  34. + color: #6c71c4;
  35. font-weight: bold;
  36. }
  37. .highlight .end-tag {
  38. - color: purple;
  39. + color: #6c71c4;
  40. font-weight: bold;
  41. }
  42. .highlight .comment {
  43. - color: green;
  44. + color: #586e75;
  45. font-style: italic;
  46. }
  47. .highlight .cdata {
  48. @@ -76,11 +77,11 @@
  49. font-weight: normal;
  50. }
  51. .highlight .attribute-name {
  52. - color: black;
  53. + color: #cb4b16;
  54. font-weight: bold;
  55. }
  56. .highlight .attribute-value {
  57. - color: blue;
  58. + color: #2aa198;
  59. font-weight: normal;
  60. }
  61. .highlight .markupdeclaration {
  62. @@ -96,6 +97,6 @@
  63. .highlight .error,
  64. .highlight .error > :-moz-any(.start-tag, .end-tag, .comment, .cdata, .doctype,
  65. .pi, .entity, .attribute-name, .attribute-value) {
  66. - color: red;
  67. + color: #dc322f;
  68. font-weight: bold;
  69. }