Skip to content

Commit

Permalink
Added .solvers-dark
Browse files Browse the repository at this point in the history
  • Loading branch information
ArushYadlapati committed Jul 20, 2024
1 parent c21bc4e commit dffd846
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 8 deletions.
49 changes: 45 additions & 4 deletions book/css/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,50 @@
--color-scheme: light;
}

.solvers-dark {
--bg: #002B36;
--fg: #2AA198;

--sidebar-bg: #00212B;
--sidebar-fg: #006B84;
--sidebar-non-existant: #aaaaaa;
--sidebar-active: #2AA198;
--sidebar-spacer: #004052;

--scrollbar: #006B84;

--icons: #006B84;
--icons-hover: #2AA198;

--links: #7A622C;

--inline-code-color: #443200;

--theme-popup-bg: #F8DF95;;
--theme-popup-border: #705E13;
--theme-hover: #F1CC56;

--quote-bg: #F1CC56;
--quote-border: #B78D25;

--warning-border: #ff8e00;

--table-border-color: #B78D25;
--table-header-bg: #443200;
--table-alternate-bg: #B78D25;

--searchbar-border-color: #B78D25;
--searchbar-bg: #FFE497;
--searchbar-fg: #443200;
--searchbar-shadow-color: #443200;
--searchresults-header-fg: #443200;
--searchresults-border-color: #443200;
--searchresults-li-bg: #443200;
--search-mark-bg: #B78D25;

--color-scheme: dark;
}

.ayu {
--bg: hsl(210, 25%, 8%);
--fg: #c5c5c5;
Expand Down Expand Up @@ -320,7 +364,4 @@
--searchresults-li-bg: #2b2b2f;
--search-mark-bg: #355c7d;
}
}



}
49 changes: 45 additions & 4 deletions src/css/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,50 @@
--color-scheme: light;
}

.solvers-dark {
--bg: #002B36;
--fg: #2AA198;

--sidebar-bg: #00212B;
--sidebar-fg: #006B84;
--sidebar-non-existant: #aaaaaa;
--sidebar-active: #2AA198;
--sidebar-spacer: #004052;

--scrollbar: #006B84;

--icons: #006B84;
--icons-hover: #2AA198;

--links: #7A622C;

--inline-code-color: #443200;

--theme-popup-bg: #F8DF95;;
--theme-popup-border: #705E13;
--theme-hover: #F1CC56;

--quote-bg: #F1CC56;
--quote-border: #B78D25;

--warning-border: #ff8e00;

--table-border-color: #B78D25;
--table-header-bg: #443200;
--table-alternate-bg: #B78D25;

--searchbar-border-color: #B78D25;
--searchbar-bg: #FFE497;
--searchbar-fg: #443200;
--searchbar-shadow-color: #443200;
--searchresults-header-fg: #443200;
--searchresults-border-color: #443200;
--searchresults-li-bg: #443200;
--search-mark-bg: #B78D25;

--color-scheme: dark;
}

.ayu {
--bg: hsl(210, 25%, 8%);
--fg: #c5c5c5;
Expand Down Expand Up @@ -320,7 +364,4 @@
--searchresults-li-bg: #2b2b2f;
--search-mark-bg: #355c7d;
}
}



}

0 comments on commit dffd846

Please sign in to comment.