Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T18:10:18.000Z (5 months ago)
- Last Synced: 2024-10-15T01:07:16.534Z (2 months ago)
- Topics: dark-theme, telegram, telegram-desktop-theme, telegram-theme
- Language: TypeScript
- Homepage:
- Size: 2.15 MB
- Stars: 10
- Watchers: 4
- Forks: 2
- 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 dependencies `npm 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