doc: add a custom doxygen theme based on doxygen-awesome

Theme from doxygen-awesome-css with custom modifications based on the
pipewire.org website to use the same type of blue, grey, etc.

doxygen-awesome-css is MIT licensed, see
https://github.com/jothepro/doxygen-awesome-css
This commit is contained in:
Peter Hutterer 2021-05-21 14:53:48 +10:00
parent cbe29c070c
commit 079b90bde5
4 changed files with 1386 additions and 1 deletions

14
doc/custom.css Normal file
View file

@ -0,0 +1,14 @@
:root {
/* --page-background-color: #729fcf; */
--primary-color: #729fcf;
--primary-dark-color: #729fcf;
--header-background: #729fcf;
--header-foreground: rgba(255, 255, 255, 0.7);
--font-family: 'Source Sans Pro', 'Source Sans', sans-serif;
--code-background: #f5f5f5;
--code-foreground: #333333;
--fragment-background: #f5f5f5;
--fragment-foreground: #333333;
--fragment-keyword: #c7254e;
--fragment-link: #729fcf;
}