https://github.com/vchet/telegram-vanilla-dark-desktop
Dark theme for Telegram Desktop
https://github.com/vchet/telegram-vanilla-dark-desktop
dark-theme telegram telegram-desktop-theme telegram-theme
Last synced: 5 months ago
JSON representation
Dark theme for Telegram Desktop
- Host: GitHub
- URL: https://github.com/vchet/telegram-vanilla-dark-desktop
- Owner: VChet
- License: mit
- Created: 2019-09-11T19:02:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-11-18T19:15:55.000Z (8 months ago)
- Last Synced: 2025-11-18T21:08:25.892Z (8 months ago)
- Topics: dark-theme, telegram, telegram-desktop-theme, telegram-theme
- Language: TypeScript
- Homepage:
- Size: 2.43 MB
- Stars: 10
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Preview
## Development
1. [Fork](https://github.com/VChet/telegram-vanilla-dark-desktop/fork) and download this repository
1. Install [Node.js](https://nodejs.org/)
1. Install [pnpm](https://pnpm.io/)
1. Install dependencies `pnpm install`
1. Change colors in [one of the themes or add your own](/src/themes.ts)
1. Change or add theme constants in [mappings](/src/mappings.ts)
1. Generate theme with `npm run generate `
1. Check generated theme in Telegram.
```txt
Settings > Chat Settings > Create new theme > IMPORT EXISTING THEME >
```
1. Commit and push your changes
1. Make a pull request
