Skip to content

Commit

Permalink
actually delete correct themes
Browse files Browse the repository at this point in the history
  • Loading branch information
0x70b1a5 committed Feb 13, 2024
1 parent bbddb2b commit 45395f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 92 deletions.
90 changes: 0 additions & 90 deletions theme/css/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,52 +113,6 @@ html, .light {
--color-scheme: dark;
}

.wynn {
--bg: #441fa5; /* Deep violet */
--bg-bg: #441fa5; /* Deep violet */
--page-bg: #441fa5; /* Deep violet */
--fg: #f6f6f2; /* Off-white */

--sidebar-bg: #9473ba; /* Muted purple */
--sidebar-fg: #f6f6f2; /* Off-white for clear contrast */
--sidebar-non-existant: #bd766e; /* Warm taupe */
--sidebar-active: #890002; /* Dark red */
--sidebar-spacer: #7e99ff; /* Soft blue */

--scrollbar: var(--sidebar-fg);

--icons: #ffc089; /* Light peach */
--icons-hover: #db84ad; /* Soft pink */

--links: #ffcb69; /* Bright nectar gold */

--inline-code-color: #f6f6f2; /* Off-white */

--theme-popup-bg: #2b3a42; /* Dark slate */
--theme-popup-border: #354f58; /* Deep forest green */
--theme-hover: #5a4d8e; /* Lighter violet for a subtle yet harmonious contrast */

--quote-bg: #441fa5; /* Deep violet */
--quote-border: #9473ba; /* Muted purple */

--warning-border: #f07327; /* Bright orange */

--table-border-color: #bd766e; /* Warm taupe */
--table-header-bg: #7e99ff; /* Soft blue */
--table-alternate-bg: #9473ba; /* Muted purple */

--searchbar-border-color: #f07327; /* Bright orange */
--searchbar-bg: #ffc089; /* Light peach */
--searchbar-fg: #f6f6f2; /* Off-white */
--searchbar-shadow-color: #db84ad; /* Soft pink */
--searchresults-header-fg: #bd766e; /* Warm taupe */
--searchresults-border-color: #09090a; /* Muted purple */
--searchresults-li-bg: #441fa5; /* Deep violet */
--search-mark-bg: #890002; /* Dark red */

--color-scheme: dark;
}

.gnucci {
--bg: #2a1b17; /* Deep espresso */
--bg-bg: #2a1b17; /* Deep espresso */
Expand Down Expand Up @@ -295,50 +249,6 @@ html, .light {
--color-scheme: dark;
}

.meadow {
--bg: #8db495; /* Sage green */
--fg: #bf4315; /* Terracotta */

--sidebar-bg: #9b72aa; /* Soft purple */
--sidebar-fg: #4a235a; /* Darker purple */
--sidebar-non-existant: #a8b88d; /* Olive */
--sidebar-active: #ecb910; /* Sunflower yellow */
--sidebar-spacer: #e8d58e; /* Beige */

--scrollbar: var(--sidebar-fg);

--icons: #31667a; /* Deep sea teal */
--icons-hover: #d78d27; /* Amber */

--links: #31667a; /* Deep sea teal */

--inline-code-color: #d78d27; /* Amber */

--theme-popup-bg: #98a944; /* Olive green */
--theme-popup-border: #70887c; /* Sea green */
--theme-hover: #a8b88d; /* Olive */

--quote-bg: #8db495; /* Sage green */
--quote-border: #70887c; /* Sea green */

--warning-border: #c83237; /* Crimson */

--table-border-color: #a8b88d; /* Olive */
--table-header-bg: #98a944; /* Olive green */
--table-alternate-bg: #e8d58e; /* Beige */

--searchbar-border-color: #bf4315; /* Terracotta */
--searchbar-bg: #e8d58e; /* Beige */
--searchbar-fg: #bf4315; /* Terracotta */
--searchbar-shadow-color: #31667a; /* Deep sea teal */
--searchresults-header-fg: #70887c; /* Sea green */
--searchresults-border-color: #a8b88d; /* Olive */
--searchresults-li-bg: #8db495; /* Sage green */
--search-mark-bg: #d78d27; /* Amber */

--color-scheme: dark;
}

@media (prefers-color-scheme: dark) {
.light.no-js {
--bg: hsl(200, 7%, 8%);
Expand Down
2 changes: 0 additions & 2 deletions theme/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,8 @@
<li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
<li role="none"><button role="menuitem" class="theme" id="dark">Dark</button></li>
<li role="none"><button role="menuitem" class="theme" id="harmony">Harmony</button></li>
<li role="none"><button role="menuitem" class="theme" id="meadow">Meadow</button></li>
<li role="none"><button role="menuitem" class="theme" id="gnucci">Gnucci</button></li>
<li role="none"><button role="menuitem" class="theme" id="classic-dark">Classic Dark</button></li>
<li role="none"><button role="menuitem" class="theme" id="wynn">Wynn</button></li>
</ul>
{{#if search_enabled}}
<button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">
Expand Down

0 comments on commit 45395f2

Please sign in to comment.