Just inverted original
BPMSoft Dark Theme by cerberuzzz
Details
Authorcerberuzzz
LicenseNo License
Categoryuserstyle
Created
Updated
Size912 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 divsetting@gmail.ru
@version 1.0.0
@description Inverted, it's all.
@author div
@homepageURL https://vk.com/it.anykey
@license MIT License
==/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;
}
body:not([maskstate]) {
background-color: #ddd !important;
}
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);
}
}