File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 5
5
custom_dir : src/overrides
6
6
palette :
7
7
- media : " (prefers-color-scheme: light)"
8
- scheme : default
8
+ scheme : cpalgo
9
9
primary : deep purple
10
- # accent: red
11
10
toggle :
12
11
icon : material/toggle-switch-off-outline
13
12
name : Switch to dark mode
@@ -20,12 +19,7 @@ theme:
20
19
favicon : favicon.ico
21
20
repo_url : https://github.com/e-maxx-eng/e-maxx-eng
22
21
edit_uri : edit/master/src/
23
- extra :
24
- social :
25
- - icon : fontawesome/brands/github
26
- link : https://github.com/e-maxx-eng/e-maxx-eng
27
- name : e-maxx-eng
28
- copyright : Copyright © 2014 - 2021 by https://github.com/e-maxx-eng
22
+ copyright : Copyright © 2014 - 2022 by https://github.com/e-maxx-eng
29
23
30
24
markdown_extensions :
31
25
- pymdownx.arithmatex :
@@ -37,3 +31,5 @@ extra_javascript:
37
31
- javascript/config.js
38
32
- https://polyfill.io/v3/polyfill.min.js?features=es6
39
33
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
34
+ extra_css :
35
+ - stylesheets/extra.css
Original file line number Diff line number Diff line change
1
+ [data-md-color-scheme = "cpalgo" ] {
2
+ --md-primary-fg-color : # 7777aa ;
3
+ --md-primary-fg-color--light : # 7777aa ;
4
+ --md-primary-fg-color--dark : # 333371 ;
5
+ }
6
+
7
+ [data-md-color-scheme = "slate" ] {
8
+ --md-hue : 210 ;
9
+ }
You can’t perform that action at this time.
0 commit comments