Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azhinu/confluence-dark-theme
Dark theme for confluence
https://github.com/azhinu/confluence-dark-theme
confluence userscript
Last synced: 4 days ago
JSON representation
Dark theme for confluence
- Host: GitHub
- URL: https://github.com/azhinu/confluence-dark-theme
- Owner: azhinu
- License: wtfpl
- Created: 2021-11-12T13:39:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T12:34:26.000Z (over 2 years ago)
- Last Synced: 2023-03-06T12:57:57.473Z (over 1 year ago)
- Topics: confluence, userscript
- Language: CSS
- Homepage:
- Size: 1.75 MB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Confluence dark CSS
This is combination of [Atlassian remixed theme by ESSENTIAL KAOS](https://github.com/essentialkaos/atlassian-remixed-theme) and [Dark Reader](https://github.com/darkreader/darkreader) generated CSS with my own fixes and page layout changes.
Image preview
![Preview](extras/pic1.png)
![Preview](extras/pic2.png)
## Files
* **confluence-dark.css:** Basic CSS file. Contains imports and my own changes.
* **confluence-darkreader.css:** Dark Reader generated CSS.
* **confluence-dark-min.css:** all imports merged and CSSO optimized CSS.
* **userscript.js:** Userscript that import `confluence-dark-min.css` from this repo.## Userscript
1. Install [ViolentMonkey](https://violentmonkey.github.io/), [Firemonkey](https://addons.mozilla.org/firefox/addon/firemonkey/) or another userscript manager.
2. Add [`userscript.js`](https://raw.githubusercontent.com/azhinu/confluence-dark-theme/master/userscript.js) from this repo to userscript manager.
3. Add your Confluence domain to custom match rules.## Compatibility
* Google Chrome:
- CSS: ✔
- Userscript: Tampermonkey ✔; ViolentMonkey ✔
* Min browser:
- CSS: Untested ⚠️
- Userscript: ❌## Credites
* [ESSENTIAL KAOS](https://github.com/essentialkaos) for [Atlassian remixed theme](https://github.com/essentialkaos/atlassian-remixed-theme).
* [Dark Reader](https://github.com/darkreader/darkreader).
* [CSS Optimizer](https://github.com/css/csso) and [CSSO-cli](https://github.com/css/csso-cli).
* [Ankit Ahuja](https://github.com/ankit/) for [Stylebot](https://github.com/ankit/stylebot).