Skip to content

Instantly share code, notes, and snippets.

@veekas
veekas / slack-dark-theme-instructions.md
Last active March 21, 2019 15:49
Dark theme for Mac Slack App

Dark theme for Mac Slack App

These instructions are my personal implementation of the Slack Black Theme repo. In particular, it is an amalgamation of the css styles in this issue: https://github.com/widget-/slack-black-theme/issues/48

Open ssb-interop.js

Its location will be at /Applications/Slack.app/Contents/Resources/app.asar.unpacked/src/static/ssb-interop.js

Add the contents of slack-dark-theme.js

@veekas
veekas / keybase.md
Created April 13, 2018 19:15
keybase info

Keybase proof

I hereby claim:

  • I am veekas on github.
  • I am veek (https://keybase.io/veek) on keybase.
  • I have a public key ASARhOoZNkTOVYJbRXbbJmXpX6cufzSe679LasZIzThHDQo

To claim this, I am signing this object:

@veekas
veekas / RescueTimeExport.py
Last active June 5, 2020 06:17 — forked from xurizaemon/RTExport
RescueTime Data Export
#!/usr/bin/env python
#-*- coding: utf-8 -*-
# RescueTime Data Exporter
# Dan Nixon
# 18/09/2011
# forked from Chris Burgess (xurizaemon)
import urllib
import datetime