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

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

اعتبارا من 20-05-2020. شاهد أحدث إصدار.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

ستحتاج إلى تثبيت إضافة مثل Stylus لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتتمكن من تثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

(لدي بالفعل مثبت أنماط للمستخدم، دعني أقم بتثبيته!)

/* ==UserStyle==
@name               Etherscan.io Dark (Source Viewer) fix Solarized-mode
@description        This is the Etherscan Dark (Source Viewer) fix Solarized-mode Edition for Tronscan.org
@author             zirs3d
@license            CC0-1.0
@version            0.0.2
@namespace https://greasyfork.org/users/517035
==/UserStyle== */

@-moz-document domain("etherscan.io"), domain("cn.etherscan.com") {
/** Text **/

.ace_text-layer {
    font-size: 1.1em !important;
}

body.dark-mode .ace_comment {
	color: var(--green) !important;
}

body.dark-mode .ace_string {
	color: var(--yellow) !important;
}

body.dark-mode .ace_constant,
body.dark-mode .ace_keyword {
	color: var(--teal) !important;
}

.ace_comment {
	color: #8d43b8 !important;
}

.ace_string {
	color: var(--blue) !important;
}

.ace_constant,
.ace_keyword {
	color: #a20076 !important;
}


/** Disable **/
/** 

div {
	background: transparent !important;
	background-color: transparent;
}
**/
/** Button **/

/** Root **/
/**

body {
	background-color: #282a36 !important;
	color: #f8f8f2 !important;
}
**/
/** Popup **/
/** Logo **/
/** Navigation **/
}