File tree 1 file changed +14
-2
lines changed
1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,21 @@ theme:
20
20
font :
21
21
text : Ubuntu
22
22
palette :
23
- primary : deep purple
23
+ - scheme : default
24
+ primary : deep purple
25
+ toggle :
26
+ icon : material/toggle-switch-off-outline
27
+ name : Switch to dark mode
28
+ - scheme : slate
29
+ primary : indigo
30
+ accent : teal
31
+ toggle :
32
+ icon : material/toggle-switch
33
+ name : Switch to light mode
24
34
features :
25
35
- navigation.sections
26
36
- navigation.expand
37
+ - content.tabs.link
27
38
icon :
28
39
repo : fontawesome/brands/github
29
40
logo : media/aws-logo-light.svg
@@ -32,11 +43,12 @@ theme:
32
43
33
44
markdown_extensions :
34
45
- admonition
35
- - pymdownx.tabbed
36
46
- pymdownx.inlinehilite
37
47
- pymdownx.highlight :
38
48
linenums : true
39
49
- pymdownx.superfences
50
+ - pymdownx.tabbed :
51
+ alternate_style : true
40
52
- pymdownx.details
41
53
- pymdownx.snippets :
42
54
base_path : ' .'
You can’t perform that action at this time.
0 commit comments