[pve-devel] [PATCH widget-toolkit 0/1] Proxmox Dark Theme - AsciiDoc
Stefan Sterz
s.sterz at proxmox.com
Wed Mar 15 17:11:02 CET 2023
this series add a dark theme for the asciidoc-based documentation for
pve and pmg. first it adds a new css dependency to the
proxmox-widget-toolkit-dev package. then the following two commits,
one for pve and for pmg each, uses that css file to add a dark theme
to the respective documentation. it behaves like the api viewer or the
gui's 'auto' theme (that is to say, the dark theme is used based on a
user's preference).
Stefan Sterz (1):
dark-theme: add a dark theme for the asciidoc-based documentation
debian/proxmox-widget-toolkit-dev.install | 1 +
src/proxmox-dark/Makefile | 12 +-
src/proxmox-dark/scss/ProxmoxDarkADocs.scss | 9 ++
src/proxmox-dark/scss/adocs/_admonition.scss | 18 +++
src/proxmox-dark/scss/adocs/_general.scss | 120 +++++++++++++++++++
5 files changed, 159 insertions(+), 1 deletion(-)
create mode 100644 src/proxmox-dark/scss/ProxmoxDarkADocs.scss
create mode 100644 src/proxmox-dark/scss/adocs/_admonition.scss
create mode 100644 src/proxmox-dark/scss/adocs/_general.scss
--
2.30.2
More information about the pve-devel
mailing list