https://github.com/vchet/counter.dev-dark
Dark theme for counter.dev
https://github.com/vchet/counter.dev-dark
counter-dev css dark dark-theme usercss userstyle
Last synced: 2 months ago
JSON representation
Dark theme for counter.dev
- Host: GitHub
- URL: https://github.com/vchet/counter.dev-dark
- Owner: VChet
- License: cc-by-sa-4.0
- Created: 2023-11-18T18:02:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-25T22:59:26.000Z (3 months ago)
- Last Synced: 2025-02-25T23:32:45.686Z (3 months ago)
- Topics: counter-dev, css, dark, dark-theme, usercss, userstyle
- Language: CSS
- Homepage:
- Size: 415 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# counter.dev dark
[](https://github.com/VChet/counter.dev-dark/tags)
[](https://github.com/VChet/counter.dev-dark/actions/workflows/build.yml)
[](https://github.com/VChet/counter.dev-dark/raw/master/src/counter.dev-dark.user.css)## Preview

## Installation
1. Install Stylus/Cascadea (Safari)
- [ Chrome](https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne)
- [ Firefox](https://addons.mozilla.org/en-US/firefox/addon/styl-us/)
- [ Safari](https://cascadea.app/)
1. [Install UserCSS](https://github.com/VChet/coinkeeper-dark/raw/master/src/coinkeeper-dark.user.css)## Contribute
Anyone and everyone is welcome to [contribute](https://github.com/VChet/counter.dev-dark/pulls) and report any [issues](https://github.com/VChet/counter.dev-dark/issues).
## Development
1. [Fork](https://github.com/VChet/counter.dev-dark/fork) and download this repository
1. Install [Node.js](https://nodejs.org/)
1. Install [pnpm](https://pnpm.io/) `npm i pnpm -g`
1. Install all dependencies using `pnpm install`
1. Change [mappings](generate.js)
1. Generate style with `pnpm run build`
1. Make additional changes in [main style](./src/counter.dev-dark.user.css) if needed
1. Commit and push your changes
1. Make a pull request