Skip to content

Commit dffd846

Browse files
Added .solvers-dark
1 parent c21bc4e commit dffd846

File tree

2 files changed

+90
-8
lines changed

2 files changed

+90
-8
lines changed

book/css/variables.css

+45-4
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,50 @@
5858
--color-scheme: light;
5959
}
6060

61+
.solvers-dark {
62+
--bg: #002B36;
63+
--fg: #2AA198;
64+
65+
--sidebar-bg: #00212B;
66+
--sidebar-fg: #006B84;
67+
--sidebar-non-existant: #aaaaaa;
68+
--sidebar-active: #2AA198;
69+
--sidebar-spacer: #004052;
70+
71+
--scrollbar: #006B84;
72+
73+
--icons: #006B84;
74+
--icons-hover: #2AA198;
75+
76+
--links: #7A622C;
77+
78+
--inline-code-color: #443200;
79+
80+
--theme-popup-bg: #F8DF95;;
81+
--theme-popup-border: #705E13;
82+
--theme-hover: #F1CC56;
83+
84+
--quote-bg: #F1CC56;
85+
--quote-border: #B78D25;
86+
87+
--warning-border: #ff8e00;
88+
89+
--table-border-color: #B78D25;
90+
--table-header-bg: #443200;
91+
--table-alternate-bg: #B78D25;
92+
93+
--searchbar-border-color: #B78D25;
94+
--searchbar-bg: #FFE497;
95+
--searchbar-fg: #443200;
96+
--searchbar-shadow-color: #443200;
97+
--searchresults-header-fg: #443200;
98+
--searchresults-border-color: #443200;
99+
--searchresults-li-bg: #443200;
100+
--search-mark-bg: #B78D25;
101+
102+
--color-scheme: dark;
103+
}
104+
61105
.ayu {
62106
--bg: hsl(210, 25%, 8%);
63107
--fg: #c5c5c5;
@@ -320,7 +364,4 @@
320364
--searchresults-li-bg: #2b2b2f;
321365
--search-mark-bg: #355c7d;
322366
}
323-
}
324-
325-
326-
367+
}

src/css/variables.css

+45-4
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,50 @@
5858
--color-scheme: light;
5959
}
6060

61+
.solvers-dark {
62+
--bg: #002B36;
63+
--fg: #2AA198;
64+
65+
--sidebar-bg: #00212B;
66+
--sidebar-fg: #006B84;
67+
--sidebar-non-existant: #aaaaaa;
68+
--sidebar-active: #2AA198;
69+
--sidebar-spacer: #004052;
70+
71+
--scrollbar: #006B84;
72+
73+
--icons: #006B84;
74+
--icons-hover: #2AA198;
75+
76+
--links: #7A622C;
77+
78+
--inline-code-color: #443200;
79+
80+
--theme-popup-bg: #F8DF95;;
81+
--theme-popup-border: #705E13;
82+
--theme-hover: #F1CC56;
83+
84+
--quote-bg: #F1CC56;
85+
--quote-border: #B78D25;
86+
87+
--warning-border: #ff8e00;
88+
89+
--table-border-color: #B78D25;
90+
--table-header-bg: #443200;
91+
--table-alternate-bg: #B78D25;
92+
93+
--searchbar-border-color: #B78D25;
94+
--searchbar-bg: #FFE497;
95+
--searchbar-fg: #443200;
96+
--searchbar-shadow-color: #443200;
97+
--searchresults-header-fg: #443200;
98+
--searchresults-border-color: #443200;
99+
--searchresults-li-bg: #443200;
100+
--search-mark-bg: #B78D25;
101+
102+
--color-scheme: dark;
103+
}
104+
61105
.ayu {
62106
--bg: hsl(210, 25%, 8%);
63107
--fg: #c5c5c5;
@@ -320,7 +364,4 @@
320364
--searchresults-li-bg: #2b2b2f;
321365
--search-mark-bg: #355c7d;
322366
}
323-
}
324-
325-
326-
367+
}

0 commit comments

Comments
 (0)