diff --git a/docs/_config.yml b/docs/_config.yml index 19b0fd3..969d27c 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -13,8 +13,6 @@ remote_theme: just-the-docs/just-the-docs@v0.12.0 url: https://guilherme.stracini.com.br baseurl: /ipquery-wordpress -color_scheme: dark - # Favicon & logo (drop the files in docs/assets/images/) favicon_ico: /assets/images/favicon.ico # logo: /assets/images/logo.png @@ -62,9 +60,9 @@ last_edit_timestamp: true last_edit_time_format: "%b %e %Y at %I:%M %p UTC" # ---------------------------------------------------------------------- -# Color scheme — light by default, toggle to dark +# Color scheme — dark by default, toggle to light # ---------------------------------------------------------------------- -color_scheme: light +color_scheme: dark enable_copy_code_button: true # ----------------------------------------------------------------------