# Install required packages
sudo apt-get install git make ruby-sass
# Keep all the stuff together
mkdir mint
cd mint
# Clone the repository
git clone https://github.com/linuxmint/mint-themes.git
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Telegram dark theme / night mode | |
// @namespace https://github.com/digitalheir/ | |
// @version 1.0 | |
// @description Dark theme / night mode for Telegram Web | |
// @author Maarten Trompper <[email protected]> | |
// @match https://web.telegram.org/* | |
// @grant GM_addStyle | |
// ==/UserScript== | |
GM_addStyle('body { color: #fff;'); |