Aboard - Lets go dark!
A simple tampermonkey script that turns the site dark.

Description
This Tampermonkey script changes the theme of the Aboard website (which is using Bulma framework), to a dark theme. It changes the background color of the to #222, background color of all elements with the class card to #333, all the text to white and a few more small selector and input elements.
It uses the CSS styles to change the color scheme and can be easily modified to fit the your custom needs.
Getting Started
Setting Up
Step 1: ScriptManager
Note: After installation (which requires restarting your browser), you are now ready to install userscripts.
Step 2: Install UserScript
Using
Step 3: After installing the script, on the top right of the page, there should be color picker icon. Hovering over that, should reveal the available themes. Select your preferred one, and you're done!
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
)
- Commit your Changes (
git commit -m 'Add some AmazingFeature'
)
- Push to the Branch (
git push origin feature/AmazingFeature
)
- Open a Pull Request
Version History
- 1.1
- Added a theme selector on the right side of the navbar.
- Added a new theme, and more to come soon!
- 1.0
License
This project is licensed under the 'Unlicense license' License - see the LICENSE.md file for details