i hate the purple/blue tint lol
edit it, release it, and get more installs than me at your own will. :)
Authoroneguy.oneboo
LicenseNo License
Categoryuserstyles
Created
Updated
Size2.3 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
i hate the purple/blue tint lol
edit it, release it, and get more installs than me at your own will. :)
(i won't update this, i only uploaded it so other people like me can enjoy a dark grey theme. will update if something B A D happens.)
/* ==UserStyle==
@name Brave - Grey type of dark theme
@version 20220215.21.03
@namespace userstyles.world/user/oneguy.oneboo
@description i hate the purple/blue tint lol
edit it, release it, and get more installs than me at your own will. :)
@author oneguy.oneboo
@license No License
==/UserStyle== */
@-moz-document domain("search.brave.com") {
:root.dark {
--body-bg: #212122;
--bg-0: #2e2e31;
--bg-01: #2d2e31;
--bg-02: #2c2d2f;
--bg-glassy: #1b1c1e;
--bg-serp-header: #212122;
/* --bg-1: #4B5062; */
--bg-1: #3d3e42;
--bg-2: #282828;
--bg-02: #17171F;
--bg-3: #1f1f1f;
--bg-04: #252628;
--bg-green: #a7f0ba;
--bg-blue: #d0e2ff;
--bg-red: #ffd6e8;
--bg-inverse: #ffffff;
--bg-0-opacity: #1b1b1bbd;
--bg-favicon: #4B5062;
--bg-placeholder: #2d2d2f;
--bg-scrim: rgba(34, 37, 49, 0.6);
--bg-form-control-selected: #7679B1;
--bg-form-control-unselected: #5E6175;
--form-control-selected: #4436E1;
--form-control-unselected: #ffffff;
--form-control-hover: #D0D2F7;
--form-control-focus: #A0A5EB;
--form-control-shadow: #A0A5EB;
--search-widget-bg: #282828;
--settings-header-bg: #222531;
--settings-header-text: #F8FAFD;
--settings-header-icon: #808A9D;
--settings-widget-text: #828D9F;
--settings-item-text: #CFD6E4;
--settings-item-icon: #A1A5E4;
--settings-item-border: #2B3445;
--settings-item-border-2: #3F4C63;
--settings-dark-theme-btn: #343A40;
--settings-btn-bg: #3A3F55;
--settings-btn-text: #CFD6E4;
--settings-widget-outline: #3F4C63;
--settings-independent-score: #7078FF;
--settings-global-score: #FF845D;
--settings-label-bg: rgba(58, 63, 85, 0.7);
--brave-supporter-bg: #252730;
--brave-supporter-text: #2267BE;
--context-menu-header-border: #58667E;
--color-primary: #fff;
--color-primary-2: #fff;
--color-primary-3: #fff;
--color-inverse: #ffffff;
}
.netloc {
color: #e7dcdc;
}
.snippet-description {
color: #907e7e;
}
.snippet-title {
color: #3976a3;
}
.snippet.fdb {
background-color: #292a2a;
}
.infobox.fdb {
background-color: #292a2a9e;
}
:root.dark #searchform {
background: #282727;
}
}