https://github.com/vchet/telegram-export-dark
Dark Theme for Telegram exported chat history
https://github.com/vchet/telegram-export-dark
dark-theme telegram telegram-export
Last synced: 10 months 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-07-30T15:56:55.000Z (11 months ago)
- Last Synced: 2025-07-30T18:36:42.407Z (11 months ago)
- Topics: dark-theme, telegram, telegram-export
- Language: CSS
- Homepage:
- Size: 188 KB
- Stars: 4
- 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`