File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,22 @@ theme:
13
13
icon :
14
14
repo : fontawesome/brands/git-alt
15
15
palette :
16
+ - media : " (prefers-color-scheme)"
17
+ toggle :
18
+ icon : material/brightness-auto
19
+ name : Switch to light mode
16
20
- scheme : default
17
21
media : " (prefers-color-scheme: light)"
18
22
toggle :
19
- icon : material/lightbulb
20
- name : Switch to the dark theme
23
+ icon : material/brightness-7
24
+ name : Switch to dark mode
21
25
- scheme : slate
22
26
media : " (prefers-color-scheme: dark)"
23
27
primary : deep purple
24
28
accent : purple
25
29
toggle :
26
- icon : material/lightbulb-outline
27
- name : Switch to the light theme
30
+ icon : material/brightness-4
31
+ name : Switch to system preference
28
32
features :
29
33
- content.code.copy
30
34
- navigation.instant
You can’t perform that action at this time.
0 commit comments