Just inverted original
BPMSoft Dark Theme by cerberuzzz
Details
Authorcerberuzzz
LicenseNo License
Categoryuserstyle
Created
Updated
Size786 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name BPMSoft Dark Theme
@namespace cerberuzzz@mail.ru
@version 1.0.0
@description Just inverted original
@author cerberuzzz
==/UserStyle== */
@-moz-document regexp("^https:\\/\\/.+\\/Nui\\/ViewModule\\.aspx.+"), regexp("^https:\\/\\/.+\\/NUI\\/ViewModule\\.aspx.+"),
regexp("^https:\\/\\/.+\\/ClientApp\\/#\\/.+"), regexp("^https:\\/\\/.+\\/Login\\/NuiLogin\\.aspx.+"), regexp("^https:\\/\\/.+\\/Nui\\/ApplicationInstallation\\.aspx.*") {
html {
filter: invert(0.9) hue-rotate(180deg) brightness(1.1);
}
body[contenteditable = "true"] {
background-color: #ddd;
}
svg,
img,
li[data-item-marker="Telegram-message-tab"],
span.title-button-image,
span.photo-icon {
filter: invert(1) hue-rotate(180deg) brightness(1.2);
}
}