Skip to content

Commit b83067c

Browse files
authored
Update colors to indigo/green, bit better than purple. (#69)
Only named colors work, and which ones they are can be seen in https://bashtage.github.io/sphinx-material/customization.html#configuration-options
1 parent bacf8d3 commit b83067c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686

8787
# Set the color and the accent color (see
8888
# https://material.io/design/color/the-color-system.html)
89-
'color_primary': 'deep-purple',
90-
'color_accent': 'cyan',
89+
'color_primary': 'indigo',
90+
'color_accent': 'green',
9191

9292
# Set the repo location to get a badge with stats
9393
#'repo_url': 'https://github.com/project/project/',

0 commit comments

Comments
 (0)