chore: Update makefiles and doxygen

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-01-04 06:26:55 +02:00
parent 8dd3179aaa
commit dea36a0228
36 changed files with 4295 additions and 10557 deletions

11
tools/doxygen/custom.css Normal file
View File

@ -0,0 +1,11 @@
html {}
html.dark-mode {
color-scheme: dark;
--primary-color: #c49cfc;
--primary-dark-color: #a689eb;
--primary-light-color: #9270e4;
--primary-lighter-color: #202529;
--primary-lightest-color: #242527;
}