Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vchet/telegram-export-dark
Dark Theme for Telegram exported chat history
https://github.com/vchet/telegram-export-dark
dark-theme telegram
Last synced: 24 days ago
JSON representation
Dark Theme for Telegram exported chat history
- Host: GitHub
- URL: https://github.com/vchet/telegram-export-dark
- Owner: VChet
- License: cc-by-sa-4.0
- Created: 2022-09-04T14:58:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T15:24:01.000Z (about 2 months ago)
- Last Synced: 2024-09-13T03:59:07.549Z (about 2 months ago)
- Topics: dark-theme, telegram
- Language: CSS
- Homepage:
- Size: 170 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Usage
1. Download one of themes
- [Aqua](https://download-directory.github.io/?url=https://github.com/VChet/telegram-export-dark/tree/master/styles/aqua)
- [Cream](https://download-directory.github.io/?url=https://github.com/VChet/telegram-export-dark/tree/master/styles/cream)
- [Green](https://download-directory.github.io/?url=https://github.com/VChet/telegram-export-dark/tree/master/styles/green)
- [Red](https://download-directory.github.io/?url=https://github.com/VChet/telegram-export-dark/tree/master/styles/red)
1. Extract archive contents to your `ChatExport` folder
1. Confirm overwriting the original `styles.css` file## Development
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. Add new theme or edit existing ones in the [themes folder](./src/themes/)
1. Add or update [mappings](./src/mappings.js) to replace any other colors
1. Regenerate styles with `pnpm run build`