From 8f927df86575dac4aa3feebb463e92deb82ff1d3 Mon Sep 17 00:00:00 2001 From: Nick2bad4u <20943337+Nick2bad4u@users.noreply.github.com> Date: Sun, 12 Jan 2025 17:51:56 -0500 Subject: [PATCH] update TamperMonkey-DarkGreen.user.css --- TamperMonkey-DarkGreen.user.css | 46 ++++++++++++++++++++++++++------- 1 file changed, 36 insertions(+), 10 deletions(-) diff --git a/TamperMonkey-DarkGreen.user.css b/TamperMonkey-DarkGreen.user.css index 854b2f6..d89a6d6 100644 --- a/TamperMonkey-DarkGreen.user.css +++ b/TamperMonkey-DarkGreen.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name TamperMonkey Extension - Dark Green Mode @namespace typpi.online -@version 1.0.6 +@version 1.0.8 @description Dark Green mode theme for Tampermonkey Extension @author Nick2bad4u @license UnLicense @@ -16,7 +16,7 @@ .dark .scripttable tr, .dark .section, .dark .actiontable, - .dark table { + .dark table:not(.moremenu) { background-color: #000000b0; } @@ -32,11 +32,16 @@ } .greyed { - color: rgb(206 11 11 / 39.7%) !important; + color: #f309099c !important; + } + + .dark .enabler.enabler_disabled, + .dark .not_executed { + color: #f309099c !important; } .dark table { - color: rgb(255 255 255 / 77.4%); + color: #ffffffc5; } html.dark, @@ -44,31 +49,31 @@ .tv_tabs_fill { background: #000000b0; scrollbar-color: #1cbd3fa9 #202020; - color: #aaa; + color: #aaaaaa; } .dark .tv_selected { border-bottom-color: #2a2a2a !important; background-color: #1cbd3fa9 !important; - color: #eee !important; + color: #eeeeee !important; } .dark .editormenu { background-color: #1cbd3f54; - color: rgb(255 255 255); + color: #ffffff; } .editor_border { border: 1px #1cbd3f54 solid; border-radius: 3px; - background-color: #fff; + background-color: #ffffff; padding: 0; } .dark .submenu, .dark .submenulist { background-color: #000000ec; - color: rgb(255 255 255 / 77.4%); + color: #ffffffc5; } .submenu tr.entry:hover { @@ -80,10 +85,31 @@ background-color: #000000b0; } - input[type='file' i] { + 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 */