A browser extension that applies a dark theme to MySQL documentation pages at https://dev.mysql.com/doc/
.
Some element styles are a little rough, but it makes looking at the docs late at night a little nicer.
- Open Brave browser
- Go to
brave://extensions/
- Enable "Developer mode" in the top right
- Click "Load unpacked"
- Select this folder containing the extension files
- The extension will now be active on MySQL documentation pages
manifest.json
- Extension configurationdark-theme.css
- Dark theme stylescontent-script.js
- Script to enhance dark theme functionalitybackground.js
- Background script for theme detectionicons/
- Theme-aware SVG icons that adapt to browser theme
Once installed, the dark theme will automatically apply when you visit any MySQL documentation page under https://dev.mysql.com/doc/
.
The theme includes:
- Dark background colors
- High contrast text
- Styled code blocks
- Dark navigation elements
- Improved readability for tables and forms
- Theme-aware icons that automatically adapt to your browser's light/dark mode