Grok Dark Theme without deep black
/* ==UserStyle==
@name Grok Grey Theme
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Grok Dark Theme without deep black
@author look997
@license MIT
==/UserStyle== */
@-moz-document domain("grok.com") {
:root[class="dark"] {
--neutral-1000: 240 4.3% 9%; /*0 0% 2%;*/
--neutral-950: 0 0% 14.1%;
.bg-black {
background-color: rgba(20, 20, 21, var(--tw-bg-opacity,1));
}
.dark\:bg-surface-inset:is(.dark *) {
background-color: hsl(var(--surface-inset));
}
--gray-950: 210, 8.6%, 13.7%;
--neutral-900: 0 0% 22.7%; /*0, 0%, 23.5%; 0 0% 13%;*/
}
/*
.bg-gradient-to-b {
background-image: linear-gradient(to bottom,var(--tw-gradient-stops));
}
--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
--tw-gradient-from: hsl(var(--surface-base))var(--tw-gradient-from-position);
--tw-gradient-to: hsl(var(--surface-base)/.8)var(--tw-gradient-to-position);
--surface-base: var(--neutral-1000);
--tw-gradient-to-position: ;
*/
}