Skip to content

Instantly share code, notes, and snippets.

View JaminQ's full-sized avatar
🎯
Focusing

JaminQian JaminQ

🎯
Focusing
  • Tencent WeChat
  • Guangzhou, China
View GitHub Profile
@JaminQ
JaminQ / darkModeHandler.ts
Last active January 3, 2020 06:39 — forked from hteumeuleu/darkModeHandler.ts
Outlook.com darkModeHandler - Support alpha
import ContentHandler from '../schema/ContentHandler';
import { transformElementForDarkMode, AlteredElement } from 'owa-dark-mode-utilities';
import {
ATTR_COLOR,
ATTR_BGCOLOR,
DATA_OG_STYLE_COLOR,
DATA_OG_ATTR_COLOR,
DATA_OG_STYLE_BACKGROUNDCOLOR,
DATA_OG_ATTR_BGCOLOR,
} from 'owa-content-colors';