@@ -45,136 +45,6 @@ td p {
4545 fill : var (--md-primary-bg-color );
4646}
4747
48- [data-md-color-scheme = "capgemini" ] {
49- --md-primary-fg-color : rgba (0 , 112 , 173 );
50- --md-primary-fg-color--light : rgba (18 , 171 , 219 );
51- --md-primary-fg-color--dark : rgba (43 , 10 , 61 );
52-
53- /* // Code color shades */
54- --md-code-fg-color : hsla (200 , 18% , 26% , 1 );
55- --md-code-bg-color : hsla (0 , 0% , 96% , 1 );
56-
57- /* // Code highlighting color shades */
58- --md-code-hl-color : hsla (# {hex2hsl ($clr- yellow- a200)}, 0.5);
59- - - md- code-hl- number- color : hsla(0, 67%, 50%, 1);
60- - - md- code-hl- special- color : hsla(340, 83%, 47%, 1);
61- - - md- code-hl- function- color : hsla(291, 45%, 50%, 1);
62- - - md- code-hl- constant- color : hsla(250, 63%, 60%, 1);
63- - - md- code-hl- keywor d- color : hsla(219, 54%, 51%, 1);
64- - - md- code-hl- string- color : hsla(150, 63%, 30%, 1);
65- - - md- code-hl- name-color : var(- - md- code-fg- color );
66- - - md- code-hl- operato r- color : var(- - md- default- fg- color - - light);
67- - - md- code-hl- punctuation- color : var(- - md- default- fg- color - - light);
68- - - md- code-hl- comment- color : var(- - md- default- fg- color - - light);
69- - - md- code-hl- generic- color : var(- - md- default- fg- color - - light);
70- - - md- code-hl- variable-color : var(- - md- default- fg- color - - light);
71-
72- /* // Typeset color shades */
73- - - md- typeset- color : var(- - md- default- fg- color );
74- - - md- typeset- a- color : var(- - md- primary- fg- color );
75-
76- /* // Typeset `mark` color shades */
77- - - md- typeset- mark- color : hsla(# {hex2hsl ($clr- yellow- a200)}, 0.5);
78-
79- /* // Typeset `del` and `ins` color shades */
80- - - md- typeset- del- color : hsla(6, 90%, 60%, 0.15);
81- - - md- typeset- ins- color : hsla(150, 90%, 44%, 0.15);
82-
83- /* // Typeset `kbd` color shades */
84- - - md- typeset- kbd- color : hsla(0, 0%, 98%, 1);
85- - - md- typeset- kbd- accent- color : hsla(0, 100%, 100%, 1);
86- - - md- typeset- kbd- bor der- color : hsla(0, 0%, 72%, 1);
87-
88- /* // Admonition color shades */
89- - - md- admonition- fg- color : var(- - md- default- fg- color );
90- - - md- admonition- bg- color : var(- - md- default- bg- color );
91-
92- /* // Footer color shades */
93- - - md- footer- fg- color : hsla(0, 0%, 100%, 1);
94- - - md- footer- fg- color - - light: hsla(0, 0%, 100%, 0.7);
95- - - md- footer- fg- color - - lighter: hsla(0, 0%, 100%, 0.3);
96- - - md- footer- bg- color : hsla(0, 0%, 0%, 0.87);
97- - - md- footer- bg- color - - dark: hsla(0, 0%, 0%, 0.32);
98- }
99-
100- /* ////
101- /// Copyright (c) 2016-2020 Martin Donath <[email protected] > 102- ///
103- /// Permission is hereby granted, free of charge, to any person obtaining a
104- /// copy of this software and associated documentation files (the "Software"),
105- /// to deal in the Software without restriction, including without limitation
106- /// the rights to use, copy, modify, merge, publish, distribute, sublicense,
107- /// and/or sell copies of the Software, and to permit persons to whom the
108- /// Software is furnished to do so, subject to the following conditions:
109- ///
110- /// The above copyright notice and this permission notice shall be included in
111- /// all copies or substantial portions of the Software.
112- ///
113- /// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
114- /// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
115- /// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
116- /// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
117- /// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
118- /// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
119- /// DEALINGS
120- ////
121-
122- // ----------------------------------------------------------------------------
123- // Rules
124- // ----------------------------------------------------------------------------
125-
126- // Slate theme, i.e. dark mode */
127- [data-md-color-scheme = "slate" ] {
128- /* // Slate's hue in the range [0,360] - change this variable to alter the tone
129- // of the theme, e.g. to make it more redish or greenish. This is a slate-
130- // specific variable, but the same approach may be adapted to custom themes. */
131- --md-hue : 232 ;
132- --md-primary-fg-color : rgba (0 , 112 , 173 );
133- --md-primary-fg-color--light : rgba (18 , 171 , 219 );
134- --md-primary-fg-color--dark : rgba (43 , 10 , 61 );
135-
136- /* // Default color shades */
137- --md-default-fg-color : hsla (var (--md-hue ), 75% , 95% , 1 );
138- --md-default-fg-color--light : hsla (var (--md-hue ), 75% , 90% , 0.62 );
139- --md-default-fg-color--lighter : hsla (var (--md-hue ), 75% , 90% , 0.32 );
140- --md-default-fg-color--lightest : hsla (var (--md-hue ), 75% , 90% , 0.12 );
141- --md-default-bg-color : hsla (var (--md-hue ), 15% , 21% , 1 );
142- --md-default-bg-color--light : hsla (var (--md-hue ), 15% , 21% , 0.54 );
143- --md-default-bg-color--lighter : hsla (var (--md-hue ), 15% , 21% , 0.26 );
144- --md-default-bg-color--lightest : hsla (var (--md-hue ), 15% , 21% , 0.07 );
145-
146- /* // Code color shades */
147- --md-code-fg-color : hsla (var (--md-hue ), 18% , 86% , 1 );
148- --md-code-bg-color : hsla (var (--md-hue ), 15% , 15% , 1 );
149-
150- /* // Code highlighting color shades */
151- --md-code-hl-color : hsla (# {hex2hsl ($clr- blue-a200)}, 0.15);
152- - - md- code-hl- number- color : hsla(6, 74%, 63%, 1);
153- - - md- code-hl- special- color : hsla(340, 83%, 66%, 1);
154- - - md- code-hl- function- color : hsla(291, 57%, 65%, 1);
155- - - md- code-hl- constant- color : hsla(250, 62%, 70%, 1);
156- - - md- code-hl- keywor d- color : hsla(219, 66%, 64%, 1);
157- - - md- code-hl- string- color : hsla(150, 58%, 44%, 1);
158-
159- /* // Typeset color shades */
160- - - md- typeset- a- color : var(- - md- primary- fg- color - - light);
161-
162- /* // Typeset `mark` color shades */
163- - - md- typeset- mark- color : hsla(# {hex2hsl ($clr- blue-a200)}, 0.3);
164-
165- /* // Typeset `kbd` color shades */
166- - - md- typeset- kbd- color : hsla(var(- - md- hue), 15%, 94%, 0.12);
167- - - md- typeset- kbd- accent- color : hsla(var(- - md- hue), 15%, 94%, 0.2);
168- - - md- typeset- kbd- bor der- color : hsla(var(- - md- hue), 15%, 14%, 1);
169-
170- /* // Admonition color shades */
171- - - md- admonition- bg- color : hsla(var(- - md- hue), 0%, 100%, 0.025);
172-
173- /* // Footer color shades */
174- - - md- footer- bg- color : hsla(var(- - md- hue), 15%, 12%, 0.87);
175- - - md- footer- bg- color - - dark: hsla(var(- - md- hue), 15%, 10%, 1);
176- }
177-
17848.md-header-nav__button .md-logo img ,
17949.md-header-nav__button .md-logo svg {
18050 width : unset;
0 commit comments