Skip to content

Instantly share code, notes, and snippets.

@0lzi
0lzi / telegram_dark_mode.user.js
Created March 20, 2020 13:35 — forked from digitalheir/telegram_dark_mode.user.js
Tampermonkey / Greasemonkey script for night mode / dark theme in Telegram web (scroll down for instructions)
// ==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 <maartentrompper@freedom.nl>
// @match https://web.telegram.org/*
// @grant GM_addStyle
// ==/UserScript==
GM_addStyle('body { color: #fff;');
@0lzi
0lzi / mint_themes_ubuntu.md
Created July 17, 2019 07:38 — forked from esa1975/mint_themes_ubuntu.md
Install Mint Themes and Icons on Ubuntu
# 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