A teal-colored theme. Gets rid of most of the glaring white, but it's not a 'dark' theme.
I have no idea if it is suitable for vision-impaired users.
Authorbeckfield
LicenseNo License
Categorydiscogs.com
Created
Updated
Size6.5 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
A teal-colored theme. Gets rid of most of the glaring white, but it's not a 'dark' theme.
I have no idea if it is suitable for vision-impaired users.
/* ==UserStyle==
@name Discogs Teal
@version 20240808.15.58
@namespace https://userstyles.world/user/beckfield
@description A teal-colored theme for Discogs. Gets rid of most of the glaring white, but it's not a 'dark' theme.
@author beckfield
@license No License
==/UserStyle== */
@-moz-document domain("www.discogs.com") {
body {
background-color: #5db0b0 !important;
}
#site_header_wrap {
background-color: teal;
box-shadow: none;
}
#site_header,
.header_W2hzl {
background-color: teal;
}
.alert-message.alert-message-info.alert-message-closable.alert-message-top,
#alert-message-304 {
background-color: #ecec9a !important;
border: 1px solid gray;
}
[class*="query"],
[id*="searchq"],
[class*="textarea"] {
background-color: #bbb !important;
}
/* Tooltips */
/* Sell/Release page*/
[class*="tooltip-"] {
color: black;
background-color: rgb(220, 227, 136);
border-radius: .2em
}
[role="menu"] {
background-color: #31312f !important;
}
.well_oNWc1 {
background-color: #598fa8;
}
.row_3KhrR {
background-color: #73abc6;
}
.row_3KhrR:hover {
background-color: #278fc1;
}
/* Left Sidebar */
#page_aside {
color: black !important;
padding-top: 11px !important;
}
.facet_count {
color: #222;
}
/* Dashboard */
.tab_menu {
height: 35px;
}
.tab_menu li.current {
height: 1px !important;
background: transparent;
border-left: none;
border-top: none;
border-right: none;
border-bottom: none;
margin-left: 10px;
font-weight: bold;
}
a[aria-current="page"] {
height: 25px !important;
background-color: #008080;
border-radius: 20% 20% 0% 0%;
}
.menu-item a,
.menu-item a:visited {
color: black !important;
}
/* Master Release Page */
.tray_1dj9e {
background-color: #8098c1 !important;
}
/* Dashboard Modules */
.dashboard_module.table_body {
background-color: #c1c1c1;
}
tr.even {
background-color: #b1b1b1 !important;
}
tr.odd {
background-color: #c1c1c1;
}
.gutter {
background: #bd371500 !important;
}
div.header {
background-color: #557abd !important;
}
.gs_module,
.dashboard_addmodules {
background-color: #7e8fae !important;
}
.dashboard_addmodules:hover,
button[aria-label="Add a module"]:hover {
background-color: #7eae9e !important;
}
/* Activity Menu */
#activity_menu > li button {
background-color: teal !important;
}
#activity_menu > li a:hover,
#activity_menu > li button:hover,
.nav_group_control:hover,
[class*="submenu"] {
background-color: #00a6a6 !important;
}
/* General Buttons */
[type^="submit"] {
color: #222 !important;
background-color: #d7d7d7 !important;
border-color: #555;
}
/* Search field */
#site_search,
#search_form,
#search_wantlist,
#search_form.aside_search_form button {
background-color: #bbb0 !important;
}
/* Marketplace, Wantlist */
thead > tr {
background-color: teal !important;
}
/* Add to Collection/Wantlist/Export buttons */
.button.fright,
.release_list_remove.button,
.button-green {
color: #ddd !important;
background-color: #005e80 !important;
}
.shortcut_navigable.unavailable {
background-color: #aaa !important;
}
[class*="shortcut_navigable"] {
background-color: #6ca5ce !important;
}
/* Inbox */
.side_menu li {
background-color: #557abd;
}
.menu-item a {
color: #dfdfdf !important;
}
.menu-item a:hover {
max-height: 24px;
border-radius: 20% 20% 0% 0%;
background-color: #80dfce !important;
}
/* Message Toolbar */
.form-block.message-actions {
background-color: #557abd;
margin-bottom: 10px;
}
.form-block fieldset .multiple-buttons {
margin-bottom: 0px !important;
}
.reactive_control {
color: #000 !important;
background-color: #92abd5 !important;
margin-top: 12px !important;
}
.message-filter-block {
margin-bottom: 0px !important;
}
/* RELEASE DETAIL PAGE */
#release-actions,
#release-marketplace,
[class*="noItems"],
#release-stats,
[class*="collection"],
#release-videos,
#curated-lists,
#release-contributors {
background-color: #97b7d2;
}
#release-actions header,
#release-marketplace header,
#release-stats header,
[class*="collection"] [class*="header"],
#release-videos header,
#curated-lists header,
#release-contributors header {
background-color: #68a4c6;
}
.collection-tab-link {
background-color: #0000;
}
/* Artist popup */
div[id*="artist"] {
background-color: #71accc;
}
/* Report Suspicious Activity Button */
#report_abuse_form {
background-color: #1080a4;
}
/* Track List */
#release-tracklist header,
#release-companies header,
#release-credits header,
#release-notes header,
#release-barcodes header,
#release-other-versions header,
#release-recommendations header,
#release-reviews header {
background-color: #acb8c1;
}
#release-tracklist,
#release-companies,
#release-credits,
#release-notes,
#release-barcodes,
#release-other-versions,
#release-recommendations,
#release-reviews {
background-color: #86a3b9;
}
[class^="index"] {
background-color: #a6a6a6;
}
[class^="subtrack"] {
background-color: #90b3c8 !important;
}
/* Marketplace Settings for Buyers */
.form-block legend,
.box-header-row,
ul.module_blocks .header {
background-color: #9b9b9b !important;
}
.form-block,
.box_pad {
background-color: #b0b0b0;
}
input,
select,
textarea {
background-color: #b7cdd9 !important;
}
/* RELEASE FOR SALE PAGE */
.button,
.button.button-blue {
color: white !important;
background-color: #306697;
border: 1px solid #313131;
margin-left: 2px;
}
/* Seller / My Information (Purchase Order page) */
.order-page-aside {
background-color: #808080;
}
.button.push_down_mini {
background-color: #6988a2;
}
.box-card {
background-color: #b0b0b0;
}
/* Collection Page */
.collection-value-and-pagination {
padding: 0px 0px 0px 10px;
margin-top: 5px;
}
.collection-values-simple-header {
background-color: #97B7D2 !important;
}
th.first,
th.grouped-custom-fields-column,
th.custom-fields-column.custom-fields-column-3 {
background-color: #97B7D2 !important;
}
.grouped-custom-fields-column.cell_collapsed {
background-color: #68A4C6;
}
[class*="star"] {
color: #484848 !important;
}
.is_not_mobile #collection .notes_add {
opacity: 100%;
}
/* Master Release page */
/* Version filters */
.input_3E-Ir {
height: 90%;
}
}
@-moz-document url-prefix("https://www.discogs.com/mywantlist") {
table.table_block thead tr,
table.table_block tfoot tr {
background: #97b7d2 !important;
border-bottom: 1px solid #e5e5e5;
}
}
@-moz-document url-prefix("https://www.discogs.com/sell") {
thead th {
background-color: #438ed3 !important;
}
span.facet-bar {
background-color: #a0cfa8;
}
}