I was struggling to have openai playground
only one bright product I use at work, so I made a dark theme for the playground.
openai playground nightmode by wapgear
Details
Authorwapgear
LicenseNo License
Categoryplatform.openai.com
Created
Updated
Size619 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 openai playground nightmode
@version 0.0.1
@namespace playform.openai
==/UserStyle== */
@-moz-document domain("platform.openai.com") {
body {
filter: invert(0.95) hue-rotate(180deg);
background-color: #1f1f1f;
}
iframe,
img,
video,
.icon-item-icon,
.code-sample {
filter: invert(0.95) hue-rotate(180deg);
}
.add-message-section.user-input,
.app-navigation.fixed.expanded,
.DocSearch-Modal {
box-shadow: none;
}
.DocSearch-Container {
background: rgba(255,255,255, 0.85);
}
}