Make 'none' syntax highlighting theme truly a 'none' theme
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Right now the 'none' syntax highlighting theme still uses highlighted lines for presentation. We could significantly speed up diffs for users with that theme since it doesn't do any code highlighting:
- No highlighting step
- No blobs fetching
- A LOT less bytes sent over the network
A 'none' dark mode theme is required for this to work properly after #470413 (closed).
The change should be straightforward to implement after !196464.
Edited by 🤖 GitLab Bot 🤖