Skip to content

Instantly share code, notes, and snippets.

@katagaki
Last active May 31, 2023 04:40
Show Gist options
  • Save katagaki/360b99fdc613d1147e737a80e8154fd3 to your computer and use it in GitHub Desktop.
Save katagaki/360b99fdc613d1147e737a80e8154fd3 to your computer and use it in GitHub Desktop.
True black dark mode for Pixiv.
/* ==UserStyle==
@name Pixiv Dark Better
@match https://www.pixiv.net/*
==/UserStyle== */
.charcoal-token[data-theme="dark"] {
--charcoal-background1: black!important;
--charcoal-background2: black!important;
}
.iqkFre,
.bGUtlw {
background-color: black!important;
}
.iUhfll {
background-color: #111!important;
border-bottom: solid #333;
border-width: 0.5px;
}
.sc-171jvz-1.sc-171jvz-2.fXmjBM.YUFLT {
background-color: #111!important;
}
.sc-ye57th-2.cxqcFu {
background-color: unset!important;
}
/* 従来UI */
html {
background-color: black;
}
#js-mount-point-header {
background: unset!important;
}
.sc-162tykz-0.bXyMly {
background-color: #1f1f1f;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: rgba(255, 255, 255, 0.12);
border-right-color: rgba(255, 255, 255, 0.12);
border-bottom-color: rgba(255, 255, 255, 0.12);
border-left-color: rgba(255, 255, 255, 0.12);
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}
.sc-5ki62n-4.gSIBXG {
background-color: #2e2e2e!important;
color: rgb(214, 214, 214)!important;
}
.sc-11csm01-0.fiLugu>path {
color: rgb(92, 92, 92);
}
.sc-wbn5od-1.gIuwU {
color: white;
}
.sc-1974j38-0.eHDkzu {
color: white;
}
.sc-1fde8uu-3.pKIap {
color: white;
}
.sc-13xx43k-0.egKNds {
background-color: #2e2e2e;
color: rgb(214, 214, 214);
}
body,
.one_column_top,
.one_column_body,
.onecolumnBottom,
.footer {
background-color: black;
}
.one_column_body {
border-left: solid #222;
border-right: solid #222;
border-width: 1px;
}
.setting_on,
.one_column_top {
border-top: solid #222;
border-left: solid #222;
border-right: solid #222;
border-width: 1px;
}
.onecolumnBottom {
border-bottom: solid #222;
border-left: solid #222;
border-right: solid #222;
border-width: 1px;
}
.footer {
border: solid #222;
border-width: 1px;
color: white;
}
.settingNavi {
border-bottom: solid #222;
border-width: 1px;
}
.settingProfile {
background-color: #222;
color: white;
}
.biNiqG {
background-color: #111!important;
border-bottom: solid #333;
border-width: 0.5px;
}
.setting_on {
background: #222;
}
.settingContent,
.settingNavi,
a.active {
color: white!important;
}
.btn_type01 {
color: white!important;
background-color: #0d87b6!important;
background-image: unset!important;
}
p.setting_on>span>a,
._1v-2_xr,
._1P_25vO,
.fwVfvT {
color: white!important;
}
._1P_25vO._1ZWIU3R {
background-color: #444;
}
a {
color: #61d3ff;
}
.settingContent>form>table {
border-top: unset!important;
}
.settingContent td {
background-color: unset!important;
}
.settingContent>div {
color: black;
}
.setting-mute-menu {
background-color: #222;
color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment