mirror of
https://github.com/go-gitea/gitea
synced 2025-01-18 08:27:43 +01:00
af901a4ca9
* detect dark theme via css variable * minor refactor, add documentation If your custom theme is considered a dark theme, set the global css variable `--is-dark-theme` to `true`. This allows gitea to adjust the Monaco code editor's theme accordingly.