Dark theme for Bing Chat, now known as Copilot
Copilot (Bing Chat) Dark by ashchu117
Details
Authorashchu117
LicenseNo License
Categorycopilot.microsoft.com
Created
Updated
Size806 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 Copilot (Bing Chat) Dark
@version 20240212.07.15
@namespace https://userstyles.world/user/ashchu117
@description Dark theme for Bing Chat, now known as Copilot
@author ashchu117
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://copilot.microsoft.com/") {
:root{
--cib-color-background-surface-solid-primary: #2b2b2b !important;
--cib-color-foreground-neutral-primary:#cacaca !important;
--cib-color-fill-neutral-solid-primary: #2b2b2b !important;
--cib-color-foreground-neutral-disabled: #2993acd9 !important;
--cib-color-fill-neutral-solid-secondary: #414141 !important;
--cib-color-syntax-background-surface: #000 !important;
--cib-color-fill-accent-primary: #414141 !important;
}
}