Skip to content

Instantly share code, notes, and snippets.

View Wh1spr's full-sized avatar

Wh1spr Wh1spr

  • KULeuven
  • Leuven, Belgium
View GitHub Profile
@Wh1spr
Wh1spr / css-inject.js
Last active March 29, 2018 21:27 — forked from ObserverOfTime/css-inject.js
GitHub Desktop Dark Theme
/**
* To apply the theme:
* 1) Open dev tools with CTRL + SHIFT + I
* 2) Go to the console
* 3) Paste the following code
* Note: You will have to do this again whenever Github Desktop updates
*/
const fs = require('fs');
const path = require('path');