Steps to replicate the issue (include links if applicable):
Visit https://it.wikivoyage.org/wiki/MediaWiki:Gadget-ListingEditor.json
Switch to dark mode
What happens?:
- The use of green seems inappropriate here but might be a good example of expanding Codex's design tokens for presentation needs.
- The color in dark mode does not correspond with the one in light mode
- This requires additional and unnecessary CSS for dark mode support that we'd like to clean up.
What should have happened instead?:
There seem to be several options here:
- Per @esander's suggestion switch to closest color (@background-color-success-subtle;) possibly with a rename to describe it's use semantically https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1216771
- Replace color with a different color e.g.@background-color-backdrop-light
- Create a new token
- ...
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
Other information (browser name/version, screenshots, etc.):



