Etherscan.io Dark (Source Viewer) fix Solarized-mode

This is the Etherscan Dark (Source Viewer) fix Solarized-mode Edition for Tronscan.org

  1. /* ==UserStyle==
  2. @name Etherscan.io Dark (Source Viewer) fix Solarized-mode
  3. @description This is the Etherscan Dark (Source Viewer) fix Solarized-mode Edition for Tronscan.org
  4. @author zirs3d
  5. @license CC0-1.0
  6. @version 0.0.2
  7. @namespace https://gf.qytechs.cn/users/517035
  8. ==/UserStyle== */
  9.  
  10. @-moz-document domain("etherscan.io"), domain("cn.etherscan.com") {
  11. /** Text **/
  12.  
  13. .ace_text-layer {
  14. font-size: 1.1em !important;
  15. }
  16.  
  17. body.dark-mode .ace_comment {
  18. color: var(--green) !important;
  19. }
  20.  
  21. body.dark-mode .ace_string {
  22. color: var(--yellow) !important;
  23. }
  24.  
  25. body.dark-mode .ace_constant,
  26. body.dark-mode .ace_keyword {
  27. color: var(--teal) !important;
  28. }
  29.  
  30. .ace_comment {
  31. color: #8d43b8 !important;
  32. }
  33.  
  34. .ace_string {
  35. color: var(--blue) !important;
  36. }
  37.  
  38. .ace_constant,
  39. .ace_keyword {
  40. color: #a20076 !important;
  41. }
  42.  
  43.  
  44. /** Disable **/
  45. /**
  46.  
  47. div {
  48. background: transparent !important;
  49. background-color: transparent;
  50. }
  51. **/
  52. /** Button **/
  53.  
  54. /** Root **/
  55. /**
  56.  
  57. body {
  58. background-color: #282a36 !important;
  59. color: #f8f8f2 !important;
  60. }
  61. **/
  62. /** Popup **/
  63. /** Logo **/
  64. /** Navigation **/
  65. }

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址