Skip to content

Commit

Permalink
update TamperMonkey-DarkGreen.user.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick2bad4u committed Jan 12, 2025
1 parent 299f267 commit 8f927df
Showing 1 changed file with 36 additions and 10 deletions.
46 changes: 36 additions & 10 deletions TamperMonkey-DarkGreen.user.css
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -16,7 +16,7 @@
.dark .scripttable tr,
.dark .section,
.dark .actiontable,
.dark table {
.dark table:not(.moremenu) {
background-color: #000000b0;
}

Expand All @@ -32,43 +32,48 @@
}

.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,
html.dark body,
.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 {
Expand All @@ -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 */
Expand Down

0 comments on commit 8f927df

Please sign in to comment.