gitea/web_src/js
ThetaDev af901a4ca9
Detect dark theme via css variable (#17800)
* 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.
2021-11-25 15:14:48 +08:00
..
components
features Improve ellipsis buttons (#17773) 2021-11-22 21:44:38 -05:00
markup
standalone
vendor
easymde.js
index.js Improve ellipsis buttons (#17773) 2021-11-22 21:44:38 -05:00
jquery.js
publicpath.js
serviceworker.js
svg.js
svg.test.js
utils.js Detect dark theme via css variable (#17800) 2021-11-25 15:14:48 +08:00
utils.test.js