/* ==UserStyle==
@name           TamperMonkey Extension - Dark Green Mode
@namespace      typpi.online
@version        1.0.8
@description    Dark Green mode theme for Tampermonkey Extension
@author         Nick2bad4u
@license        UnLicense
@homepageURL    https://github.com/Nick2bad4u/UserStyles
@downloadURL none
==/UserStyle== */
@-moz-document url-prefix("extension://iikmkjmpaadaobahmlepeloendndfphd")
{
	/* Start Copying Here */
	/* Start Copying Here */
	/* Start Copying Here */

	.dark .scripttable tr,
	.dark .section,
	.dark .actiontable,
	.dark table:not(.moremenu) {
		background-color: #000000b0;
	}

	.dark .head_container {
		background-color: #1cbd3fa9;
	}

	.scripttable tr,
	.section,
	.actiontable,
	.settingstr {
		border-color: #1cbd3f54 !important;
	}

	.greyed {
		color: #f309099c !important;
	}

	.dark .enabler.enabler_disabled,
	.dark .not_executed {
		color: #f309099c !important;
	}

	.dark table {
		color: #ffffffc5;
	}

	html.dark,
	html.dark body,
	.tv_tabs_fill {
		background: #000000b0;
		scrollbar-color: #1cbd3fa9 #202020;
		color: #aaaaaa;
	}

	.dark .tv_selected {
		border-bottom-color: #2a2a2a !important;
		background-color: #1cbd3fa9 !important;
		color: #eeeeee !important;
	}

	.dark .editormenu {
		background-color: #1cbd3f54;
		color: #ffffff;
	}

	.editor_border {
		border: 1px #1cbd3f54 solid;
		border-radius: 3px;
		background-color: #ffffff;
		padding: 0;
	}

	.dark .submenu,
	.dark .submenulist {
		background-color: #000000ec;
		color: #ffffffc5;
	}

	.submenu tr.entry:hover {
		background: #1cbd3f54 !important;
	}

	.dark .tv_tab {
		border: 1px solid #1cbd3f54;
		background-color: #000000b0;
	}

	input[type='file'i] {
		color: #1cbd3f;
	}

	.actiontable .script_name,
	.moremenu
		> tr:not(.script, .moremenu_toggle)
		> td:last-child {
		background-color: #000000b0;
	}

	.dark
		.moremenu
		> tr:not(.script, .moremenu_toggle):hover {
		background-color: #1cbd3fbf !important;
	}

	.dark .actiontable > tr:hover {
		background: linear-gradient(
			to bottom,
			#1cbd3fbf 2.2em,
			#00000000 2.2em
		) !important;
	}

	/* End Copying Here  */
	/* End Copying Here  */
	/* End Copying Here  */
}
