Skip to content

Commit

Permalink
Merge pull request #265 from salcido/dark-theme-updates
Browse files Browse the repository at this point in the history
Dark theme updates
  • Loading branch information
salcido authored Jan 18, 2024
2 parents 96ac504 + 99cb72f commit 5412a62
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 4 deletions.
70 changes: 70 additions & 0 deletions css/dark-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4362,6 +4362,7 @@
}

// Skittles
span[class*="skittle_"][class*="_collection_"],
div[class*="_skittle_"][class*="_collection_"] {
background: var(--button-green) !important;
color: var(--text-bold) !important;
Expand All @@ -4371,6 +4372,7 @@
}
}

span[class*="skittle_"][class*="_wantlist_"],
div[class*="_skittle_"][class*="_wantlist_"] {
background: var(--skittle-wantlist) !important;
color: var(--text-bold) !important;
Expand All @@ -4380,6 +4382,7 @@
}
}

span[class*="skittle_"][class*="_inventory_"],
div[class*="_skittle_"][class*="_inventory_"] {
background: var(--skittle-inventory) !important;
color: var(--text-bold) !important;
Expand Down Expand Up @@ -5816,4 +5819,71 @@
}
}
}

// New Label Page

div[class*="_arrows_"] a {
border: 1px solid var(--headers) !important;
background: var(--headers) !important;
&[class*="_disabled_"] {
background: none !important;
}
}

h2[class*="labelReleasesHeader_"] {
background: var(--headers) !important;
}

div[class*="views_"] button {
border: 2px solid var(--borders) !important;

&[aria-checked="true"] {
background-color: var(--black) !important;
border: 2px solid var(--black) !important;
}
}

tr[class*="sortRow_"] {
border-bottom: 1px solid var(--borders) !important;
}

table[class*="labelReleasesTable_"] tr {
border-top: 1px solid var(--borders) !important;
}

table tr[class*="sortRow_"]:first-of-type {
border-top: 0 !important;
}

button[class*="versionsButton_"] {
background: var(--headers) !important;
}

// Skittles
span[class*="skittle_"][class*="collection_"] {
background: var(--button-green) !important;
color: var(--text-bold) !important;

svg path {
fill: var(--text-bold) !important;
}
}

span[class*="skittle_"][class*="wantlist_"] {
background: var(--skittle-wantlist) !important;
color: var(--text-bold) !important;

svg path {
fill: var(--text-bold) !important;
}
}

span[class*="skittle_"][class*="inventory_"] {
background: var(--skittle-inventory) !important;
color: var(--text-bold) !important;

svg path {
fill: var(--text-bold) !important;
}
}
}
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Discogs Enhancer",
"short_name": "Discogs Enhancer",
"description": "Adds a dark theme, block sellers, price comparisons, currency converter, configurable quick search, & more to Discogs!",
"version": "3.6.4",
"version": "3.6.5",
"author": "Matthew Salcido",
"homepage_url": "https://www.discogs-enhancer.com",
"action": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discogs-enhancer",
"version": "3.6.4",
"version": "3.6.5",
"description": "A Chrome extension that adds useful functionality to Discogs.com! https://www.discogs-enhancer.com",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<p align="center">
<img src="https://github.com/salcido/discogs-enhancer/actions/workflows/main.yml/badge.svg">
<a href="https://chrome.google.com/webstore/detail/discogs-enhancer/fljfmblajgejeicncojogelbkhbobejn">
<img src="https://img.shields.io/badge/Users-8.9k-brightgreen" alt="Chrome Web Store">
<img src="https://img.shields.io/badge/Users-9k-brightgreen" alt="Chrome Web Store">
</a>
<a href="https://chrome.google.com/webstore/detail/discogs-enhancer/fljfmblajgejeicncojogelbkhbobejn">
<img src="https://img.shields.io/badge/Rating-4.85%2F5-blue" alt="Chrome Web Store">
Expand Down

0 comments on commit 5412a62

Please sign in to comment.