Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View tnormington's full-sized avatar
💭
Hunting Monsters

Tim Normington tnormington

💭
Hunting Monsters
View GitHub Profile
@tnormington
tnormington / DisqusThread.js
Created April 5, 2018 01:36
A Disqus Thread React component, pass in a URL and a unique ID.
import React, { Component } from 'react';
export default class DisqusThread extends Component {
constructor(props) {
super(props)
window.disqus_config = {
page: {
url: props.url,
identifier: props.identified
@tnormington
tnormington / plateformio_ide_terminal_theme_firewatch
Created February 1, 2017 06:42
Firewatch colors for the Platformio IDE Terminal Atom plugin
// Firewatch colors
.platformio-ide-terminal .xterm {
background-color: #160201;
color: #BAAAAD;
::selection {
background-color: #C1663A;
}
.terminal-cursor {