From 52ca44b9df4dafcdc0eaa517146638e01fca5449 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Thu, 12 Aug 2021 08:57:54 +0530 Subject: Enabled darkmode for Facebook Messenger Facebook Workplace Chat (Facebook at work) Slack Google Calendar Whatsapp LinkedIn Telegram Instagram (from: https://github.com/ducfilan/Dark-mode-Franz-Ferdi) --- recipes/workplace/darkmode.css | 67 ++++++++++++++++++++++++++++++++++++++++++ recipes/workplace/package.json | 2 +- 2 files changed, 68 insertions(+), 1 deletion(-) create mode 100644 recipes/workplace/darkmode.css (limited to 'recipes/workplace') diff --git a/recipes/workplace/darkmode.css b/recipes/workplace/darkmode.css new file mode 100644 index 0000000..396429a --- /dev/null +++ b/recipes/workplace/darkmode.css @@ -0,0 +1,67 @@ +/* Copied from: https://github.com/ducfilan/Dark-mode-Franz-Ferdi */ + +body, +.po7knmyp, +._5f0v, +._6q1a ._4sp8, +.nyxn78s7, +._3z62, +._4u-c, +.gp5lzjy8, +._6q1a ._5irm._7mkm, +.po7knmyp, +.gp5lzjy8, +.i2eieyeb, +.nred35xi { + background-color: #000 !important; + color: #cecece !important; +} + +._6q1a ._5irm._7mkm { + border-top: 1px solid; +} + +h1, +h2, +h3, +h4, +h5, +span, +.oo9gr5id, +._364g, +._4p9w ._1ht6, +._497p, +._ih3, +._4k7a, +.oo9gr5id { + color: #95a5a6 !important; +} + +._5i_d, +._29_7 ._3058._s1-._4k7c { + border: 1px solid rgba(255, 255, 255, 0.1); +} + +span._509v { + background: none; +} + +._nd_ ._hh7 { + background-color: #0084ff !important; +} + +._nd_ ._hh7 span { + color: #fff !important; +} + +._4rv3._7og6 svg path { + fill: #cecece; +} + +._7kpk { + background-color: rgba(68, 68, 68, 0.82); +} + +._6q1a ._8rsr { + fill: #000; +} diff --git a/recipes/workplace/package.json b/recipes/workplace/package.json index 3b6a089..5be0095 100644 --- a/recipes/workplace/package.json +++ b/recipes/workplace/package.json @@ -1,7 +1,7 @@ { "id": "workplace", "name": "Workplace", - "version": "1.1.3", + "version": "1.2.0", "license": "MIT", "config": { "serviceURL": "https://{teamId}.workplace.com/chat", -- cgit v1.2.3-70-g09d2