From 7080abac0e08609dff67b8875f9bbeace7530328 Mon Sep 17 00:00:00 2001 From: edshot99 Date: Fri, 7 Feb 2025 17:19:29 -0600 Subject: [PATCH] shift tag category colors for new contributor tag category --- src/themes/classic/_theme_bloodlust.scss | 10 +++--- src/themes/classic/_theme_hexagon.scss | 46 ++++++++++-------------- src/themes/classic/_theme_hotdog.scss | 10 +++--- src/themes/classic/_theme_pony.scss | 10 +++--- src/themes/classic/_theme_serpent.scss | 10 +++--- src/themes/muted/_theme_bloodlust.scss | 10 +++--- src/themes/muted/_theme_hexagon.scss | 10 +++--- src/themes/muted/_theme_hotdog.scss | 10 +++--- src/themes/muted/_theme_pony.scss | 10 +++--- src/themes/muted/_theme_serpent.scss | 10 +++--- src/themes/popular/_theme_bloodlust.scss | 10 +++--- src/themes/popular/_theme_hexagon.scss | 10 +++--- src/themes/popular/_theme_hotdog.scss | 10 +++--- src/themes/popular/_theme_pony.scss | 10 +++--- src/themes/popular/_theme_serpent.scss | 10 +++--- 15 files changed, 103 insertions(+), 83 deletions(-) diff --git a/src/themes/classic/_theme_bloodlust.scss b/src/themes/classic/_theme_bloodlust.scss index 033578d..c00f94b 100644 --- a/src/themes/classic/_theme_bloodlust.scss +++ b/src/themes/classic/_theme_bloodlust.scss @@ -40,10 +40,12 @@ body[data-th-main="bloodlust"] { --mode-blacklist:#000; --mode-download: #4d0054; --mode-fullscreen: #194f4d; - --tag-cat-1:#ffee95; - --tag-cat-1-hover:#f68b00; - --tag-cat-2:#f2ac08; - --tag-cat-2-hover:#fbd67f; + --tag-cat-0:#ffee95; + --tag-cat-0-hover:#f68b00; + --tag-cat-1:#f2ac08; + --tag-cat-1-hover:#fbd67f; + --tag-cat-2: #c0c0c0; + --tag-cat-2-hover: #71706e; --tag-cat-3:#d0d; --tag-cat-3-hover:#ff5eff; --tag-cat-4:#0a0; diff --git a/src/themes/classic/_theme_hexagon.scss b/src/themes/classic/_theme_hexagon.scss index 5e461c8..13e64fe 100644 --- a/src/themes/classic/_theme_hexagon.scss +++ b/src/themes/classic/_theme_hexagon.scss @@ -1,34 +1,8 @@ body { --themeName: "Hexagon"; - + --thin-scrollbar: var(--true); --main-page-background: url(https://static1.e621.net/data/d2/ca/d2cacf82e3e5c0f462da7d8753806ec6.jpg) !important; --artist-credit: "Background by Coffeesoda"; - - /* Tag Categories */ - --tag-cat-0: #b4c7d9; - --tag-cat-0-hover: #e9f2fa; - --tag-cat-1: #f2ac08; - --tag-cat-1-hover: #fbd67f; - --tag-cat-2: #c0c0c0; - --tag-cat-2-hover: #71706e; - --tag-cat-3: #d0d; - --tag-cat-3-hover: #ff5eff; - --tag-cat-4: #0a0; - --tag-cat-4-hover: #2bff2b; - --tag-cat-5: #ed5d1f; - --tag-cat-5-hover: #f6b295; - --tag-cat-6: #ff3d3d; - --tag-cat-6-hover: #ffbdbd; - --tag-cat-7: #fff; - --tag-cat-7-hover: #666; - --tag-cat-8: #228822; - --tag-cat-8-hover: #5fdb5f; - - - - - - --thin-scrollbar: var(--true); --main-font: Yu Gothic UI, Arial; --bg-300: #152f56; --bg-400: #0e203c; @@ -70,6 +44,24 @@ body { --mode-blacklist:#242424; --mode-download: #4d0054; --mode-fullscreen: #194f4d; + --tag-cat-0: #b4c7d9; + --tag-cat-0-hover: #e9f2fa; + --tag-cat-1: #f2ac08; + --tag-cat-1-hover: #fbd67f; + --tag-cat-2: #c0c0c0; + --tag-cat-2-hover: #71706e; + --tag-cat-3: #d0d; + --tag-cat-3-hover: #ff5eff; + --tag-cat-4: #0a0; + --tag-cat-4-hover: #2bff2b; + --tag-cat-5: #ed5d1f; + --tag-cat-5-hover: #f6b295; + --tag-cat-6: #ff3d3d; + --tag-cat-6-hover: #ffbdbd; + --tag-cat-7: #fff; + --tag-cat-7-hover: #666; + --tag-cat-8: #228822; + --tag-cat-8-hover: #5fdb5f; --user-member: var(--base-text); --user-member-hover: var(--base-text-hover); --user-privileged: #4afc4a; diff --git a/src/themes/classic/_theme_hotdog.scss b/src/themes/classic/_theme_hotdog.scss index 8050c71..8191977 100644 --- a/src/themes/classic/_theme_hotdog.scss +++ b/src/themes/classic/_theme_hotdog.scss @@ -40,10 +40,12 @@ body[data-th-main="hotdog"] { --mode-blacklist:#242424; --mode-download: #4d0054; --mode-fullscreen: #194f4d; - --tag-cat-1:#000; - --tag-cat-1-hover:#222; - --tag-cat-2:#f2ac08; - --tag-cat-2-hover:#fbd67f; + --tag-cat-0:#000; + --tag-cat-0-hover:#222; + --tag-cat-1:#f2ac08; + --tag-cat-1-hover:#fbd67f; + --tag-cat-2: #c0c0c0; + --tag-cat-2-hover: #71706e; --tag-cat-3:#d0d; --tag-cat-3-hover:#ff5eff; --tag-cat-4:#0a0; diff --git a/src/themes/classic/_theme_pony.scss b/src/themes/classic/_theme_pony.scss index a694046..7b35bf1 100644 --- a/src/themes/classic/_theme_pony.scss +++ b/src/themes/classic/_theme_pony.scss @@ -40,10 +40,12 @@ body[data-th-main="pony"] { --mode-blacklist:#242424; --mode-download: #4d0054; --mode-fullscreen: #194f4d; - --tag-cat-1:#b4c7d9; - --tag-cat-1-hover:#e9f2fa; - --tag-cat-2:#f2ac08; - --tag-cat-2-hover:#fbd67f; + --tag-cat-0:#b4c7d9; + --tag-cat-0-hover:#e9f2fa; + --tag-cat-1:#f2ac08; + --tag-cat-1-hover:#fbd67f; + --tag-cat-2: #c0c0c0; + --tag-cat-2-hover: #71706e; --tag-cat-3:#d0d; --tag-cat-3-hover:#ff5eff; --tag-cat-4:#0a0; diff --git a/src/themes/classic/_theme_serpent.scss b/src/themes/classic/_theme_serpent.scss index bb0e875..295122c 100644 --- a/src/themes/classic/_theme_serpent.scss +++ b/src/themes/classic/_theme_serpent.scss @@ -40,10 +40,12 @@ body[data-th-main="serpent"] { --mode-blacklist:#242424; --mode-download: #4d0054; --mode-fullscreen: #194f4d; - --tag-cat-1:#000; - --tag-cat-1-hover:#222; - --tag-cat-2:#f2ac08; - --tag-cat-2-hover:#fbd67f; + --tag-cat-0:#000; + --tag-cat-0-hover:#222; + --tag-cat-1:#f2ac08; + --tag-cat-1-hover:#fbd67f; + --tag-cat-2: #c0c0c0; + --tag-cat-2-hover: #71706e; --tag-cat-3:#d0d; --tag-cat-3-hover:#ff5eff; --tag-cat-4:#0a0; diff --git a/src/themes/muted/_theme_bloodlust.scss b/src/themes/muted/_theme_bloodlust.scss index ac8b5fd..92c0937 100644 --- a/src/themes/muted/_theme_bloodlust.scss +++ b/src/themes/muted/_theme_bloodlust.scss @@ -36,10 +36,12 @@ body[data-th-main="bloodlust"] { --mode-blacklist:#000; --mode-download: #553658; --mode-fullscreen: #365857; - --tag-cat-1:#c17777; - --tag-cat-1-hover:#d79090; - --tag-cat-2:#be7f53; - --tag-cat-2-hover:#f8a66d; + --tag-cat-0:#c17777; + --tag-cat-0-hover:#d79090; + --tag-cat-1:#be7f53; + --tag-cat-1-hover:#f8a66d; + --tag-cat-2: #c0c0c0; + --tag-cat-2-hover: #71706e; --tag-cat-3:#51c2c2; --tag-cat-3-hover:#6ffbec; --tag-cat-4:#50be76; diff --git a/src/themes/muted/_theme_hexagon.scss b/src/themes/muted/_theme_hexagon.scss index db46b1d..8a2a847 100644 --- a/src/themes/muted/_theme_hexagon.scss +++ b/src/themes/muted/_theme_hexagon.scss @@ -44,10 +44,12 @@ body { --mode-blacklist:#171c22; --mode-download: #553658; --mode-fullscreen: #365857; - --tag-cat-1:#7cb2bd; - --tag-cat-1-hover:#96d8e5; - --tag-cat-2:#bd987e; - --tag-cat-2-hover:#f2c3a2; + --tag-cat-0:#7cb2bd; + --tag-cat-0-hover:#96d8e5; + --tag-cat-1:#bd987e; + --tag-cat-1-hover:#f2c3a2; + --tag-cat-2: #c0c0c0; + --tag-cat-2-hover: #71706e; --tag-cat-3:#be7aa1; --tag-cat-3-hover:#f79fd1; --tag-cat-4:#7bbe92; diff --git a/src/themes/muted/_theme_hotdog.scss b/src/themes/muted/_theme_hotdog.scss index b95018e..f7103b0 100644 --- a/src/themes/muted/_theme_hotdog.scss +++ b/src/themes/muted/_theme_hotdog.scss @@ -36,10 +36,12 @@ body[data-th-main="hotdog"] { --mode-blacklist:#171c22; --mode-download: #553658; --mode-fullscreen: #365857; - --tag-cat-1:#bdb1ac; - --tag-cat-1-hover:#d6bbae; - --tag-cat-2:#bb8864; - --tag-cat-2-hover:#e7a87d; + --tag-cat-0:#bdb1ac; + --tag-cat-0-hover:#d6bbae; + --tag-cat-1:#bb8864; + --tag-cat-1-hover:#e7a87d; + --tag-cat-2: #c0c0c0; + --tag-cat-2-hover: #71706e; --tag-cat-3:#7abebe; --tag-cat-3-hover:#9ff7ee; --tag-cat-4:#7bbe92; diff --git a/src/themes/muted/_theme_pony.scss b/src/themes/muted/_theme_pony.scss index cc0eaf3..a2427d7 100644 --- a/src/themes/muted/_theme_pony.scss +++ b/src/themes/muted/_theme_pony.scss @@ -36,10 +36,12 @@ body[data-th-main="pony"] { --mode-blacklist:#171c22; --mode-download: #553658; --mode-fullscreen: #365857; - --tag-cat-1:#c590b6; - --tag-cat-1-hover:#e6a8cf; - --tag-cat-2:#bd987e; - --tag-cat-2-hover:#f2c3a2; + --tag-cat-0:#c590b6; + --tag-cat-0-hover:#e6a8cf; + --tag-cat-1:#bd987e; + --tag-cat-1-hover:#f2c3a2; + --tag-cat-2: #c0c0c0; + --tag-cat-2-hover: #71706e; --tag-cat-3:#7abebe; --tag-cat-3-hover:#9ff7ee; --tag-cat-4:#7bbe92; diff --git a/src/themes/muted/_theme_serpent.scss b/src/themes/muted/_theme_serpent.scss index 313c858..33ff5e9 100644 --- a/src/themes/muted/_theme_serpent.scss +++ b/src/themes/muted/_theme_serpent.scss @@ -36,10 +36,12 @@ body[data-th-main="serpent"] { --mode-blacklist:#171c22; --mode-download: #553658; --mode-fullscreen: #365857; - --tag-cat-1:#7cbdab; - --tag-cat-1-hover:#96e5cc; - --tag-cat-2:#bd987e; - --tag-cat-2-hover:#f2c3a2; + --tag-cat-0:#7cbdab; + --tag-cat-0-hover:#96e5cc; + --tag-cat-1:#bd987e; + --tag-cat-1-hover:#f2c3a2; + --tag-cat-2: #c0c0c0; + --tag-cat-2-hover: #71706e; --tag-cat-3:#be7aa1; --tag-cat-3-hover:#f79fd1; --tag-cat-4:#7bbe92; diff --git a/src/themes/popular/_theme_bloodlust.scss b/src/themes/popular/_theme_bloodlust.scss index 3f3c27c..efbad84 100644 --- a/src/themes/popular/_theme_bloodlust.scss +++ b/src/themes/popular/_theme_bloodlust.scss @@ -36,10 +36,12 @@ body[data-th-main="bloodlust"] { --mode-blacklist:#000; --mode-download: #553658; --mode-fullscreen: #365857; - --tag-cat-1:#63acb6; - --tag-cat-1-hover:#7accd7; - --tag-cat-2:#cb764d; - --tag-cat-2-hover:#ef9062; + --tag-cat-0:#63acb6; + --tag-cat-0-hover:#7accd7; + --tag-cat-1:#cb764d; + --tag-cat-1-hover:#ef9062; + --tag-cat-2: #c0c0c0; + --tag-cat-2-hover: #71706e; --tag-cat-3:#61bac5; --tag-cat-3-hover:#78dce8; --tag-cat-4:#5fbb8b; diff --git a/src/themes/popular/_theme_hexagon.scss b/src/themes/popular/_theme_hexagon.scss index 8714941..d475cf9 100644 --- a/src/themes/popular/_theme_hexagon.scss +++ b/src/themes/popular/_theme_hexagon.scss @@ -44,10 +44,12 @@ body { --mode-blacklist:#171c22; --mode-download: #553658; --mode-fullscreen: #365857; - --tag-cat-1:#88c0d0; - --tag-cat-1-hover:#8ad4e9; - --tag-cat-2:#d08770; - --tag-cat-2-hover:#f0a087; + --tag-cat-0:#88c0d0; + --tag-cat-0-hover:#8ad4e9; + --tag-cat-1:#d08770; + --tag-cat-1-hover:#f0a087; + --tag-cat-2: #c0c0c0; + --tag-cat-2-hover: #71706e; --tag-cat-3:#b48ead; --tag-cat-3-hover:#e4a4d9; --tag-cat-4:#8cbe94; diff --git a/src/themes/popular/_theme_hotdog.scss b/src/themes/popular/_theme_hotdog.scss index 34660ba..fcd9803 100644 --- a/src/themes/popular/_theme_hotdog.scss +++ b/src/themes/popular/_theme_hotdog.scss @@ -36,10 +36,12 @@ body[data-th-main="hotdog"] { --mode-blacklist:#171c22; --mode-download: #553658; --mode-fullscreen: #365857; - --tag-cat-1:#ebdbb2; - --tag-cat-1-hover:#fbf1c7; - --tag-cat-2:#fe8019; - --tag-cat-2-hover:#ffa861; + --tag-cat-0:#ebdbb2; + --tag-cat-0-hover:#fbf1c7; + --tag-cat-1:#fe8019; + --tag-cat-1-hover:#ffa861; + --tag-cat-2: #c0c0c0; + --tag-cat-2-hover: #71706e; --tag-cat-3:#83a598; --tag-cat-3-hover:#aaccbf; --tag-cat-4:#8ec07c; diff --git a/src/themes/popular/_theme_pony.scss b/src/themes/popular/_theme_pony.scss index 3fc71a9..06ca00c 100644 --- a/src/themes/popular/_theme_pony.scss +++ b/src/themes/popular/_theme_pony.scss @@ -36,10 +36,12 @@ body[data-th-main="pony"] { --mode-blacklist:#171c22; --mode-download: #553658; --mode-fullscreen: #365857; - --tag-cat-1:#ebbcba; - --tag-cat-1-hover:#f7dbda; - --tag-cat-2:#f6c177; - --tag-cat-2-hover:#fed9a4; + --tag-cat-0:#ebbcba; + --tag-cat-0-hover:#f7dbda; + --tag-cat-1:#f6c177; + --tag-cat-1-hover:#fed9a4; + --tag-cat-2: #c0c0c0; + --tag-cat-2-hover: #71706e; --tag-cat-3:#9ccfd8; --tag-cat-3-hover:#c3edf4; --tag-cat-4:#45d07a; diff --git a/src/themes/popular/_theme_serpent.scss b/src/themes/popular/_theme_serpent.scss index 28532e5..b8cb047 100644 --- a/src/themes/popular/_theme_serpent.scss +++ b/src/themes/popular/_theme_serpent.scss @@ -36,10 +36,12 @@ body[data-th-main="serpent"] { --mode-blacklist:#171c22; --mode-download: #553658; --mode-fullscreen: #365857; - --tag-cat-1:#9da9a0; - --tag-cat-1-hover:#bbd6c2; - --tag-cat-2:#c27c5d; - --tag-cat-2-hover:#e69875; + --tag-cat-0:#9da9a0; + --tag-cat-0-hover:#bbd6c2; + --tag-cat-1:#c27c5d; + --tag-cat-1-hover:#e69875; + --tag-cat-2: #c0c0c0; + --tag-cat-2-hover: #71706e; --tag-cat-3:#b47e98; --tag-cat-3-hover:#d699b6; --tag-cat-4:#689d96;