https://github.com/vchet/coinkeeper-dark
Dark theme and app icons for https://coinkeeper.me
https://github.com/vchet/coinkeeper-dark
coinkeeper css dark dark-theme usercss userstyle
Last synced: about 1 month ago
JSON representation
Dark theme and app icons for https://coinkeeper.me
- Host: GitHub
- URL: https://github.com/vchet/coinkeeper-dark
- Owner: VChet
- License: cc-by-sa-4.0
- Created: 2019-01-11T17:04:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-18T15:55:36.000Z (3 months ago)
- Last Synced: 2025-03-28T08:41:26.989Z (about 2 months ago)
- Topics: coinkeeper, css, dark, dark-theme, usercss, userstyle
- Language: CSS
- Homepage:
- Size: 1.47 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## 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/coinkeeper-dark/pulls) and report any [issues](https://github.com/VChet/coinkeeper-dark/issues).
## Development
1. [Fork](https://github.com/VChet/coinkeeper-dark/fork) and download this repository
1. Install [Node.js](https://nodejs.org/)
1. Install [pnpm](https://pnpm.io/) `npm install pnpm --global`
1. Install all dependencies using `pnpm install`
1. Change [mappings](./src/mappings.js)
1. Generate style with `npm run build`
1. Make additional changes in [main style](./src/coinkeeper-dark.user.css) if needed
1. Commit and push your changes
1. Make a pull request