X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=docs%2Fmkdocs.yml;h=655abdd69bdf0cf530c486e117c47fc37de0ec80;hb=2a8c1f41924e3f7092ffea0fb407c2906f705242;hp=a70dac1fc7cd30b632dd7e84ed90a49e1da4819f;hpb=c62e1e3ad51522e283ce11f0ff5e033e70dfa719;p=akkoma diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index a70dac1fc..655abdd69 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -1,19 +1,32 @@ site_name: Akkoma Documentation theme: - favicon: 'images/akko_badday.png' + favicon: 'images/favicon.ico' name: 'material' custom_dir: 'theme' # Disable google fonts font: false - logo: 'images/akko_badday.png' + logo: 'images/logo.png' features: - navigation.tabs - toc.follow - navigation.instant - navigation.sections palette: - primary: 'deep purple' - accent: 'blue grey' + - media: "(prefers-color-scheme: light)" + scheme: default + toggle: + icon: material/brightness-7 + name: Switch to dark mode + primary: 'deep purple' + accent: 'blue grey' + + - media: "(prefers-color-scheme: dark)" + scheme: slate + toggle: + icon: material/brightness-4 + name: Switch to light mode + primary: 'deep purple' + accent: 'blue grey' extra_css: - css/extra.css